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

A

AALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
AASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
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.
AbstractVisitor - Class in org.objectweb.asm.util
An abstract visitor.
AbstractVisitor() - Constructor for class org.objectweb.asm.util.AbstractVisitor
Constructs a new AbstractVisitor.
ACC_ABSTRACT - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_ANNOTATION - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_BRIDGE - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_DEPRECATED - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_ENUM - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_FINAL - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_INTERFACE - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_NATIVE - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_PRIVATE - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_PROTECTED - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_PUBLIC - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_STATIC - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_STRICT - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_SUPER - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_SYNCHRONIZED - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_SYNTHETIC - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_TRANSIENT - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_VARARGS - Static variable in interface org.objectweb.asm.Opcodes
 
ACC_VOLATILE - Static variable in interface org.objectweb.asm.Opcodes
 
accept(ClassVisitor, int) - Method in class org.objectweb.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(ClassVisitor, Attribute[], int) - Method in class org.objectweb.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(SignatureVisitor) - Method in class org.objectweb.asm.signature.SignatureReader
Makes the given visitor visit the signature of this SignatureReader.
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.AbstractInsnNode
Makes the given code visitor visit this instruction.
accept(AnnotationVisitor) - Method in class org.objectweb.asm.tree.AnnotationNode
Makes the given visitor visit this annotation.
accept(ClassVisitor) - Method in class org.objectweb.asm.tree.ClassNode
Makes the given class visitor visit this class.
accept(MethodVisitor) - 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(MethodVisitor) - Method in class org.objectweb.asm.tree.FrameNode
Makes the given visitor visit this stack map frame.
accept(MethodVisitor) - 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(MethodVisitor) - Method in class org.objectweb.asm.tree.InsnList
Makes the given visitor visit all of the instructions in this list.
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.InsnNode
Makes the given visitor visit this instruction.
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.IntInsnNode
 
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.JumpInsnNode
 
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.LabelNode
 
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.LdcInsnNode
 
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.LineNumberNode
 
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.LocalVariableNode
Makes the given visitor visit this local variable declaration.
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.LookupSwitchInsnNode
 
accept(MethodVisitor) - 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(MethodVisitor) - Method in class org.objectweb.asm.tree.MethodNode
Makes the given method visitor visit this method.
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.MultiANewArrayInsnNode
 
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.TableSwitchInsnNode
 
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.TryCatchBlockNode
Makes the given visitor visit this try catch block.
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.TypeInsnNode
 
accept(MethodVisitor) - Method in class org.objectweb.asm.tree.VarInsnNode
 
acceptType(SignatureVisitor) - Method in class org.objectweb.asm.signature.SignatureReader
Makes the given visitor visit the signature of this SignatureReader.
access - Variable in class org.objectweb.asm.commons.SerialVersionUIDAdder
Classes access flags.
access - Variable in class org.objectweb.asm.tree.ClassNode
The class's access flags (see Opcodes).
access - Variable in class org.objectweb.asm.tree.FieldNode
The field's access flags (see Opcodes).
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 Opcodes).
ACONST_NULL - Static variable in interface org.objectweb.asm.Opcodes
 
ADD - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
add(AbstractInsnNode) - Method in class org.objectweb.asm.tree.InsnList
Adds the given instruction to the end of this list.
add(InsnList) - Method in class org.objectweb.asm.tree.InsnList
Adds the given instructions to the end of this list.
addDocumentEnd() - Method in class org.objectweb.asm.xml.SAXAdapter
 
addDocumentStart() - Method in class org.objectweb.asm.xml.SAXAdapter
 
addElement(String, Attributes) - Method in class org.objectweb.asm.xml.SAXAdapter
 
addEnd(String) - Method in class org.objectweb.asm.xml.SAXAdapter
 
addInstruction(int) - Method in class org.objectweb.asm.commons.JSRInlinerAdapter.Subroutine
 
addStart(String, Attributes) - Method in class org.objectweb.asm.xml.SAXAdapter
 
