Uses of Interface
javassist.bytecode.Opcode
Packages that use Opcode
Package
Description
Bytecode-level API.
Bytecode Analysis API.
This package contains the classes for modifying a method body.
-
Uses of Opcode in javassist.bytecode
Classes in javassist.bytecode that implement OpcodeModifier and TypeClassDescriptionclassA utility class for producing a bytecode sequence.(package private) classUtility for computingmax_stack.classCode_attribute.classAn iterator for editing a code attribute.classSimple utility class for printing the bytecode instructions of a method. -
Uses of Opcode in javassist.bytecode.analysis
Classes in javassist.bytecode.analysis that implement OpcodeModifier and TypeClassDescriptionclassA data-flow analyzer that determines the type state of the stack and local variable table at every reachable instruction in a method.classExecutor is responsible for modeling the effects of a JVM instruction on a frame.classDiscovers the subroutines in a method, and tracks all callers.classA set of common utility methods. -
Uses of Opcode in javassist.compiler
Classes in javassist.compiler that implement OpcodeModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Opcode in javassist.convert
Classes in javassist.convert that implement OpcodeModifier and TypeClassDescriptionfinal classA transformer which replaces array access with static method invocations.classclassclassclassclassTransformer and its subclasses are used for executing code transformation specified by CodeConverter.final classfinal classfinal classclassfinal class -
Uses of Opcode in javassist.expr
Classes in javassist.expr that implement OpcodeModifier and TypeClassDescriptionclassExplicit type cast.classConstructor call such asthis()andsuper()within a constructor body.classExpression.classExpression for accessing a field.classAcatchclause or afinallyblock.classInstanceof operator.classMethod invocation (caller-side expression).classArray creation.classObject creation (newexpression).