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
 
ADD - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
add(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
addSVUID(long) - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
 
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
 
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 visitFrame 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
Constant for the math method.
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 adapter for type remapping.
AnnotationRemapper(AnnotationVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.AnnotationRemapper
 
AnnotationRemapper(int, AnnotationVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.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
 
catchException(Label, Label, Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Marks the start of an exception handler.
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
 
className - Variable in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
ClassRemapper - Class in org.objectweb.asm.commons
A ClassVisitor for type remapping.
ClassRemapper(ClassVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ClassRemapper
 
ClassRemapper(int, ClassVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.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 can be used to approximate method size.
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.ClassRemapper
 
createFieldRemapper(FieldVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
 
createMethodRemapper(MethodVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
 
createModuleRemapper(ModuleVisitor) - Method in class org.objectweb.asm.commons.ClassRemapper
 
createRemappingAnnotationAdapter(AnnotationVisitor) - Method in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
createRemappingFieldAdapter(FieldVisitor) - Method in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
createRemappingMethodAdapter(int, String, MethodVisitor) - Method in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
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
 
DIV - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
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
Constant for the ifCmp method.
equals(Object) - Method in class org.objectweb.asm.commons.Method
 

F

fconst(float) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
FieldRemapper - Class in org.objectweb.asm.commons
A FieldVisitor adapter for type remapping.
FieldRemapper(FieldVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.FieldRemapper
 
FieldRemapper(int, FieldVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.FieldRemapper
 
firstLocal - Variable in class org.objectweb.asm.commons.LocalVariablesSorter
Index of the first local variable, after formal parameters.

G

GE - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the ifCmp 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(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.
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.Method
Returns the name of the method described by this object.
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
Constant for the ifCmp method.

H

hashCode() - Method in class org.objectweb.asm.commons.Method
 
hashes - Variable in class org.objectweb.asm.commons.ModuleHashesAttribute
 
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
 

I

iconst(int) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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
 
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
 
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
 
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
Deprecated.
invokestatic(String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
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
Deprecated.
invokevirtual(String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
 

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 JSRInliner.
JSRInlinerAdapter(int, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.objectweb.asm.commons.JSRInlinerAdapter
Constructs a new JSRInliner.

L

lcmp() - Method in class org.objectweb.asm.commons.InstructionAdapter
 
lconst(long) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
LE - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the ifCmp 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(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
List of the local variable slots for 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
Constant for the ifCmp method.

M

map(String) - Method in class org.objectweb.asm.commons.Remapper
Map type name to the new name.
map(String) - Method in class org.objectweb.asm.commons.SimpleRemapper
 
mapDesc(String) - Method in class org.objectweb.asm.commons.Remapper
 
mapFieldName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
Map field name to the new name.
mapFieldName(String, String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
 
mapInvokeDynamicMethodName(String, String) - Method in class org.objectweb.asm.commons.Remapper
Map invokedynamic method name to the new name.
mapInvokeDynamicMethodName(String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
 
mapMethodDesc(String) - Method in class org.objectweb.asm.commons.Remapper
 
mapMethodName(String, String, String) - Method in class org.objectweb.asm.commons.Remapper
Map method name to the new name.
mapMethodName(String, String, String) - Method in class org.objectweb.asm.commons.SimpleRemapper
 
mapModuleName(String) - Method in class org.objectweb.asm.commons.Remapper
Map module name to the new name.
mapPackageName(String) - Method in class org.objectweb.asm.commons.Remapper
Map package name to the new name.
mapSignature(String, boolean) - Method in class org.objectweb.asm.commons.Remapper
 
mapType(String) - Method in class org.objectweb.asm.commons.Remapper
 
mapTypes(String[]) - Method in class org.objectweb.asm.commons.Remapper
 
mapValue(Object) - Method in class org.objectweb.asm.commons.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
 
methodDesc - Variable in class org.objectweb.asm.commons.AdviceAdapter
 
MethodRemapper - Class in org.objectweb.asm.commons
A LocalVariablesSorter for type mapping.
MethodRemapper(MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.MethodRemapper
 
MethodRemapper(int, MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.MethodRemapper
 
ModuleHashesAttribute - Class in org.objectweb.asm.commons
ModuleHashes attribute.
ModuleHashesAttribute(String, List<String>, List<byte[]>) - Constructor for class org.objectweb.asm.commons.ModuleHashesAttribute
Constructs an attribute with a hashing algorithm, a list of module names, and a list of the same length of hashes.
ModuleHashesAttribute() - Constructor for class org.objectweb.asm.commons.ModuleHashesAttribute
Constructs an empty attribute that can be used as prototype to be passed as argument of the method ClassReader.accept(org.objectweb.asm.ClassVisitor, Attribute[], int).
ModuleRemapper - Class in org.objectweb.asm.commons
A ModuleVisitor adapter for type remapping.
ModuleRemapper(ModuleVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ModuleRemapper
 
ModuleRemapper(int, ModuleVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.ModuleRemapper
 
ModuleResolutionAttribute - Class in org.objectweb.asm.commons
ModuleResolution_attribute.
ModuleResolutionAttribute(int) - Constructor for class org.objectweb.asm.commons.ModuleResolutionAttribute
Constructs an attribute with a resolution state value.
ModuleResolutionAttribute() - Constructor for class org.objectweb.asm.commons.ModuleResolutionAttribute
Constructs an empty attribute that can be used as prototype to be passed as argument of the method ClassReader.accept(org.objectweb.asm.ClassVisitor, Attribute[], int).
modules - Variable in class org.objectweb.asm.commons.ModuleHashesAttribute
 
ModuleTargetAttribute - Class in org.objectweb.asm.commons
ModuleTarget attribute.
ModuleTargetAttribute(String) - Constructor for class org.objectweb.asm.commons.ModuleTargetAttribute
Constructs an attribute with a platform name.
ModuleTargetAttribute() - Constructor for class org.objectweb.asm.commons.ModuleTargetAttribute
Constructs an empty attribute that can be used as prototype to be passed as argument of the method ClassReader.accept(org.objectweb.asm.ClassVisitor, Attribute[], int).
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
Constant for the math method.
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
Constant for the ifCmp method.
NEG - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
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
 
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
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
 
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
 
onMethodEnter() - Method in class org.objectweb.asm.commons.AdviceAdapter
Called at the beginning of the method or after super class call in the constructor.
onMethodExit(int) - Method in class org.objectweb.asm.commons.AdviceAdapter
Called before explicit exit from the method using either return or throw.
OR - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
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
 
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.
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
 
REM - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
rem(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
remapper - Variable in class org.objectweb.asm.commons.AnnotationRemapper
 
remapper - Variable in class org.objectweb.asm.commons.ClassRemapper
 
remapper - Variable in class org.objectweb.asm.commons.MethodRemapper
 
Remapper - Class in org.objectweb.asm.commons
A class responsible for remapping types and names.
Remapper() - Constructor for class org.objectweb.asm.commons.Remapper
 
remapper - Variable in class org.objectweb.asm.commons.RemappingAnnotationAdapter
Deprecated.
 
remapper - Variable in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
remapper - Variable in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
RemappingAnnotationAdapter - Class in org.objectweb.asm.commons
Deprecated.
use AnnotationRemapper instead.
RemappingAnnotationAdapter(AnnotationVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingAnnotationAdapter
Deprecated.
 
RemappingAnnotationAdapter(int, AnnotationVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingAnnotationAdapter
Deprecated.
 
RemappingClassAdapter - Class in org.objectweb.asm.commons
Deprecated.
use ClassRemapper instead.
RemappingClassAdapter(ClassVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
RemappingClassAdapter(int, ClassVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
RemappingFieldAdapter - Class in org.objectweb.asm.commons
Deprecated.
use FieldRemapper instead.
RemappingFieldAdapter(FieldVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingFieldAdapter
Deprecated.
 
RemappingFieldAdapter(int, FieldVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingFieldAdapter
Deprecated.
 
RemappingMethodAdapter - Class in org.objectweb.asm.commons
Deprecated.
use MethodRemapper instead.
RemappingMethodAdapter(int, String, MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
RemappingMethodAdapter(int, int, String, MethodVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
RemappingSignatureAdapter - Class in org.objectweb.asm.commons
Deprecated.
use SignatureRemapper instead.
RemappingSignatureAdapter(SignatureVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
RemappingSignatureAdapter(int, SignatureVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
resolution - Variable in class org.objectweb.asm.commons.ModuleResolutionAttribute
 
RESOLUTION_DO_NOT_RESOLVE_BY_DEFAULT - Static variable in class org.objectweb.asm.commons.ModuleResolutionAttribute
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
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
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
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
Constant for the math method.
shl(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
SHR - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
shr(Type) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
SignatureRemapper - Class in org.objectweb.asm.commons
A SignatureVisitor adapter for type mapping.
SignatureRemapper(SignatureVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.SignatureRemapper
 
SignatureRemapper(int, SignatureVisitor, Remapper) - Constructor for class org.objectweb.asm.commons.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
 
SimpleRemapper(String, String) - Constructor for class org.objectweb.asm.commons.SimpleRemapper
 
stack - Variable in class org.objectweb.asm.commons.AnalyzerAdapter
List of the operand stack slots for 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
 
StaticInitMerger(int, String, ClassVisitor) - Constructor for class org.objectweb.asm.commons.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
Constant for the math method.
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
 
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
 
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
Information about 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
Constant for the math method.
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(String, Object) - Method in class org.objectweb.asm.commons.RemappingAnnotationAdapter
Deprecated.
 
visit(int, int, String, String, String, String[]) - Method in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
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
 
visitAnnotation(String, String) - Method in class org.objectweb.asm.commons.RemappingAnnotationAdapter
Deprecated.
 
visitAnnotation(String, boolean) - Method in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
visitAnnotation(String, boolean) - Method in class org.objectweb.asm.commons.RemappingFieldAdapter
Deprecated.
 
visitAnnotation(String, boolean) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitAnnotationDefault() - Method in class org.objectweb.asm.commons.MethodRemapper
 
visitAnnotationDefault() - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitArray(String) - Method in class org.objectweb.asm.commons.AnnotationRemapper
 
visitArray(String) - Method in class org.objectweb.asm.commons.RemappingAnnotationAdapter
Deprecated.
 
visitArrayType() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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.RemappingSignatureAdapter
Deprecated.
 
visitBaseType(char) - Method in class org.objectweb.asm.commons.SignatureRemapper
 
visitClassBound() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
visitClassBound() - Method in class org.objectweb.asm.commons.SignatureRemapper
 
visitClassType(String) - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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
If any JSRs were seen, triggers the inlining process.
visitEnd() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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
 
visitEnum(String, String, String) - Method in class org.objectweb.asm.commons.RemappingAnnotationAdapter
Deprecated.
 
visitExceptionType() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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.RemappingClassAdapter
Deprecated.
 
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
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitFormalTypeParameter(String) - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
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.RemappingClassAdapter
Deprecated.
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.commons.SerialVersionUIDAdder
Handle a bizarre special case.
visitInnerClassType(String) - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitInterface() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
visitInterface() - Method in class org.objectweb.asm.commons.SignatureRemapper
 
visitInterfaceBound() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
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
Detects a JSR instruction and sets a flag to indicate we will need to do inlining.
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
 
visitLdcInsn(Object) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
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
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
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
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
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.RemappingClassAdapter
Deprecated.
 
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) - Method in class org.objectweb.asm.commons.AdviceAdapter
Deprecated.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.AdviceAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
Deprecated.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.AnalyzerAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
Deprecated.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.CodeSizeEvaluator
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.InstructionAdapter
Deprecated.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.InstructionAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.MethodRemapper
Deprecated.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitModule(String, int, String) - Method in class org.objectweb.asm.commons.ClassRemapper
 
visitModule(String, int, String) - Method in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
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
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitOpen(String, int, String...) - Method in class org.objectweb.asm.commons.ModuleRemapper
 
visitOuterClass(String, String, String) - Method in class org.objectweb.asm.commons.ClassRemapper
 
visitOuterClass(String, String, String) - Method in class org.objectweb.asm.commons.RemappingClassAdapter
Deprecated.
 
visitPackage(String) - Method in class org.objectweb.asm.commons.ModuleRemapper
 
visitParameterAnnotation(int, String, boolean) - Method in class org.objectweb.asm.commons.MethodRemapper
 
visitParameterAnnotation(int, String, boolean) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitParameterType() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
visitParameterType() - Method in class org.objectweb.asm.commons.SignatureRemapper
 
visitProvide(String, String...) - Method in class org.objectweb.asm.commons.ModuleRemapper
 
visitRequire(String, int, String) - Method in class org.objectweb.asm.commons.ModuleRemapper
 
visitReturnType() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
visitReturnType() - Method in class org.objectweb.asm.commons.SignatureRemapper
 
visitSuperclass() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
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
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
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.RemappingClassAdapter
Deprecated.
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.RemappingFieldAdapter
Deprecated.
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitTypeArgument() - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
visitTypeArgument(char) - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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
 
visitTypeInsn(int, String) - Method in class org.objectweb.asm.commons.RemappingMethodAdapter
Deprecated.
 
visitTypeVariable(String) - Method in class org.objectweb.asm.commons.RemappingSignatureAdapter
Deprecated.
 
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
Constant for the math method.
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