A B C D E F G H I J L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- aconst(Object) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- add(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ADD - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - addSVUID(long) - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
-
Adds a final static serialVersionUID field to the class, with the given value.
- AdviceAdapter - Class in org.objectweb.asm.commons
-
A
MethodVisitor
to insert before, after and around advices in methods and constructors. - AdviceAdapter(int, MethodVisitor, int, String, String) - Constructor for class org.objectweb.asm.commons.AdviceAdapter
-
Constructs a new
AdviceAdapter
. - algorithm - Variable in class org.objectweb.asm.commons.ModuleHashesAttribute
-
The name of the hashing algorithm.
- aload(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- AnalyzerAdapter - Class in org.objectweb.asm.commons
-
A
MethodVisitor
that keeps track of stack map frame changes betweenAnalyzerAdapter.visitFrame(int, int, Object[], int, Object[])
calls. - AnalyzerAdapter(int, String, int, String, String, MethodVisitor) - Constructor for class org.objectweb.asm.commons.AnalyzerAdapter
-
Constructs a new
AnalyzerAdapter
. - AnalyzerAdapter(String, int, String, String, MethodVisitor) - Constructor for class org.objectweb.asm.commons.AnalyzerAdapter
-
Constructs a new
AnalyzerAdapter
. - and(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- AND - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - anew(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- AnnotationRemapper - Class in org.objectweb.asm.commons
-
An
AnnotationVisitor
that remaps types with aRemapper
. - AnnotationRemapper(int, String, AnnotationVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.AnnotationRemapper
-
Constructs a new
AnnotationRemapper
. - AnnotationRemapper(int, AnnotationVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.AnnotationRemapper
-
Deprecated.
- AnnotationRemapper(String, AnnotationVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.AnnotationRemapper
-
Constructs a new
AnnotationRemapper
. - AnnotationRemapper(AnnotationVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.AnnotationRemapper
-
Deprecated.
- areturn(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- arraylength() - Method in class org.objectweb.asm.commons.InstructionAdapter
- arrayLength() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to compute the length of an array.
- arrayLoad(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to load an element from an array.
- arrayStore(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to store an element in an array.
- astore(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- athrow() - Method in class org.objectweb.asm.commons.InstructionAdapter
B
- box(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to box the top stack value.
C
- cast(Type, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to cast a numerical value from one type to another.
- cast(Type, Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to cast from the first given type to the other.
- catchException(Label, Label, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Marks the start of an exception handler.
- cconst(ConstantDynamic) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to push the given constant dynamic on the stack.
- checkcast(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- checkCast(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to check that the top stack value is of the given type.
- className - Variable in class org.objectweb.asm.commons.ClassRemapper
-
The internal name of the visited class.
- ClassRemapper - Class in org.objectweb.asm.commons
-
A
ClassVisitor
that remaps types with aRemapper
. - ClassRemapper(int, ClassVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ClassRemapper
-
Constructs a new
ClassRemapper
. - ClassRemapper(ClassVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ClassRemapper
-
Constructs a new
ClassRemapper
. - cmpg(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- cmpl(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- CodeSizeEvaluator - Class in org.objectweb.asm.commons
-
A
MethodVisitor
that approximates the size of the methods it visits. - CodeSizeEvaluator(int, MethodVisitor) - Constructor for class org.objectweb.asm.commons.CodeSizeEvaluator
- CodeSizeEvaluator(MethodVisitor) - Constructor for class org.objectweb.asm.commons.CodeSizeEvaluator
- computeSHAdigest(byte[]) - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
-
Returns the SHA-1 message digest of the given value.
- computeSVUID() - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
-
Computes and returns the value of SVUID.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.objectweb.asm.commons.AnnotationRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.objectweb.asm.commons.FieldRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.objectweb.asm.commons.MethodRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.objectweb.asm.commons.RecordComponentRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.AnnotationRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.FieldRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.MethodRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.RecordComponentRemapper
-
Deprecated.
- createFieldRemapper(FieldVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
-
Constructs a new remapper for fields.
- createMethodRemapper(MethodVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
-
Constructs a new remapper for methods.
- createModuleRemapper(ModuleVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
-
Constructs a new remapper for modules.
- createRecordComponentRemapper(RecordComponentVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
-
Constructs a new remapper for record components.
- createRemappingSignatureAdapter(SignatureVisitor) - Method in class org.objectweb.asm.commons.Remapper
-
Deprecated.
- createSignatureRemapper(SignatureVisitor) - Method in class org.objectweb.asm.commons.Remapper
-
Constructs a new remapper for signatures.
D
- dconst(double) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- descriptor - Variable in class org.objectweb.asm.commons.AnnotationRemapper
-
The descriptor of the visited annotation.
- div(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- DIV - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - dup() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a DUP instruction.
- dup() - Method in class org.objectweb.asm.commons.InstructionAdapter
- dup2() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a DUP2 instruction.
- dup2() - Method in class org.objectweb.asm.commons.InstructionAdapter
- dup2X1() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a DUP2_X1 instruction.
- dup2X1() - Method in class org.objectweb.asm.commons.InstructionAdapter
- dup2X2() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a DUP2_X2 instruction.
- dup2X2() - Method in class org.objectweb.asm.commons.InstructionAdapter
- dupX1() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a DUP_X1 instruction.
- dupX1() - Method in class org.objectweb.asm.commons.InstructionAdapter
- dupX2() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a DUP_X2 instruction.
- dupX2() - Method in class org.objectweb.asm.commons.InstructionAdapter
E
- endMethod() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Marks the end of the visited method.
- EQ - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.ifCmp(org.objectweb.asm.Type, int, org.objectweb.asm.Label)
method. - equals(Object) - Method in class org.objectweb.asm.commons.Method
F
- fconst(float) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- FieldRemapper - Class in org.objectweb.asm.commons
-
A
FieldVisitor
that remaps types with aRemapper
. - FieldRemapper(int, FieldVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.FieldRemapper
-
Constructs a new
FieldRemapper
. - FieldRemapper(FieldVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.FieldRemapper
-
Constructs a new
FieldRemapper
. - firstLocal - Variable in class org.objectweb.asm.commons.LocalVariablesSorter
-
The index of the first local variable, after formal parameters.
G
- GE - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.ifCmp(org.objectweb.asm.Type, int, org.objectweb.asm.Label)
method. - generateCase(int, Label) - Method in interface org.objectweb.asm.commons.TableSwitchGenerator
-
Generates the code for a switch case.
- generateDefault() - Method in interface org.objectweb.asm.commons.TableSwitchGenerator
-
Generates the code for the default switch case.
- GeneratorAdapter - Class in org.objectweb.asm.commons
-
A
MethodVisitor
with convenient methods to generate code. - GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - Constructor for class org.objectweb.asm.commons.GeneratorAdapter
-
Constructs a new
GeneratorAdapter
. - GeneratorAdapter(int, Method, MethodVisitor) - Constructor for class org.objectweb.asm.commons.GeneratorAdapter
-
Constructs a new
GeneratorAdapter
. - GeneratorAdapter(int, MethodVisitor, int, String, String) - Constructor for class org.objectweb.asm.commons.GeneratorAdapter
-
Constructs a new
GeneratorAdapter
. - GeneratorAdapter(MethodVisitor, int, String, String) - Constructor for class org.objectweb.asm.commons.GeneratorAdapter
-
Constructs a new
GeneratorAdapter
. - getAccess() - Method in class org.objectweb.asm.commons.GeneratorAdapter
- getArgumentTypes() - Method in class org.objectweb.asm.commons.GeneratorAdapter
- getArgumentTypes() - Method in class org.objectweb.asm.commons.Method
-
Returns the argument types of the method described by this object.
- getDescriptor() - Method in class org.objectweb.asm.commons.Method
-
Returns the descriptor of the method described by this object.
- getfield(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
- getField(Type, String, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a non static field on the stack.
- getLocalType(int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Returns the type of the given local variable.
- getMaxSize() - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- getMethod(Constructor<?>) - Static method in class org.objectweb.asm.commons.Method
-
Creates a new
Method
. - getMethod(Method) - Static method in class org.objectweb.asm.commons.Method
-
Creates a new
Method
. - getMethod(String) - Static method in class org.objectweb.asm.commons.Method
-
Returns a
Method
corresponding to the given Java method declaration. - getMethod(String, boolean) - Static method in class org.objectweb.asm.commons.Method
-
Returns a
Method
corresponding to the given Java method declaration. - getMinSize() - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- getName() - Method in class org.objectweb.asm.commons.GeneratorAdapter
- getName() - Method in class org.objectweb.asm.commons.Method
-
Returns the name of the method described by this object.
- getReturnType() - Method in class org.objectweb.asm.commons.GeneratorAdapter
- getReturnType() - Method in class org.objectweb.asm.commons.Method
-
Returns the return type of the method described by this object.
- getstatic(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
- getStatic(Type, String, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a static field on the stack.
- goTo(Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label.
- goTo(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- GT - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.ifCmp(org.objectweb.asm.Type, int, org.objectweb.asm.Label)
method.
H
- hashCode() - Method in class org.objectweb.asm.commons.Method
- hashes - Variable in class org.objectweb.asm.commons.ModuleHashesAttribute
-
The hash of the modules in
ModuleHashesAttribute.modules
. - hasSVUID() - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
-
Returns true if the class already has a SVUID field.
- hconst(Handle) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to push the given handle on the stack.
I
- iconst(int) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- ifacmpeq(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifacmpne(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifCmp(Type, int, Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top two stack values.
- ifeq(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifge(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifgt(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifICmp(int, Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top two integer stack values.
- ificmpeq(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ificmpge(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ificmpgt(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ificmple(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ificmplt(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ificmpne(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifle(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- iflt(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifne(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifnonnull(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifNonNull(Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack value is not null.
- ifnull(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- ifNull(Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack value is null.
- ifZCmp(int, Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top integer stack value with zero.
- iinc(int, int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to increment the given local variable.
- iinc(int, int) - Method in class org.objectweb.asm.commons.InstructionAdapter
- instanceOf(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to test if the top stack value is of the given type.
- instanceOf(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- InstructionAdapter - Class in org.objectweb.asm.commons
-
A
MethodVisitor
providing a more detailed API to generate and transform instructions. - InstructionAdapter(int, MethodVisitor) - Constructor for class org.objectweb.asm.commons.InstructionAdapter
-
Constructs a new
InstructionAdapter
. - InstructionAdapter(MethodVisitor) - Constructor for class org.objectweb.asm.commons.InstructionAdapter
-
Constructs a new
InstructionAdapter
. - invokeConstructor(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a constructor.
- invokedynamic(String, String, Handle, Object[]) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to call the given dynamic method.
- invokeDynamic(String, String, Handle, Object...) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates an invokedynamic instruction.
- invokeinterface(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to call the given interface method.
- invokeInterface(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke an interface method.
- invokespecial(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Deprecated.
- invokespecial(String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to call the given special method.
- invokestatic(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Deprecated.
- invokestatic(String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to call the given static method.
- invokeStatic(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a static method.
- invokevirtual(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Deprecated.
- invokevirtual(String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to call the given virtual method.
- invokeVirtual(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a normal method.
J
- jsr(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- JSRInlinerAdapter - Class in org.objectweb.asm.commons
-
A
MethodVisitor
that removes JSR instructions and inlines the referenced subroutines. - JSRInlinerAdapter(int, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.objectweb.asm.commons.JSRInlinerAdapter
-
Constructs a new
JSRInlinerAdapter
. - JSRInlinerAdapter(MethodVisitor, int, String, String, String, String[]) - Constructor for class org.objectweb.asm.commons.JSRInlinerAdapter
-
Constructs a new
JSRInlinerAdapter
.
L
- lcmp() - Method in class org.objectweb.asm.commons.InstructionAdapter
- lconst(long) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- LE - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.ifCmp(org.objectweb.asm.Type, int, org.objectweb.asm.Label)
method. - load(int, Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- loadArg(int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given method argument on the stack.
- loadArgArray() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to load all the method arguments on the stack, as a single object array.
- loadArgs() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to load all the method arguments on the stack.
- loadArgs(int, int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to load the given method arguments on the stack.
- loadLocal(int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given local variable on the stack.
- loadLocal(int, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given local variable on the stack.
- loadThis() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to load 'this' on the stack.
- locals - Variable in class org.objectweb.asm.commons.AnalyzerAdapter
-
The local variable slots for the current execution frame.
- LocalVariablesSorter - Class in org.objectweb.asm.commons
-
A
MethodVisitor
that renumbers local variables in their order of appearance. - LocalVariablesSorter(int, int, String, MethodVisitor) - Constructor for class org.objectweb.asm.commons.LocalVariablesSorter
-
Constructs a new
LocalVariablesSorter
. - LocalVariablesSorter(int, String, MethodVisitor) - Constructor for class org.objectweb.asm.commons.LocalVariablesSorter
-
Constructs a new
LocalVariablesSorter
. - lookupswitch(Label, int[], Label[]) - Method in class org.objectweb.asm.commons.InstructionAdapter
- LT - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.ifCmp(org.objectweb.asm.Type, int, org.objectweb.asm.Label)
method.
M
- map(String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps the internal name of a class to its new name.
- map(String) - Method in class org.objectweb.asm.commons.SimpleRemapper
- mapAnnotationAttributeName(String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps an annotation attribute name.
- mapAnnotationAttributeName(String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
- mapDesc(String) - Method in class org.objectweb.asm.commons.Remapper
-
Returns the given descriptor, remapped with
Remapper.map(String)
. - mapFieldName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a field name to its new name.
- mapFieldName(String, String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
- mapInnerClassName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps an inner class name to its new name.
- mapInvokeDynamicMethodName(String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps an invokedynamic or a constant dynamic method name to its new name.
- mapInvokeDynamicMethodName(String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
- mapMethodDesc(String) - Method in class org.objectweb.asm.commons.Remapper
-
Returns the given method descriptor, with its argument and return type descriptors remapped with
Remapper.mapDesc(String)
. - mapMethodName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a method name to its new name.
- mapMethodName(String, String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
- mapModuleName(String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a module name to its new name.
- mapPackageName(String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a package name to its new name.
- mapRecordComponentName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
-
Maps a record component name to its new name.
- mapSignature(String, boolean) - Method in class org.objectweb.asm.commons.Remapper
-
Returns the given signature, remapped with the
SignatureVisitor
returned byRemapper.createSignatureRemapper(SignatureVisitor)
. - mapType(String) - Method in class org.objectweb.asm.commons.Remapper
-
Returns the given internal name, remapped with
Remapper.map(String)
. - mapTypes(String[]) - Method in class org.objectweb.asm.commons.Remapper
-
Returns the given internal names, remapped with
Remapper.map(String)
. - mapValue(Object) - Method in class org.objectweb.asm.commons.Remapper
-
Returns the given value, remapped with this remapper.
- mark() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Marks the current code position with a new label.
- mark(Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Marks the current code position with the given label.
- mark(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- math(int, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to do the specified mathematical or logical operation.
- Method - Class in org.objectweb.asm.commons
-
A named method descriptor.
- Method(String, String) - Constructor for class org.objectweb.asm.commons.Method
-
Constructs a new
Method
. - Method(String, Type, Type[]) - Constructor for class org.objectweb.asm.commons.Method
-
Constructs a new
Method
. - methodAccess - Variable in class org.objectweb.asm.commons.AdviceAdapter
-
The access flags of the visited method.
- methodDesc - Variable in class org.objectweb.asm.commons.AdviceAdapter
-
The descriptor of the visited method.
- MethodRemapper - Class in org.objectweb.asm.commons
-
A
MethodVisitor
that remaps types with aRemapper
. - MethodRemapper(int, MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.MethodRemapper
-
Constructs a new
MethodRemapper
. - MethodRemapper(MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.MethodRemapper
-
Constructs a new
MethodRemapper
. - ModuleHashesAttribute - Class in org.objectweb.asm.commons
-
A ModuleHashes attribute.
- ModuleHashesAttribute() - Constructor for class org.objectweb.asm.commons.ModuleHashesAttribute
-
Constructs an empty
ModuleHashesAttribute
. - ModuleHashesAttribute(String, List<String>, List<byte[]>) - Constructor for class org.objectweb.asm.commons.ModuleHashesAttribute
-
Constructs a new
ModuleHashesAttribute
. - ModuleRemapper - Class in org.objectweb.asm.commons
-
A
ModuleVisitor
that remaps types with aRemapper
. - ModuleRemapper(int, ModuleVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ModuleRemapper
-
Constructs a new
ModuleRemapper
. - ModuleRemapper(ModuleVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ModuleRemapper
-
Constructs a new
ModuleRemapper
. - ModuleResolutionAttribute - Class in org.objectweb.asm.commons
-
A ModuleResolution attribute.
- ModuleResolutionAttribute() - Constructor for class org.objectweb.asm.commons.ModuleResolutionAttribute
-
Constructs an empty
ModuleResolutionAttribute
. - ModuleResolutionAttribute(int) - Constructor for class org.objectweb.asm.commons.ModuleResolutionAttribute
-
Constructs a new
ModuleResolutionAttribute
. - modules - Variable in class org.objectweb.asm.commons.ModuleHashesAttribute
-
A list of module names.
- ModuleTargetAttribute - Class in org.objectweb.asm.commons
-
A ModuleTarget attribute.
- ModuleTargetAttribute() - Constructor for class org.objectweb.asm.commons.ModuleTargetAttribute
-
Constructs an empty
ModuleTargetAttribute
. - ModuleTargetAttribute(String) - Constructor for class org.objectweb.asm.commons.ModuleTargetAttribute
-
Constructs a new
ModuleTargetAttribute
. - monitorenter() - Method in class org.objectweb.asm.commons.InstructionAdapter
- monitorEnter() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to get the monitor of the top stack value.
- monitorexit() - Method in class org.objectweb.asm.commons.InstructionAdapter
- monitorExit() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to release the monitor of the top stack value.
- mul(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- MUL - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - multianewarray(String, int) - Method in class org.objectweb.asm.commons.InstructionAdapter
N
- NE - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.ifCmp(org.objectweb.asm.Type, int, org.objectweb.asm.Label)
method. - neg(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- NEG - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - newarray(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to create and push on the stack an array of the given type.
- newArray(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to create a new array.
- newInstance(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to create a new object.
- newLabel() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Constructs a new
Label
. - newLocal(Type) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
-
Constructs a new local variable of the given type.
- newLocalMapping(Type) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
- nextLocal - Variable in class org.objectweb.asm.commons.LocalVariablesSorter
-
The index of the next local variable to be created by
LocalVariablesSorter.newLocal(org.objectweb.asm.Type)
. - nop() - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates a nop instruction.
- not() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to compute the bitwise negation of the top stack value.
O
- OBJECT_TYPE - Static variable in class org.objectweb.asm.commons.InstructionAdapter
-
The type of the java.lang.Object class.
- onMethodEnter() - Method in class org.objectweb.asm.commons.AdviceAdapter
-
Generates the "before" advice for the visited method.
- onMethodExit(int) - Method in class org.objectweb.asm.commons.AdviceAdapter
-
Generates the "after" advice for the visited method.
- or(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- OR - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - org.objectweb.asm.commons - package org.objectweb.asm.commons
P
- platform - Variable in class org.objectweb.asm.commons.ModuleTargetAttribute
-
The name of the platform on which the module can run.
- pop() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a POP instruction.
- pop() - Method in class org.objectweb.asm.commons.InstructionAdapter
- pop2() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a POP2 instruction.
- pop2() - Method in class org.objectweb.asm.commons.InstructionAdapter
- push(boolean) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(double) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(float) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(long) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(String) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(ConstantDynamic) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push a constant dynamic on the stack.
- push(Handle) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push a handle on the stack.
- push(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- putfield(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
- putField(Type, String, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a non static field.
- putstatic(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
- putStatic(Type, String, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a static field.
R
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.commons.ModuleHashesAttribute
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.commons.ModuleResolutionAttribute
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.commons.ModuleTargetAttribute
- RecordComponentRemapper - Class in org.objectweb.asm.commons
-
A
RecordComponentVisitor
that remaps types with aRemapper
. - RecordComponentRemapper(int, RecordComponentVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RecordComponentRemapper
-
Constructs a new
RecordComponentRemapper
. - RecordComponentRemapper(RecordComponentVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RecordComponentRemapper
-
Constructs a new
RecordComponentRemapper
. - rem(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- REM - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - remapper - Variable in class org.objectweb.asm.commons.AnnotationRemapper
-
The remapper used to remap the types in the visited annotation.
- remapper - Variable in class org.objectweb.asm.commons.ClassRemapper
-
The remapper used to remap the types in the visited class.
- remapper - Variable in class org.objectweb.asm.commons.FieldRemapper
-
The remapper used to remap the types in the visited field.
- remapper - Variable in class org.objectweb.asm.commons.MethodRemapper
-
The remapper used to remap the types in the visited field.
- remapper - Variable in class org.objectweb.asm.commons.ModuleRemapper
-
The remapper used to remap the types in the visited module.
- remapper - Variable in class org.objectweb.asm.commons.RecordComponentRemapper
-
The remapper used to remap the types in the visited field.
- Remapper - Class in org.objectweb.asm.commons
-
A class responsible for remapping types and names.
- Remapper() - Constructor for class org.objectweb.asm.commons.Remapper
- resolution - Variable in class org.objectweb.asm.commons.ModuleResolutionAttribute
-
The resolution state of the module.
- RESOLUTION_DO_NOT_RESOLVE_BY_DEFAULT - Static variable in class org.objectweb.asm.commons.ModuleResolutionAttribute
-
The resolution state of a module meaning that the module is not available from the class-path by default.
- RESOLUTION_WARN_DEPRECATED - Static variable in class org.objectweb.asm.commons.ModuleResolutionAttribute
-
The resolution state of a module meaning the module is marked as deprecated.
- RESOLUTION_WARN_DEPRECATED_FOR_REMOVAL - Static variable in class org.objectweb.asm.commons.ModuleResolutionAttribute
-
The resolution state of a module meaning the module is marked as deprecated and will be removed in a future release.
- RESOLUTION_WARN_INCUBATING - Static variable in class org.objectweb.asm.commons.ModuleResolutionAttribute
-
The resolution state of a module meaning the module is not yet standardized, so in incubating mode.
- ret(int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a RET instruction.
- ret(int) - Method in class org.objectweb.asm.commons.InstructionAdapter
- returnValue() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to return the top stack value to the caller.
S
- SerialVersionUIDAdder - Class in org.objectweb.asm.commons
-
A
ClassVisitor
that adds a serial version unique identifier to a class if missing. - SerialVersionUIDAdder(int, ClassVisitor) - Constructor for class org.objectweb.asm.commons.SerialVersionUIDAdder
-
Constructs a new
SerialVersionUIDAdder
. - SerialVersionUIDAdder(ClassVisitor) - Constructor for class org.objectweb.asm.commons.SerialVersionUIDAdder
-
Constructs a new
SerialVersionUIDAdder
. - setLocalType(int, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
- setLocalType(int, Type) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
-
Notifies subclasses that a local variable has been added or remapped.
- shl(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- SHL - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - shr(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- SHR - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - SignatureRemapper - Class in org.objectweb.asm.commons
-
A
SignatureVisitor
that remaps types with aRemapper
. - SignatureRemapper(int, SignatureVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.SignatureRemapper
-
Constructs a new
SignatureRemapper
. - SignatureRemapper(SignatureVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.SignatureRemapper
-
Constructs a new
SignatureRemapper
. - SimpleRemapper - Class in org.objectweb.asm.commons
-
A
Remapper
using aMap
to define its mapping. - SimpleRemapper(String, String) - Constructor for class org.objectweb.asm.commons.SimpleRemapper
-
Constructs a new
SimpleRemapper
with the given mapping. - SimpleRemapper(Map<String, String>) - Constructor for class org.objectweb.asm.commons.SimpleRemapper
-
Constructs a new
SimpleRemapper
with the given mapping. - stack - Variable in class org.objectweb.asm.commons.AnalyzerAdapter
-
The operand stack slots for the current execution frame.
- StaticInitMerger - Class in org.objectweb.asm.commons
-
A
ClassVisitor
that merges <clinit> methods into a single one. - StaticInitMerger(int, String, ClassVisitor) - Constructor for class org.objectweb.asm.commons.StaticInitMerger
-
Constructs a new
StaticInitMerger
. - StaticInitMerger(String, ClassVisitor) - Constructor for class org.objectweb.asm.commons.StaticInitMerger
-
Constructs a new
StaticInitMerger
. - store(int, Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- storeArg(int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given method argument.
- storeLocal(int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local variable.
- storeLocal(int, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local variable.
- sub(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- SUB - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method. - swap() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates a SWAP instruction.
- swap() - Method in class org.objectweb.asm.commons.InstructionAdapter
- swap(Type, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to swap the top two stack values.
T
- tableswitch(int, int, Label, Label...) - Method in class org.objectweb.asm.commons.InstructionAdapter
- tableSwitch(int[], TableSwitchGenerator) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions for a switch statement.
- tableSwitch(int[], TableSwitchGenerator, boolean) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions for a switch statement.
- TableSwitchGenerator - Interface in org.objectweb.asm.commons
-
A code generator for switch statements.
- tconst(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
-
Generates the instruction to push the given type on the stack.
- throwException() - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to throw an exception.
- throwException(Type, String) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to create and throw an exception.
- toString() - Method in class org.objectweb.asm.commons.Method
- TryCatchBlockSorter - Class in org.objectweb.asm.commons
-
A
MethodVisitor
adapter to sort the exception handlers. - TryCatchBlockSorter(int, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.objectweb.asm.commons.TryCatchBlockSorter
- TryCatchBlockSorter(MethodVisitor, int, String, String, String, String[]) - Constructor for class org.objectweb.asm.commons.TryCatchBlockSorter
-
Constructs a new
TryCatchBlockSorter
.
U
- unbox(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to unbox the top stack value.
- uninitializedTypes - Variable in class org.objectweb.asm.commons.AnalyzerAdapter
-
The uninitialized types in the current execution frame.
- updateNewLocals(Object[]) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
-
Notifies subclasses that a new stack map frame is being visited.
- ushr(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- USHR - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method.
V
- valueOf(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to box the top stack value using Java 5's valueOf() method.
- visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.commons.ClassRemapper
- visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
- visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.commons.StaticInitMerger
- visit(String, Object) - Method in class org.objectweb.asm.commons.AnnotationRemapper
- visitAnnotation(String, boolean) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitAnnotation(String, boolean) - Method in class org.objectweb.asm.commons.FieldRemapper
- visitAnnotation(String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitAnnotation(String, boolean) - Method in class org.objectweb.asm.commons.RecordComponentRemapper
- visitAnnotation(String, String) - Method in class org.objectweb.asm.commons.AnnotationRemapper
- visitAnnotationDefault() - Method in class org.objectweb.asm.commons.MethodRemapper
- visitArray(String) - Method in class org.objectweb.asm.commons.AnnotationRemapper
- visitArrayType() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitAttribute(Attribute) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitBaseType(char) - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitClassBound() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitClassType(String) - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitCode() - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitEnd() - Method in class org.objectweb.asm.commons.JSRInlinerAdapter
- visitEnd() - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
- visitEnd() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitEnd() - Method in class org.objectweb.asm.commons.StaticInitMerger
- visitEnd() - Method in class org.objectweb.asm.commons.TryCatchBlockSorter
- visitEnum(String, String, String) - Method in class org.objectweb.asm.commons.AnnotationRemapper
- visitExceptionType() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitExport(String, int, String...) - Method in class org.objectweb.asm.commons.ModuleRemapper
- visitField(int, String, String, String, Object) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitField(int, String, String, String, Object) - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
- visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitFormalTypeParameter(String) - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitIincInsn(int, int) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitIincInsn(int, int) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitIincInsn(int, int) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitIincInsn(int, int) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
- visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
- visitInnerClassType(String) - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitInsn(int) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitInsn(int) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitInsn(int) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitInsn(int) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitInterface() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitInterfaceBound() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitIntInsn(int, int) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitIntInsn(int, int) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitIntInsn(int, int) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitIntInsn(int, int) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitJumpInsn(int, Label) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitJumpInsn(int, Label) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitJumpInsn(int, Label) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitJumpInsn(int, Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitJumpInsn(int, Label) - Method in class org.objectweb.asm.commons.JSRInlinerAdapter
- visitLabel(Label) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitLabel(Label) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitLabel(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitLdcInsn(Object) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitLdcInsn(Object) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitLdcInsn(Object) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitLdcInsn(Object) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitLdcInsn(Object) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitMainClass(String) - Method in class org.objectweb.asm.commons.ModuleRemapper
- visitMaxs(int, int) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitMaxs(int, int) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
- visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
- visitMethod(int, String, String, String, String[]) - Method in class org.objectweb.asm.commons.StaticInitMerger
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitModule(String, int, String) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitNestHost(String) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitNestMember(String) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitOpen(String, int, String...) - Method in class org.objectweb.asm.commons.ModuleRemapper
- visitOuterClass(String, String, String) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitPackage(String) - Method in class org.objectweb.asm.commons.ModuleRemapper
- visitParameterAnnotation(int, String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitParameterType() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitPermittedSubclass(String) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitProvide(String, String...) - Method in class org.objectweb.asm.commons.ModuleRemapper
- visitRecordComponent(String, String, String) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitRequire(String, int, String) - Method in class org.objectweb.asm.commons.ModuleRemapper
- visitReturnType() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitSuperclass() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.ClassRemapper
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.FieldRemapper
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.RecordComponentRemapper
- visitTypeArgument() - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitTypeArgument(char) - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitTypeInsn(int, String) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitTypeInsn(int, String) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitTypeInsn(int, String) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitTypeInsn(int, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitTypeInsn(int, String) - Method in class org.objectweb.asm.commons.MethodRemapper
- visitTypeVariable(String) - Method in class org.objectweb.asm.commons.SignatureRemapper
- visitUse(String) - Method in class org.objectweb.asm.commons.ModuleRemapper
- visitVarInsn(int, int) - Method in class org.objectweb.asm.commons.AdviceAdapter
- visitVarInsn(int, int) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
- visitVarInsn(int, int) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
- visitVarInsn(int, int) - Method in class org.objectweb.asm.commons.InstructionAdapter
- visitVarInsn(int, int) - Method in class org.objectweb.asm.commons.LocalVariablesSorter
W
- write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.commons.ModuleHashesAttribute
- write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.commons.ModuleResolutionAttribute
- write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.commons.ModuleTargetAttribute
X
- xor(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
- XOR - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.objectweb.asm.Type)
method.
All Classes All Packages