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

A

AALOAD - Static variable in interface org.objectweb.asm.Constants
 
AASTORE - Static variable in interface org.objectweb.asm.Constants
 
AbstractInsnNode - Class in org.objectweb.asm.tree
A node that represents a bytecode instruction.
AbstractInsnNode(int) - Constructor for class org.objectweb.asm.tree.AbstractInsnNode
Constructs a new AbstractInsnNode object.
ACC_ABSTRACT - Static variable in interface org.objectweb.asm.Constants
 
ACC_ANNOTATION - Static variable in interface org.objectweb.asm.Constants
 
ACC_BRIDGE - Static variable in interface org.objectweb.asm.Constants
 
ACC_DEPRECATED - Static variable in interface org.objectweb.asm.Constants
 
ACC_ENUM - Static variable in interface org.objectweb.asm.Constants
 
ACC_FINAL - Static variable in interface org.objectweb.asm.Constants
 
ACC_INTERFACE - Static variable in interface org.objectweb.asm.Constants
 
ACC_NATIVE - Static variable in interface org.objectweb.asm.Constants
 
ACC_PRIVATE - Static variable in interface org.objectweb.asm.Constants
 
ACC_PROTECTED - Static variable in interface org.objectweb.asm.Constants
 
ACC_PUBLIC - Static variable in interface org.objectweb.asm.Constants
 
ACC_STATIC - Static variable in interface org.objectweb.asm.Constants
 
ACC_STRICT - Static variable in interface org.objectweb.asm.Constants
 
ACC_SUPER - Static variable in interface org.objectweb.asm.Constants
 
ACC_SYNCHRONIZED - Static variable in interface org.objectweb.asm.Constants
 
ACC_SYNTHETIC - Static variable in interface org.objectweb.asm.Constants
 
ACC_TRANSIENT - Static variable in interface org.objectweb.asm.Constants
 
ACC_VARARGS - Static variable in interface org.objectweb.asm.Constants
 
ACC_VOLATILE - Static variable in interface org.objectweb.asm.Constants
 
accept(ClassVisitor, boolean) - Method in class org.objectweb.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(ClassVisitor, Attribute[], boolean) - Method in class org.objectweb.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.AbstractInsnNode
Makes the given code visitor visit this instruction.
accept(ClassVisitor) - Method in class org.objectweb.asm.tree.ClassNode
Makes the given class visitor visit this class.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.FieldInsnNode
 
accept(ClassVisitor) - Method in class org.objectweb.asm.tree.FieldNode
Makes the given class visitor visit this field.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.IincInsnNode
 
accept(ClassVisitor) - Method in class org.objectweb.asm.tree.InnerClassNode
Makes the given class visitor visit this inner class.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.InsnNode
Makes the given code visitor visit this instruction.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.IntInsnNode
 
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.JumpInsnNode
 
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.LdcInsnNode
 
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.LineNumberNode
Makes the given code visitor visit this line number declaration.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.LocalVariableNode
Makes the given code visitor visit this local variable declaration.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.LookupSwitchInsnNode
 
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.MethodInsnNode
 
accept(ClassVisitor) - Method in class org.objectweb.asm.tree.MethodNode
Makes the given class visitor visit this method.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.MultiANewArrayInsnNode
 
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.TableSwitchInsnNode
 
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.TryCatchBlockNode
Makes the given code visitor visit this try catch block.
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.TypeInsnNode
 
accept(CodeVisitor) - Method in class org.objectweb.asm.tree.VarInsnNode
 
access - Variable in class org.objectweb.asm.tree.ClassNode
The class's access flags (see Constants).
access - Variable in class org.objectweb.asm.tree.FieldNode
The field's access flags (see Constants).
access - Variable in class org.objectweb.asm.tree.InnerClassNode
The access flags of the inner class as originally declared in the enclosing class.
access - Variable in class org.objectweb.asm.tree.MethodNode
The method's access flags (see Constants).
ACONST_NULL - Static variable in interface org.objectweb.asm.Constants
 
add(String, Object) - Method in class org.objectweb.asm.attrs.Annotation
 
ALOAD - Static variable in interface org.objectweb.asm.Constants
 
analyze(ClassNode, MethodNode) - Method in class org.objectweb.asm.tree.analysis.Analyzer
Analyzes the given method.
Analyzer - Class in org.objectweb.asm.tree.analysis
A semantic bytecode analyzer.
Analyzer(Interpreter) - Constructor for class org.objectweb.asm.tree.analysis.Analyzer
Constructs a new Analyzer.
AnalyzerException - Exception in org.objectweb.asm.tree.analysis
Thrown if a problem occurs during the analysis of a method.
AnalyzerException(String) - Constructor for exception org.objectweb.asm.tree.analysis.AnalyzerException
 
