Uses of Interface
org.hotswap.agent.javassist.bytecode.Opcode
-
Packages that use Opcode Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.bytecode.analysis Bytecode Analysis API.org.hotswap.agent.javassist.compiler org.hotswap.agent.javassist.convert org.hotswap.agent.javassist.expr This package contains the classes for modifying a method body. -
-
Uses of Opcode in org.hotswap.agent.javassist.bytecode
Classes in org.hotswap.agent.javassist.bytecode that implement Opcode Modifier and Type Class Description classBytecodeA utility class for producing a bytecode sequence.classCodeAttributeCode_attribute.classCodeIteratorAn iterator for editing a code attribute.classInstructionPrinterSimple utility class for printing the bytecode instructions of a method. -
Uses of Opcode in org.hotswap.agent.javassist.bytecode.analysis
Classes in org.hotswap.agent.javassist.bytecode.analysis that implement Opcode Modifier and Type Class Description classAnalyzerA data-flow analyzer that determines the type state of the stack and local variable table at every reachable instruction in a method.classExecutorExecutor is responsible for modeling the effects of a JVM instruction on a frame.classSubroutineScannerDiscovers the subroutines in a method, and tracks all callers.classUtilA set of common utility methods. -
Uses of Opcode in org.hotswap.agent.javassist.compiler
Classes in org.hotswap.agent.javassist.compiler that implement Opcode Modifier and Type Class Description classCodeGenclassJvstCodeGenclassJvstTypeCheckerclassMemberCodeGenclassTypeChecker -
Uses of Opcode in org.hotswap.agent.javassist.convert
Classes in org.hotswap.agent.javassist.convert that implement Opcode Modifier and Type Class Description classTransformAccessArrayFieldA transformer which replaces array access with static method invocations.classTransformAfterclassTransformBeforeclassTransformCallclassTransformerTransformer and its subclasses are used for executing code transformation specified by CodeConverter.classTransformFieldAccessclassTransformNewclassTransformNewClassclassTransformReadFieldclassTransformWriteField -
Uses of Opcode in org.hotswap.agent.javassist.expr
Classes in org.hotswap.agent.javassist.expr that implement Opcode Modifier and Type Class Description classCastExplicit type cast.classConstructorCallConstructor call such asthis()andsuper()within a constructor body.classExprExpression.classFieldAccessExpression for accessing a field.classHandlerAcatchclause or afinallyblock.classInstanceofInstanceof operator.classMethodCallMethod invocation (caller-side expression).classNewArrayArray creation.classNewExprObject creation (newexpression).
-