Uses of Interface
javassist.bytecode.Opcode
-
Packages that use Opcode Package Description javassist.bytecode Bytecode-level API.javassist.bytecode.analysis Bytecode Analysis API.javassist.expr This package contains the classes for modifying a method body. -
-
Uses of Opcode in javassist.bytecode
Classes in 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 javassist.bytecode.analysis
Classes in 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 javassist.expr
Classes in 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).
-