AnalyzerException(String, Object, Value) - Constructor for exception org.objectweb.asm.tree.analysis.AnalyzerException
 
ANEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
Annotation - Class in org.objectweb.asm.attrs
Annotation data contains an annotated type and its array of the element-value pairs.
Annotation() - Constructor for class org.objectweb.asm.attrs.Annotation
 
Annotation(String) - Constructor for class org.objectweb.asm.attrs.Annotation
 
Annotation.EnumConstValue - Class in org.objectweb.asm.attrs
Container class used to store enum_const_value structure.
Annotation.EnumConstValue(String, String) - Constructor for class org.objectweb.asm.attrs.Annotation.EnumConstValue
 
AnnotationDefaultAttribute - Class in org.objectweb.asm.attrs
The AnnotationDefault attribute is a variable length attribute in the attributes table of certain method_info structures, namely those representing elements of annotation types.
AnnotationDefaultAttribute() - Constructor for class org.objectweb.asm.attrs.AnnotationDefaultAttribute
 
AnnotationDefaultAttribute(Object) - Constructor for class org.objectweb.asm.attrs.AnnotationDefaultAttribute
 
annotations - Variable in class org.objectweb.asm.attrs.RuntimeInvisibleAnnotations
List of Annotation.
annotations - Variable in class org.objectweb.asm.attrs.RuntimeVisibleAnnotations
List of Annotation.
ARETURN - Static variable in interface org.objectweb.asm.Constants
 
ARRAY - Static variable in class org.objectweb.asm.Type
The sort of array reference types.
ARRAYLENGTH - Static variable in interface org.objectweb.asm.Constants
 
ASMAnnotationDefaultAttribute - Class in org.objectweb.asm.util.attrs
An ASMifiable AnnotationDefaultAttribute sub class.
ASMAnnotationDefaultAttribute() - Constructor for class org.objectweb.asm.util.attrs.ASMAnnotationDefaultAttribute
 
ASMContentHandler - Class in org.objectweb.asm.xml
A ContentHandler that transforms XML document into Java class file.
ASMContentHandler(OutputStream, boolean) - Constructor for class org.objectweb.asm.xml.ASMContentHandler
Constructs a new ASMContentHandler object.
ASMEnclosingMethodAttribute - Class in org.objectweb.asm.util.attrs
An ASMifiable EnclosingMethodAttribute sub class.
ASMEnclosingMethodAttribute() - Constructor for class org.objectweb.asm.util.attrs.ASMEnclosingMethodAttribute
 
ASMifiable - Interface in org.objectweb.asm.util.attrs
An attribute that can print the ASM code to create an equivalent attribute.
ASMifierClassVisitor - Class in org.objectweb.asm.util
A PrintClassVisitor that prints the ASM code that generates the classes it visits.
ASMifierClassVisitor(PrintWriter) - Constructor for class org.objectweb.asm.util.ASMifierClassVisitor
Constructs a new ASMifierClassVisitor object.
ASMifierCodeVisitor - Class in org.objectweb.asm.util
A PrintCodeVisitor that prints the ASM code that generates the code it visits.
ASMifierCodeVisitor() - Constructor for class org.objectweb.asm.util.ASMifierCodeVisitor
Constructs a new ASMifierCodeVisitor object.
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMAnnotationDefaultAttribute
 
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMEnclosingMethodAttribute
 
asmify(StringBuffer, String, Map) - Method in interface org.objectweb.asm.util.attrs.ASMifiable
Prints the ASM code to create an attribute equal to this attribute.
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMLocalVariableTypeTableAttribute
 
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMRuntimeInvisibleAnnotations
 
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMRuntimeInvisibleParameterAnnotations
 
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMRuntimeVisibleAnnotations
 
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMRuntimeVisibleParameterAnnotations
 
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMSignatureAttribute
 
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMSourceDebugExtensionAttribute
 
