Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

aconst(Object) - Method in class org.objectweb.asm.commons.InstructionAdapter
Generates the instruction to push the given value on the stack.
ADD - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
add(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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 between AnalyzerAdapter.visitFrame(int, int, Object[], int, Object[]) calls.
AnalyzerAdapter(String, int, String, String, MethodVisitor) - Constructor for class org.objectweb.asm.commons.AnalyzerAdapter
Constructs a new AnalyzerAdapter.
AnalyzerAdapter(int, String, int, String, String, MethodVisitor) - Constructor for class org.objectweb.asm.commons.AnalyzerAdapter
Constructs a new AnalyzerAdapter.
AND - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
and(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
anew(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
AnnotationRemapper - Class in org.objectweb.asm.commons
An AnnotationVisitor that remaps types with a Remapper.
AnnotationRemapper(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
Constructs a new AnnotationRemapper.
areturn(Type) - 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.
arraylength() - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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.GeneratorAdapter
Generates the instruction to check that the top stack value is of the given type.
checkcast(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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 a Remapper.
ClassRemapper(ClassVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ClassRemapper
Constructs a new ClassRemapper.
ClassRemapper(int, 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(MethodVisitor) - Constructor for class org.objectweb.asm.commons.CodeSizeEvaluator
 
CodeSizeEvaluator(int, 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(AnnotationVisitor) - Method in class org.objectweb.asm.commons.AnnotationRemapper
Constructs a new remapper for annotations.
createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
Constructs a new remapper for annotations.
createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.FieldRemapper
Constructs a new remapper for annotations.
createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.MethodRemapper
Constructs a new remapper for annotations.
createAnnotationRemapper(AnnotationVisitor) - Method in class org.objectweb.asm.commons.RecordComponentRemapper
Constructs a new remapper for annotations.
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
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.
DIV - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
div(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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
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 a Remapper.
FieldRemapper(FieldVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.FieldRemapper
Constructs a new FieldRemapper.
FieldRemapper(int, 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
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(MethodVisitor, int, String, String) - 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(int, Method, MethodVisitor) - Constructor for class org.objectweb.asm.commons.GeneratorAdapter
Constructs a new GeneratorAdapter.
GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - 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(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.
getfield(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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(Method) - Static method in class org.objectweb.asm.commons.Method
Creates a new Method.
getMethod(Constructor<?>) - 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(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.
getstatic(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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

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.GeneratorAdapter
Generates the instruction to jump to the given label if the top stack value is not null.
ifnonnull(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.
ifnull(Label) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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(MethodVisitor) - Constructor for class org.objectweb.asm.commons.InstructionAdapter
Constructs a new InstructionAdapter.
InstructionAdapter(int, 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.GeneratorAdapter
Generates an invokedynamic instruction.
invokedynamic(String, String, Handle, Object[]) - Method in class org.objectweb.asm.commons.InstructionAdapter
Generates the instruction to call the given dynamic method.
invokeInterface(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to invoke an interface method.
invokeinterface(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
Generates the instruction to call the given interface method.
invokespecial(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
invokespecial(String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
Generates the instruction to call the given special method.
invokeStatic(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to invoke a static method.
invokestatic(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
invokestatic(String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
Generates the instruction to call the given static method.
invokeVirtual(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to invoke a normal method.
invokevirtual(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
invokevirtual(String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
Generates the instruction to call the given virtual 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(MethodVisitor, int, String, String, String, String[]) - Constructor for class org.objectweb.asm.commons.JSRInlinerAdapter
Constructs a new JSRInlinerAdapter.
JSRInlinerAdapter(int, 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
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(int, int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to load the given method arguments on the stack.
loadArgs() - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to load all the 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, String, MethodVisitor) - Constructor for class org.objectweb.asm.commons.LocalVariablesSorter
Constructs a new LocalVariablesSorter.
LocalVariablesSorter(int, 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

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
 
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.
mapRecordComponentNameExperimental(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
Deprecated.
this API is experimental.
mapSignature(String, boolean) - Method in class org.objectweb.asm.commons.Remapper
Returns the given signature, remapped with the SignatureVisitor returned by Remapper.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(Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Marks the current code position with the given label.
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.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 a Remapper.
MethodRemapper(MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.MethodRemapper
Constructs a new MethodRemapper.
MethodRemapper(int, 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(String, List<String>, List<byte[]>) - Constructor for class org.objectweb.asm.commons.ModuleHashesAttribute
Constructs a new ModuleHashesAttribute.
ModuleHashesAttribute() - Constructor for class org.objectweb.asm.commons.ModuleHashesAttribute
Constructs an empty ModuleHashesAttribute.
ModuleRemapper - Class in org.objectweb.asm.commons
A ModuleVisitor that remaps types with a Remapper.
ModuleRemapper(ModuleVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ModuleRemapper
Constructs a new ModuleRemapper.
ModuleRemapper(int, 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(int) - Constructor for class org.objectweb.asm.commons.ModuleResolutionAttribute
Constructs a new ModuleResolutionAttribute.
ModuleResolutionAttribute() - Constructor for class org.objectweb.asm.commons.ModuleResolutionAttribute
Constructs an empty 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(String) - Constructor for class org.objectweb.asm.commons.ModuleTargetAttribute
Constructs a new ModuleTargetAttribute.
ModuleTargetAttribute() - Constructor for class org.objectweb.asm.commons.ModuleTargetAttribute
Constructs an empty ModuleTargetAttribute.
monitorEnter() - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to get the monitor of the top stack value.
monitorenter() - 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.
monitorexit() - Method in class org.objectweb.asm.commons.InstructionAdapter
 
MUL - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
mul(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
multianewarray(String, int) - Method in class org.objectweb.asm.commons.InstructionAdapter
 

N

NE - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
NEG - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
neg(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
newArray(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to create a new array.
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.
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 - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
or(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
org.objectweb.asm.commons - package org.objectweb.asm.commons
Provides some useful class and method adapters.

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(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(float) - 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(String) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(Handle) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to push a handle on the stack.
push(ConstantDynamic) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to push a constant dynamic on the stack.
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.
putfield(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.
putstatic(String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
 

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 a Remapper.
RecordComponentRemapper(RecordComponentVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RecordComponentRemapper
Constructs a new RecordComponentRemapper.
RecordComponentRemapper(int, RecordComponentVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RecordComponentRemapper
Constructs a new RecordComponentRemapper.
REM - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
rem(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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(ClassVisitor) - Constructor for class org.objectweb.asm.commons.SerialVersionUIDAdder
Constructs a new SerialVersionUIDAdder.
SerialVersionUIDAdder(int, 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 - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
shl(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
SHR - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
shr(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
SignatureRemapper - Class in org.objectweb.asm.commons
A SignatureVisitor that remaps types with a Remapper.
SignatureRemapper(SignatureVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.SignatureRemapper
Constructs a new SignatureRemapper.
SignatureRemapper(int, SignatureVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.SignatureRemapper
Constructs a new SignatureRemapper.
SimpleRemapper - Class in org.objectweb.asm.commons
A Remapper using a Map to define its mapping.
SimpleRemapper(Map<String, String>) - Constructor for class org.objectweb.asm.commons.SimpleRemapper
Constructs a new SimpleRemapper with the given mapping.
SimpleRemapper(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(String, ClassVisitor) - Constructor for class org.objectweb.asm.commons.StaticInitMerger
Constructs a new StaticInitMerger.
StaticInitMerger(int, 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 - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
sub(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
swap() - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates a SWAP instruction.
swap(Type, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to swap the top two stack values.
swap() - Method in class org.objectweb.asm.commons.InstructionAdapter
 

T

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.
tableswitch(int, int, Label, Label...) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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(MethodVisitor, int, String, String, String, String[]) - Constructor for class org.objectweb.asm.commons.TryCatchBlockSorter
Constructs a new TryCatchBlockSorter.
TryCatchBlockSorter(int, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.objectweb.asm.commons.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 - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
ushr(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 

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(String, Object) - Method in class org.objectweb.asm.commons.AnnotationRemapper
 
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
 
visitAnnotation(String, String) - 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
 
visitAnnotationDefault() - Method in class org.objectweb.asm.commons.MethodRemapper
 
visitAnnotationExperimental(String, boolean) - Method in class org.objectweb.asm.commons.RecordComponentRemapper
 
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
 
visitPermittedSubtypeExperimental(String) - Method in class org.objectweb.asm.commons.ClassRemapper
 
visitProvide(String, String...) - Method in class org.objectweb.asm.commons.ModuleRemapper
 
visitRecordComponentExperimental(int, 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
 
visitTypeAnnotationExperimental(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 - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
xor(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links