AdviceAdapter - Class in org.objectweb.asm.commons
A MethodAdapter to insert before, after and around advices in methods and constructors.
AdviceAdapter(MethodVisitor, int, String, String) - Constructor for class org.objectweb.asm.commons.AdviceAdapter
Creates a new AdviceAdapter.
ALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
analyze(String, 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.
AnalyzerAdapter - Class in org.objectweb.asm.commons
A MethodAdapter 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
Creates a new AnalyzerAdapter.
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, Throwable) - Constructor for exception org.objectweb.asm.tree.analysis.AnalyzerException
 
AnalyzerException(String, Object, Value) - Constructor for exception org.objectweb.asm.tree.analysis.AnalyzerException
 
AND - Static variable in class org.objectweb.asm.commons.GeneratorAdapter
Constant for the math method.
ANEWARRAY - Static variable in interface org.objectweb.asm.Opcodes
 
AnnotationConstantsCollector - Class in org.objectweb.asm.optimizer
An AnnotationVisitor that collects the Constants of the annotations it visits.
AnnotationConstantsCollector(AnnotationVisitor, ConstantPool) - Constructor for class org.objectweb.asm.optimizer.AnnotationConstantsCollector
 
annotationDefault - Variable in class org.objectweb.asm.tree.MethodNode
The default value of this annotation interface method.
AnnotationNode - Class in org.objectweb.asm.tree
A node that represents an annotationn.
AnnotationNode(String) - Constructor for class org.objectweb.asm.tree.AnnotationNode
Constructs a new AnnotationNode.
AnnotationVisitor - Interface in org.objectweb.asm
A visitor to visit a Java annotation.
appendDescriptor(int, String) - Method in class org.objectweb.asm.util.TraceAbstractVisitor
Appends an internal name, a type descriptor or a type signature to buf.
appendLabel(Label) - Method in class org.objectweb.asm.util.TraceMethodVisitor
Appends the name of the given label to buf.
appendString(StringBuffer, String) - Static method in class org.objectweb.asm.util.AbstractVisitor
Appends a quoted string to a given buffer.
ARETURN - Static variable in interface org.objectweb.asm.Opcodes
 
ARRAY - Static variable in class org.objectweb.asm.Type
The sort of array reference types.
arrayLength() - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to compute the length of an array.
ARRAYLENGTH - Static variable in interface org.objectweb.asm.Opcodes
 
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.
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.
ASMContentHandler.Rule - Class in org.objectweb.asm.xml
Rule
ASMContentHandler.Rule() - Constructor for class org.objectweb.asm.xml.ASMContentHandler.Rule
 
ASMifiable - Interface in org.objectweb.asm.util
An attribute that can print the ASM code to create an equivalent attribute.
ASMifierAbstractVisitor - Class in org.objectweb.asm.util
An abstract ASMifier visitor.
ASMifierAbstractVisitor(String) - Constructor for class org.objectweb.asm.util.ASMifierAbstractVisitor
Constructs a new ASMifierAbstractVisitor.
ASMifierAnnotationVisitor - Class in org.objectweb.asm.util
An AnnotationVisitor that prints the ASM code that generates the annotations it visits.
ASMifierAnnotationVisitor(int) - Constructor for class org.objectweb.asm.util.ASMifierAnnotationVisitor
Constructs a new ASMifierAnnotationVisitor.
ASMifierClassVisitor - Class in org.objectweb.asm.util
A ClassVisitor 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.
ASMifierFieldVisitor - Class in org.objectweb.asm.util
A FieldVisitor that prints the ASM code that generates the fields it visits.
ASMifierFieldVisitor() - Constructor for class org.objectweb.asm.util.ASMifierFieldVisitor
Constructs a new ASMifierFieldVisitor.
ASMifierMethodVisitor - Class in org.objectweb.asm.util
A MethodVisitor that prints the ASM code that generates the methods it visits.
ASMifierMethodVisitor() - Constructor for class org.objectweb.asm.util.ASMifierMethodVisitor
Constructs a new ASMifierMethodVisitor object.
asmify(StringBuffer, String, Map) - Method in interface org.objectweb.asm.util.ASMifiable
Prints the ASM code to create an attribute equal to this attribute.
ASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
ATHROW - Static variable in interface org.objectweb.asm.Opcodes
 
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.
attrs - Variable in class org.objectweb.asm.tree.MemberNode
The non standard attributes of this class, field or method.
av - Variable in class org.objectweb.asm.util.TraceAnnotationVisitor
The AnnotationVisitor to which this visitor delegates calls.

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