asmify(StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMStackMapAttribute
 
ASMLocalVariableTypeTableAttribute - Class in org.objectweb.asm.util.attrs
An ASMifiable LocalVariableTypeTableAttribute sub class.
ASMLocalVariableTypeTableAttribute() - Constructor for class org.objectweb.asm.util.attrs.ASMLocalVariableTypeTableAttribute
 
ASMRuntimeInvisibleAnnotations - Class in org.objectweb.asm.util.attrs
An ASMifiable RuntimeInvisibleAnnotations sub class.
ASMRuntimeInvisibleAnnotations() - Constructor for class org.objectweb.asm.util.attrs.ASMRuntimeInvisibleAnnotations
 
ASMRuntimeInvisibleParameterAnnotations - Class in org.objectweb.asm.util.attrs
An ASMifiable RuntimeInvisibleParameterAnnotations sub class.
ASMRuntimeInvisibleParameterAnnotations() - Constructor for class org.objectweb.asm.util.attrs.ASMRuntimeInvisibleParameterAnnotations
 
ASMRuntimeVisibleAnnotations - Class in org.objectweb.asm.util.attrs
An ASMifiable RuntimeVisibleAnnotations sub class.
ASMRuntimeVisibleAnnotations() - Constructor for class org.objectweb.asm.util.attrs.ASMRuntimeVisibleAnnotations
 
ASMRuntimeVisibleParameterAnnotations - Class in org.objectweb.asm.util.attrs
An ASMifiable RuntimeVisibleParameterAnnotations sub class.
ASMRuntimeVisibleParameterAnnotations() - Constructor for class org.objectweb.asm.util.attrs.ASMRuntimeVisibleParameterAnnotations
 
ASMSignatureAttribute - Class in org.objectweb.asm.util.attrs
An ASMifiable SignatureAttribute sub class.
ASMSignatureAttribute() - Constructor for class org.objectweb.asm.util.attrs.ASMSignatureAttribute
 
ASMSourceDebugExtensionAttribute - Class in org.objectweb.asm.util.attrs
An ASMifiable SourceDebugExtensionAttribute sub class.
ASMSourceDebugExtensionAttribute() - Constructor for class org.objectweb.asm.util.attrs.ASMSourceDebugExtensionAttribute
 
ASMStackMapAttribute - Class in org.objectweb.asm.util.attrs
An ASMifiable StackMapAttribute sub class.
ASMStackMapAttribute() - Constructor for class org.objectweb.asm.util.attrs.ASMStackMapAttribute
 
ASTORE - Static variable in interface org.objectweb.asm.Constants
 
ATHROW - Static variable in interface org.objectweb.asm.Constants
 
Attribute - Class in org.objectweb.asm
A non standard class, field, method or code attribute.
Attribute(String) - Constructor for class org.objectweb.asm.Attribute
Constructs a new empty attribute.
Attributes - Class in org.objectweb.asm.attrs
Provides static utility methods for attributes.
attrs - Variable in class org.objectweb.asm.tree.ClassNode
The non standard attributes of the class.
attrs - Variable in class org.objectweb.asm.tree.FieldNode
The non standard attributes of the field.
attrs - Variable in class org.objectweb.asm.tree.MethodNode
The non standard attributes of the method.

B

b - Variable in class org.objectweb.asm.ClassReader
The class to be parsed.
BALOAD - Static variable in interface org.objectweb.asm.Constants
 
BasicInterpreter - Class in org.objectweb.asm.tree.analysis
An Interpreter for BasicValue values.
BasicInterpreter() - Constructor for class org.objectweb.asm.tree.analysis.BasicInterpreter
 
BasicValue - Class in org.objectweb.asm.tree.analysis
A Value that is represented by its type in a seven types type sytem.
BasicValue(Type) - Constructor for class org.objectweb.asm.tree.analysis.BasicValue
 
BasicVerifier - Class in org.objectweb.asm.tree.analysis
An extended BasicInterpreter that checks that bytecode instructions are correctly used.
BasicVerifier() - Constructor for class org.objectweb.asm.tree.analysis.BasicVerifier
 
BASTORE - Static variable in interface org.objectweb.asm.Constants
 
binaryOperation(AbstractInsnNode, Value, Value) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
binaryOperation(AbstractInsnNode, Value, Value) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
binaryOperation(AbstractInsnNode, Value, Value) - Method in class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
binaryOperation(AbstractInsnNode, Value, Value) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with two arguments.
BIPUSH - Static variable in interface org.objectweb.asm.Constants
 
BOOLEAN - Static variable in class org.objectweb.asm.Type
The sort of the boolean type.
BOOLEAN_TYPE - Static variable in class org.objectweb.asm.Type
The boolean type.
buf - Variable in class org.objectweb.asm.util.PrintClassVisitor
A buffer that can be used to create strings.
buf - Variable in class org.objectweb.asm.util.PrintCodeVisitor
A buffer used to convert instructions to strings.
BYTE - Static variable in class org.objectweb.asm.Type
The sort of the byte type.
BYTE_TYPE - Static variable in class org.objectweb.asm.Type
The byte type.
BYTECODE - Static variable in class org.objectweb.asm.xml.Processor
 
ByteVector - Class in org.objectweb.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class org.objectweb.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - Constructor for class org.objectweb.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

CALOAD - Static variable in interface org.objectweb.asm.Constants
 
CASTORE - Static variable in interface org.objectweb.asm.Constants
 
CHAR - Static variable in class org.objectweb.asm.Type
The sort of the char type.
CHAR_TYPE - Static variable in class org.objectweb.asm.Type
The char type.
CHECKCAST - Static variable in interface org.objectweb.asm.Constants
 
CheckClassAdapter - Class in org.objectweb.asm.util
A ClassAdapter that checks that its methods are properly used.
CheckClassAdapter(ClassVisitor) - Constructor for class org.objectweb.asm.util.CheckClassAdapter
Constructs a new CheckClassAdapter object.
CheckCodeAdapter - Class in org.objectweb.asm.util
A CodeAdapter that checks that its methods are properly used.
CheckCodeAdapter(CodeVisitor) - Constructor for class org.objectweb.asm.util.CheckCodeAdapter
Constructs a new CheckCodeAdapter object.
ClassAdapter - Class in org.objectweb.asm
An empty ClassVisitor that delegates to another ClassVisitor.
ClassAdapter(ClassVisitor) - Constructor for class org.objectweb.asm.ClassAdapter
Constructs a new ClassAdapter object.
ClassNode - Class in org.objectweb.asm.tree
A node that represents a class.
ClassNode(int, int, String, String, String[], String) - Constructor for class org.objectweb.asm.tree.ClassNode
Constructs a new ClassNode object.
classNode - Variable in class org.objectweb.asm.tree.TreeClassAdapter
A tree representation of the class that is being visited by this visitor.
ClassReader - Class in org.objectweb.asm
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - Constructor for class org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassVisitor - Interface in org.objectweb.asm
A visitor to visit a Java class.
ClassWriter - Class in org.objectweb.asm
A ClassVisitor that generates Java class files.
ClassWriter(boolean) - Constructor for class org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(boolean, boolean) - Constructor for class org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object.
clearStack() - Method in class org.objectweb.asm.tree.analysis.Frame
Clears the operand stack of this frame.
CodeAdapter - Class in org.objectweb.asm
An empty CodeVisitor that delegates to another CodeVisitor.
CodeAdapter(CodeVisitor) - Constructor for class org.objectweb.asm.CodeAdapter
Constructs a new CodeAdapter object.
codeAttrs - Variable in class org.objectweb.asm.tree.MethodNode
The non standard attributes of the method's code.
CodeVisitor - Interface in org.objectweb.asm
A visitor to visit the bytecode instructions of a Java method.
CodeWriter - Class in org.objectweb.asm
A CodeVisitor that generates Java bytecode instructions.
CodeWriter(ClassWriter, boolean) - Constructor for class org.objectweb.asm.CodeWriter
Constructs a CodeWriter.
computeMax - Variable in class org.objectweb.asm.xml.ASMContentHandler
true if the maximum stack size and number of local variables must be automatically computed.
Constants - Interface in org.objectweb.asm
Defines the JVM opcodes, access flags and array type codes.
constName - Variable in class org.objectweb.asm.attrs.Annotation.EnumConstValue
 
copyOperation(AbstractInsnNode, Value) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
copyOperation(AbstractInsnNode, Value) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
copyOperation(AbstractInsnNode, Value) - Method in class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
copyOperation(AbstractInsnNode, Value) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Interprets a bytecode instruction that moves a value on the stack or to or from local variables.
cst - Variable in class org.objectweb.asm.tree.LdcInsnNode
The constant to be loaded on the stack.
cv - Variable in class org.objectweb.asm.ClassAdapter
The ClassVisitor to which this adapter delegates calls.
cv - Variable in class org.objectweb.asm.CodeAdapter
The CodeVisitor to which this adapter delegates calls.
cv - Variable in class org.objectweb.asm.util.TraceClassVisitor
The ClassVisitor to which this visitor delegates calls.
cv - Variable in class org.objectweb.asm.util.TraceCodeVisitor
The CodeVisitor to which this visitor delegates calls.
cw - Variable in class org.objectweb.asm.xml.ASMContentHandler
Current instance of the ClassWriter used to write class bytecode.

D

D2F - Static variable in interface org.objectweb.asm.Constants
 
D2I - Static variable in interface org.objectweb.asm.Constants
 
D2L - Static variable in interface org.objectweb.asm.Constants
 
DADD - Static variable in interface org.objectweb.asm.Constants
 
DALOAD - Static variable in interface org.objectweb.asm.Constants
 
DASTORE - Static variable in interface org.objectweb.asm.Constants
 
DataflowInterpreter - Class in org.objectweb.asm.tree.analysis
An Interpreter for DataflowValue values.
DataflowInterpreter() - Constructor for class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
DataflowValue - Class in org.objectweb.asm.tree.analysis
A Value that is represented by its type in a two types type system.
DataflowValue(int) - Constructor for class org.objectweb.asm.tree.analysis.DataflowValue
 
DataflowValue(int, AbstractInsnNode) - Constructor for class org.objectweb.asm.tree.analysis.DataflowValue
 
DataflowValue(int, Set) - Constructor for class org.objectweb.asm.tree.analysis.DataflowValue
 
DCMPG - Static variable in interface org.objectweb.asm.Constants
 
DCMPL - Static variable in interface org.objectweb.asm.Constants
 
DCONST_0 - Static variable in interface org.objectweb.asm.Constants
 
DCONST_1 - Static variable in interface org.objectweb.asm.Constants
 
DDIV - Static variable in interface org.objectweb.asm.Constants
 
debugExtension - Variable in class org.objectweb.asm.attrs.SourceDebugExtensionAttribute
 
defaultValue - Variable in class org.objectweb.asm.attrs.AnnotationDefaultAttribute
Default value for annotation.
desc - Variable in class org.objectweb.asm.attrs.EnclosingMethodAttribute
 
desc - Variable in class org.objectweb.asm.tree.FieldInsnNode
The field's descriptor (see Type).
desc - Variable in class org.objectweb.asm.tree.FieldNode
The field's descriptor (see Type).
desc - Variable in class org.objectweb.asm.tree.LocalVariableNode
The type descriptor of this local variable.
desc - Variable in class org.objectweb.asm.tree.MethodInsnNode
The method's descriptor (see Type).
desc - Variable in class org.objectweb.asm.tree.MethodNode
The method's descriptor (see Type).
desc - Variable in class org.objectweb.asm.tree.MultiANewArrayInsnNode
An array type descriptor (see Type).
desc - Variable in class org.objectweb.asm.tree.TypeInsnNode
The operand of this instruction.
dflt - Variable in class org.objectweb.asm.tree.LookupSwitchInsnNode
Beginning of the default handler block.
dflt - Variable in class org.objectweb.asm.tree.TableSwitchInsnNode
Beginning of the default handler block.
dims - Variable in class org.objectweb.asm.tree.MultiANewArrayInsnNode
Number of dimensions of the array to allocate.
DLOAD - Static variable in interface org.objectweb.asm.Constants
 
DMUL - Static variable in interface org.objectweb.asm.Constants
 
DNEG - Static variable in interface org.objectweb.asm.Constants
 
DOUBLE - Static variable in class org.objectweb.asm.Type
The sort of the double type.
DOUBLE_TYPE - Static variable in class org.objectweb.asm.Type
The double type.
DOUBLE_VALUE - Static variable in class org.objectweb.asm.tree.analysis.BasicValue
 
DREM - Static variable in interface org.objectweb.asm.Constants
 
DRETURN - Static variable in interface org.objectweb.asm.Constants
 
DSTORE - Static variable in interface org.objectweb.asm.Constants
 
DSUB - Static variable in interface org.objectweb.asm.Constants
 
DUP - Static variable in interface org.objectweb.asm.Constants
 
DUP2 - Static variable in interface org.objectweb.asm.Constants
 
DUP2_X1 - Static variable in interface org.objectweb.asm.Constants
 
DUP2_X2 - Static variable in interface org.objectweb.asm.Constants
 
DUP_X1 - Static variable in interface org.objectweb.asm.Constants
 
DUP_X2 - Static variable in interface org.objectweb.asm.Constants
 

E

elementValues - Variable in class org.objectweb.asm.attrs.Annotation
List of Object[]{name, value} pairs.
EnclosingMethodAttribute - Class in org.objectweb.asm.attrs
The EnclosingMethod attribute is an optional fixed-length attribute in the attributes table of the ClassFile structure.
EnclosingMethodAttribute() - Constructor for class org.objectweb.asm.attrs.EnclosingMethodAttribute
 
EnclosingMethodAttribute(String, String, String) - Constructor for class org.objectweb.asm.attrs.EnclosingMethodAttribute
 
end - Variable in class org.objectweb.asm.attrs.LocalVariableType
 
end - Variable in class org.objectweb.asm.tree.LocalVariableNode
The last instruction corresponding to the scope of this local variable (exclusive).
end - Variable in class org.objectweb.asm.tree.TryCatchBlockNode
End of the exception handler's scope (exclusive).
endDocument() - Method in class org.objectweb.asm.xml.ASMContentHandler
Process notification of the end of a document and write generated bytecode into output stream.
endElement(String, String, String) - Method in class org.objectweb.asm.xml.ASMContentHandler
Process notification of the end of an XML element being reached.
equals(Value) - Method in class org.objectweb.asm.tree.analysis.BasicValue
 
equals(Value) - Method in class org.objectweb.asm.tree.analysis.DataflowValue
 
equals(Value) - Method in interface org.objectweb.asm.tree.analysis.Value
Compares this value with the given value.
equals(Object) - Method in class org.objectweb.asm.Type
Tests if the given object is equal to this type.
exceptions - Variable in class org.objectweb.asm.tree.MethodNode
The internal names of the method's exception classes (see getInternalName).
execute(AbstractInsnNode, Interpreter) - Method in class org.objectweb.asm.tree.analysis.Frame
 

F

F2D - Static variable in interface org.objectweb.asm.Constants
 
F2I - Static variable in interface org.objectweb.asm.Constants
 
F2L - Static variable in interface org.objectweb.asm.Constants
 
FADD - Static variable in interface org.objectweb.asm.Constants
 
FALOAD - Static variable in interface org.objectweb.asm.Constants
 
FASTORE - Static variable in interface org.objectweb.asm.Constants
 
FCMPG - Static variable in interface org.objectweb.asm.Constants
 
FCMPL - Static variable in interface org.objectweb.asm.Constants
 
FCONST_0 - Static variable in interface org.objectweb.asm.Constants
 
FCONST_1 - Static variable in interface org.objectweb.asm.Constants
 
FCONST_2 - Static variable in interface org.objectweb.asm.Constants
 
FDIV - Static variable in interface org.objectweb.asm.Constants
 
FieldInsnNode - Class in org.objectweb.asm.tree
A node that represents a field instruction.
FieldInsnNode(int, String, String, String) - Constructor for class org.objectweb.asm.tree.FieldInsnNode
Constructs a new FieldInsnNode object.
FieldNode - Class in org.objectweb.asm.tree
A node that represents a field.
FieldNode(int, String, String, Object, Attribute) - Constructor for class org.objectweb.asm.tree.FieldNode
Constructs a new FieldNode object.
fields - Variable in class org.objectweb.asm.tree.ClassNode
The fields of this class.
FLOAD - Static variable in interface org.objectweb.asm.Constants
 
FLOAT - Static variable in class org.objectweb.asm.Type
The sort of the float type.
FLOAT_TYPE - Static variable in class org.objectweb.asm.Type
The float type.
FLOAT_VALUE - Static variable in class org.objectweb.asm.tree.analysis.BasicValue
 
FMUL - Static variable in interface org.objectweb.asm.Constants
 
FNEG - Static variable in interface org.objectweb.asm.Constants
 
Frame - Class in org.objectweb.asm.tree.analysis
A symbolic execution stack frame.
Frame(int, int) - Constructor for class org.objectweb.asm.tree.analysis.Frame
Constructs a new frame with the given size.
Frame(Frame) - Constructor for class org.objectweb.asm.tree.analysis.Frame
Constructs a new frame that is identical to the given frame.
frames - Variable in class org.objectweb.asm.attrs.StackMapAttribute
 
FREM - Static variable in interface org.objectweb.asm.Constants
 
FRETURN - Static variable in interface org.objectweb.asm.Constants
 
FSTORE - Static variable in interface org.objectweb.asm.Constants
 
FSUB - Static variable in interface org.objectweb.asm.Constants
 

G

getArgumentTypes(String) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getClass(Type) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
getClassName() - Method in class org.objectweb.asm.Type
Returns the name of the class corresponding to this type.
getCode() - Method in class org.objectweb.asm.CodeWriter
Returns the current bytecode of this method.
getCodeSize() - Method in class org.objectweb.asm.CodeWriter
Returns the current size of the bytecode of this method.
getDefaultAttributes() - Static method in class org.objectweb.asm.attrs.Attributes
Returns an instance of each Attribute class defined in this package.
getDefaultAttributes() - Static method in class org.objectweb.asm.util.PrintClassVisitor
 
getDescriptor() - Method in class org.objectweb.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDimensions() - Method in class org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getElementType() - Method in class org.objectweb.asm.Type
Returns the type of the elements of this array type.
getElementValue(Value) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
getElementValue(Value) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
getEnd() - Method in class org.objectweb.asm.attrs.LocalVariableType
 
GETFIELD - Static variable in interface org.objectweb.asm.Constants
 
getFrame(Label) - Method in class org.objectweb.asm.attrs.StackMapAttribute
 
getFrames() - Method in class org.objectweb.asm.tree.analysis.Analyzer
Returns the symbolic stack frame for each instruction of the last recently analyzed method.
getHandlers(int) - Method in class org.objectweb.asm.tree.analysis.Analyzer
Returns the exception handlers for the given instruction.
getIndex() - Method in class org.objectweb.asm.attrs.LocalVariableType
 
getIndex(Object) - Method in class org.objectweb.asm.tree.analysis.Analyzer
Returns the index of the given instruction.
getInternalName() - Method in class org.objectweb.asm.Type
Returns the internal name of the class corresponding to this object type.
getInternalName(Class) - Static method in class org.objectweb.asm.Type
Returns the internal name of the given class.
getItem(int) - Method in class org.objectweb.asm.ClassReader
Returns the start index of the constant pool item in b, plus one.
getLabel() - Method in class org.objectweb.asm.attrs.StackMapType
 
getLabels() - Method in class org.objectweb.asm.Attribute
Returns the labels corresponding to this attribute.
getLabels() - Method in class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 
getLabels() - Method in class org.objectweb.asm.attrs.StackMapAttribute
 
getLabels(Set) - Method in class org.objectweb.asm.attrs.StackMapFrame
 
getLocal(int) - Method in class org.objectweb.asm.tree.analysis.Frame
Returns the value of the given local variable.
getLocals() - Method in class org.objectweb.asm.tree.analysis.Frame
Returns the maximum number of local variables of this frame.
getMethodDescriptor(Type, Type[]) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given method.
getName() - Method in class org.objectweb.asm.attrs.LocalVariableType
 
getObject() - Method in class org.objectweb.asm.attrs.StackMapType
 
getOffset() - Method in class org.objectweb.asm.Label
Returns the offset corresponding to this label.
getOpcode() - Method in class org.objectweb.asm.tree.AbstractInsnNode
Returns the opcode of this instruction.
getOpcode(int) - Method in class org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getReturnType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method.
getSignature() - Method in class org.objectweb.asm.attrs.LocalVariableType
 
getSize() - Method in class org.objectweb.asm.tree.analysis.BasicValue
 
getSize() - Method in class org.objectweb.asm.tree.analysis.DataflowValue
 
getSize() - Method in interface org.objectweb.asm.tree.analysis.Value
Returns the size of this value in words.
getSize() - Method in class org.objectweb.asm.Type
Returns the size of values of this type.
getSort() - Method in class org.objectweb.asm.Type
Returns the sort of this Java type.
getStack(int) - Method in class org.objectweb.asm.tree.analysis.Frame
Returns the value of the given operand stack slot.
getStackSize() - Method in class org.objectweb.asm.tree.analysis.Frame
Returns the number of values in the operand stack of this frame.
getStart() - Method in class org.objectweb.asm.attrs.LocalVariableType
 
GETSTATIC - Static variable in interface org.objectweb.asm.Constants
 
getText() - Method in class org.objectweb.asm.util.PrintCodeVisitor
Returns the code printed by this code visitor.
getType() - Method in class org.objectweb.asm.attrs.StackMapType
 
getType() - Method in class org.objectweb.asm.tree.analysis.BasicValue
 
getType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given class.
getTypeInfo(int) - Static method in class org.objectweb.asm.attrs.StackMapType
 
getTypes() - Method in class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 
GOTO - Static variable in interface org.objectweb.asm.Constants
 

H

handler - Variable in class org.objectweb.asm.tree.TryCatchBlockNode
Beginning of the exception handler's code.
hashCode() - Method in class org.objectweb.asm.Type
Returns a hash code value for this type.

I

I2B - Static variable in interface org.objectweb.asm.Constants
 
I2C - Static variable in interface org.objectweb.asm.Constants
 
I2D - Static variable in interface org.objectweb.asm.Constants
 
I2F - Static variable in interface org.objectweb.asm.Constants
 
I2L - Static variable in interface org.objectweb.asm.Constants
 
I2S - Static variable in interface org.objectweb.asm.Constants
 
IADD - Static variable in interface org.objectweb.asm.Constants
 
IALOAD - Static variable in interface org.objectweb.asm.Constants
 
IAND - Static variable in interface org.objectweb.asm.Constants
 
IASTORE - Static variable in interface org.objectweb.asm.Constants
 
ICONST_0 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_1 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_2 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_3 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_4 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_5 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_M1 - Static variable in interface org.objectweb.asm.Constants
 
IDIV - Static variable in interface org.objectweb.asm.Constants
 
IF_ACMPEQ - Static variable in interface org.objectweb.asm.Constants
 
IF_ACMPNE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPEQ - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPGE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPGT - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPLE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPLT - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPNE - Static variable in interface org.objectweb.asm.Constants
 
IFEQ - Static variable in interface org.objectweb.asm.Constants
 
IFGE - Static variable in interface org.objectweb.asm.Constants
 
IFGT - Static variable in interface org.objectweb.asm.Constants
 
IFLE - Static variable in interface org.objectweb.asm.Constants
 
IFLT - Static variable in interface org.objectweb.asm.Constants
 
IFNE - Static variable in interface org.objectweb.asm.Constants
 
IFNONNULL - Static variable in interface org.objectweb.asm.Constants
 
IFNULL - Static variable in interface org.objectweb.asm.Constants
 
IINC - Static variable in interface org.objectweb.asm.Constants
 
IincInsnNode - Class in org.objectweb.asm.tree
A node that represents an IINC instruction.
IincInsnNode(int, int) - Constructor for class org.objectweb.asm.tree.IincInsnNode
Constructs a new IincInsnNode node.
ILOAD - Static variable in interface org.objectweb.asm.Constants
 
IMUL - Static variable in interface org.objectweb.asm.Constants
 
incr - Variable in class org.objectweb.asm.tree.IincInsnNode
Amount to increment the local variable by.
index - Variable in class org.objectweb.asm.attrs.LocalVariableType
 
index - Variable in class org.objectweb.asm.tree.LocalVariableNode
The local variable's index.
INEG - Static variable in interface org.objectweb.asm.Constants
 
init(int, String, String, String[], Attribute) - Method in class org.objectweb.asm.CodeWriter
Initializes this CodeWriter to define the bytecode of the specified method.
init(Frame) - Method in class org.objectweb.asm.tree.analysis.Frame
Copies the state of the given frame into this frame.
innerClasses - Variable in class org.objectweb.asm.tree.ClassNode
Informations about the inner classes of this class.
InnerClassNode - Class in org.objectweb.asm.tree
A node that represents an inner class.
InnerClassNode(String, String, String, int) - Constructor for class org.objectweb.asm.tree.InnerClassNode
Constructs a new InnerClassNode object.
innerName - Variable in class org.objectweb.asm.tree.InnerClassNode
The (simple) name of the inner class inside its enclosing class.
InsnNode - Class in org.objectweb.asm.tree
A node that represents a zero operand instruction.
InsnNode(int) - Constructor for class org.objectweb.asm.tree.InsnNode
Constructs a new InsnNode object.
insns - Variable in class org.objectweb.asm.tree.analysis.DataflowValue
The instructions that can produce this value.
INSTANCEOF - Static variable in interface org.objectweb.asm.Constants
 
instructions - Variable in class org.objectweb.asm.tree.MethodNode
The instructions of this method.
INT - Static variable in class org.objectweb.asm.Type
The sort of the int type.
INT_TYPE - Static variable in class org.objectweb.asm.Type
The int type.
INT_VALUE - Static variable in class org.objectweb.asm.tree.analysis.BasicValue
 
interfaces - Variable in class org.objectweb.asm.tree.ClassNode
The internal names of the class's interfaces (see getInternalName).
Interpreter - Interface in org.objectweb.asm.tree.analysis
A semantic bytecode interpreter.
IntInsnNode - Class in org.objectweb.asm.tree
A node that represents an instruction with a single int operand.
IntInsnNode(int, int) - Constructor for class org.objectweb.asm.tree.IntInsnNode
Constructs a new IntInsnNode object.
INVOKEINTERFACE - Static variable in interface org.objectweb.asm.Constants
 
INVOKESPECIAL - Static variable in interface org.objectweb.asm.Constants
 
INVOKESTATIC - Static variable in interface org.objectweb.asm.Constants
 
INVOKEVIRTUAL - Static variable in interface org.objectweb.asm.Constants
 
IOR - Static variable in interface org.objectweb.asm.Constants
 
IREM - Static variable in interface