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

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.ClassWriter
The access flags of this class.
access - Variable in class org.objectweb.asm.CodeWriter
Access flags of this method.
access - Variable in class org.objectweb.asm.tree.analysis.Analyzer.Subroutine
 
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).
ACCESS_CLASS - Static variable in class org.objectweb.asm.util.ASMifierClassVisitor
 
ACCESS_FIELD - Static variable in class org.objectweb.asm.util.ASMifierClassVisitor
 
ACCESS_INNER - Static variable in class org.objectweb.asm.util.ASMifierClassVisitor
 
ACONST_NULL - Static variable in interface org.objectweb.asm.Constants
 
add(String, Object) - Method in class org.objectweb.asm.attrs.Annotation
 
addElement(String, Attributes) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
addEnd(String) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
addReference(int, int) - Method in class org.objectweb.asm.Label
Adds a forward reference to this label.
addStart(String, Attributes) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
addSuccessor(int, Label) - Method in class org.objectweb.asm.CodeWriter
Adds a successor to the currentBlock block.
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.
Analyzer.IntMap - Class in org.objectweb.asm.tree.analysis
 
Analyzer.IntMap(int) - Constructor for class org.objectweb.asm.tree.analysis.Analyzer.IntMap
 
Analyzer.Subroutine - Class in org.objectweb.asm.tree.analysis
 
Analyzer.Subroutine() - Constructor for class org.objectweb.asm.tree.analysis.Analyzer.Subroutine
 
Analyzer.Subroutine(Label, int, JumpInsnNode) - Constructor for class org.objectweb.asm.tree.analysis.Analyzer.Subroutine
 
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.
appendAccess(int) - Method in class org.objectweb.asm.util.ASMifierClassVisitor
Appends a string representation of the given access modifiers to buf.
appendAccess(int) - Method in class org.objectweb.asm.util.TraceClassVisitor
Appends a string representation of the given access modifiers to buf.
appendConstant(StringBuffer, Object) - Static method in class org.objectweb.asm.util.ASMifierClassVisitor
Appends a string representation of the given constant to the given buffer.
appendLabel(Label) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
Appends the name of the given label to buf.
appendLabel(Label) - Method in class org.objectweb.asm.util.TraceCodeVisitor
Appends the name of the given label to buf.
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.
ASMContentHandler.ClassRule - Class in org.objectweb.asm.xml
ClassRule
ASMContentHandler.ClassRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.ClassRule
 
ASMContentHandler.ExceptionRule - Class in org.objectweb.asm.xml
ExceptionRule
ASMContentHandler.ExceptionRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.ExceptionRule
 
ASMContentHandler.ExceptionsRule - Class in org.objectweb.asm.xml
ExceptionsRule
ASMContentHandler.ExceptionsRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.ExceptionsRule
 
ASMContentHandler.FieldRule - Class in org.objectweb.asm.xml
FieldRule
ASMContentHandler.FieldRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.FieldRule
 
ASMContentHandler.InnerClassRule - Class in org.objectweb.asm.xml
MethodRule
ASMContentHandler.InnerClassRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.InnerClassRule
 
ASMContentHandler.InterfaceRule - Class in org.objectweb.asm.xml
InterfaceRule
ASMContentHandler.InterfaceRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.InterfaceRule
 
ASMContentHandler.InterfacesRule - Class in org.objectweb.asm.xml
InterfacesRule
ASMContentHandler.InterfacesRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.InterfacesRule
 
ASMContentHandler.LabelRule - Class in org.objectweb.asm.xml
LabelRule
ASMContentHandler.LabelRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.LabelRule
 
ASMContentHandler.LineNumberRule - Class in org.objectweb.asm.xml
LineNumberRule
ASMContentHandler.LineNumberRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.LineNumberRule
 
ASMContentHandler.LocalVarRule - Class in org.objectweb.asm.xml
LocalVarRule
ASMContentHandler.LocalVarRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.LocalVarRule
 
ASMContentHandler.LookupSwitchLabelRule - Class in org.objectweb.asm.xml
LookupSwitchLabelRule
ASMContentHandler.LookupSwitchLabelRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.LookupSwitchLabelRule
 
ASMContentHandler.LookupSwitchRule - Class in org.objectweb.asm.xml
LookupSwitchRule
ASMContentHandler.LookupSwitchRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.LookupSwitchRule
 
ASMContentHandler.MaxRule - Class in org.objectweb.asm.xml
MaxRule
ASMContentHandler.MaxRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.MaxRule
 
ASMContentHandler.MethodRule - Class in org.objectweb.asm.xml
MethodRule
ASMContentHandler.MethodRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.MethodRule
 
ASMContentHandler.Opcode - Class in org.objectweb.asm.xml
Opcode
ASMContentHandler.Opcode(int, int) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.Opcode
 
ASMContentHandler.OpcodeGroup - Interface in org.objectweb.asm.xml
 
ASMContentHandler.OpcodesRule - Class in org.objectweb.asm.xml
OpcodesRule
ASMContentHandler.OpcodesRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.OpcodesRule
 
ASMContentHandler.Rule - Class in org.objectweb.asm.xml
Rule
ASMContentHandler.Rule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.Rule
 
ASMContentHandler.TableSwitchLabelRule - Class in org.objectweb.asm.xml
TableSwitchLabelRule
ASMContentHandler.TableSwitchLabelRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.TableSwitchLabelRule
 
ASMContentHandler.TableSwitchRule - Class in org.objectweb.asm.xml
TableSwitchRule
ASMContentHandler.TableSwitchRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.TableSwitchRule
 
ASMContentHandler.TryCatchRule - Class in org.objectweb.asm.xml
TryCatchRule
ASMContentHandler.TryCatchRule(String) - Constructor for class org.objectweb.asm.xml.ASMContentHandler.TryCatchRule
 
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(Annotation, StringBuffer, String) - Static method in class org.objectweb.asm.util.attrs.ASMAnnotationDefaultAttribute
 
asmify(Object, StringBuffer, String) - Static 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(LocalVariableType, 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
 
asmify(StackMapFrame, StringBuffer, String, Map) - Method in class org.objectweb.asm.util.attrs.ASMStackMapAttribute
 
asmifyAnnotations(StringBuffer, String, List) - Static method in class org.objectweb.asm.util.attrs.ASMAnnotationDefaultAttribute
 
asmifyParameterAnnotations(StringBuffer, String, List) - Static method in class org.objectweb.asm.util.attrs.ASMAnnotationDefaultAttribute
 
asmifyTypeInfo(StringBuffer, String, Map, List, String) - 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.
Attributes() - Constructor for class org.objectweb.asm.attrs.Attributes
Uninstantiable class.
attrs - Variable in class org.objectweb.asm.ClassWriter
The non standard attributes of the class.
attrs - Variable in class org.objectweb.asm.CodeWriter
The non standard attributes of the method.
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.
available() - Method in class org.objectweb.asm.xml.Processor.ProtectedInputStream
 

B

b - Variable in class org.objectweb.asm.ClassReader
The class to be parsed.
BALOAD - Static variable in interface org.objectweb.asm.Constants
 
BASE - Static variable in class org.objectweb.asm.xml.ASMContentHandler
 
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
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.ClassRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.ExceptionRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.FieldRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.InnerClassRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.InterfaceRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.LabelRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.LineNumberRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.LocalVarRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.LookupSwitchLabelRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.LookupSwitchRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.MaxRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.MethodRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.OpcodesRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.TableSwitchLabelRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.TableSwitchRule
 
begin(String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler.TryCatchRule
 
beginStackSize - Variable in class org.objectweb.asm.Label
The stack size at the beginning of this basic block.
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
 
blockStack - Variable in class org.objectweb.asm.CodeWriter
The basic block stack used by the control flow analysis algorithm.
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.Type
A buffer containing the descriptor of this Java 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

callers - Variable in class org.objectweb.asm.tree.analysis.Analyzer.Subroutine
 
CALOAD - Static variable in interface org.objectweb.asm.Constants
 
CASTORE - Static variable in interface org.objectweb.asm.Constants
 
catchCount - Variable in class org.objectweb.asm.CodeWriter
Number of entries in the catch table of this method.
catchTable - Variable in class org.objectweb.asm.CodeWriter
The catch table of this method.
cattrs - Variable in class org.objectweb.asm.CodeWriter
The non standard attributes of the method's code.
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.
characters(char[], int, int) - Method in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
characters(char[], int, int) - Method in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
CHECK - Static variable in class org.objectweb.asm.CodeWriter
true if preconditions must be checked at runtime or not.
checkAccess(int, int) - Static method in class org.objectweb.asm.util.CheckClassAdapter
Checks that the given access flags do not contain invalid flags.
checkAttributes - Variable in class org.objectweb.asm.ClassWriter
true to test that all attributes are known.
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.
checkConstant(Object) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given value is an Integer, a Float, a Long, a Double or a String.
checkDesc(String, boolean) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given string is a valid type descriptor.
checkDesc(String, int, boolean) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that a the given substring is a valid type descriptor.
checkEnd() - Method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the visitMaxs method has not been called.
checkIdentifier(String, String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given string is a valid Java identifier.
checkIdentifier(String, int, int, String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given substring is a valid Java identifier.
checkInternalName(String, String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given string is a valid internal class name.
checkInternalName(String, int, int, String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given substring is a valid internal class name.
checkLabel(Label, boolean, String) - Method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given label is not null.
checkMethodDesc(String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given string is a valid method descriptor.
checkMethodIdentifier(String, String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given string is a valid Java identifier or is equal to '<init>' or '<clinit>'.
checkOpcode(int, int) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the type of the given opcode is equal to the given type.
checkSignedByte(int, String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given value is a signed byte.
checkSignedShort(int, String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given value is a signed short.
checkState() - Method in class org.objectweb.asm.util.CheckClassAdapter
Checks that the visit method has been called and that visitEnd has not been called.
checkUnsignedShort(int, String) - Static method in class org.objectweb.asm.util.CheckCodeAdapter
Checks that the given value is an unsigned short.
CLASS - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_Class constant pool items.
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.
close() - Method in class org.objectweb.asm.xml.Processor.ProtectedInputStream
 
closeElement() - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
closeEntry() - Method in interface org.objectweb.asm.xml.Processor.EntryElement
 
closeEntry() - Method in class org.objectweb.asm.xml.Processor.SingleDocElement
 
closeEntry() - Method in class org.objectweb.asm.xml.Processor.ZipEntryElement
 
code - Variable in class org.objectweb.asm.CodeWriter
The bytecode of this method.
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.
comment(char[], int, int) - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
computeMax - Variable in class org.objectweb.asm.xml.ASMContentHandler
true if the maximum stack size and number of local variables must be automatically computed.
computeMax - Variable in class org.objectweb.asm.xml.Processor.ASMContentHandlerFactory
 
computeMax - Variable in class org.objectweb.asm.xml.Processor
 
computeMaxs - Variable in class org.objectweb.asm.ClassWriter
true if the maximum stack size and number of local variables must be automatically computed.
computeMaxs - Variable in class org.objectweb.asm.CodeWriter
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
 
copy() - Method in class org.objectweb.asm.tree.analysis.Analyzer.Subroutine
 
copyEntry(InputStream, OutputStream) - Method in class org.objectweb.asm.xml.Processor
 
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.
createContentHandler() - Method in class org.objectweb.asm.xml.Processor.ASMContentHandlerFactory
 
createContentHandler() - Method in interface org.objectweb.asm.xml.Processor.ContentHandlerFactory
Creates an instance of the content handler.
createContentHandler() - Method in class org.objectweb.asm.xml.Processor.SAXWriterFactory
 
createContentHandler() - Method in class org.objectweb.asm.xml.Processor.SubdocumentHandlerFactory
 
createContentHandler() - Method in class org.objectweb.asm.xml.Processor.TransformerHandlerFactory
 
cst - Variable in class org.objectweb.asm.tree.LdcInsnNode
The constant to be loaded on the stack.
currentBlock - Variable in class org.objectweb.asm.CodeWriter
The current basic block.
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.CodeWriter
The class writer to which this method must be added.
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
 
data - Variable in class org.objectweb.asm.ByteVector
The content of this vector.
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
 
declareLabel(Label) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
Appends a declaration of the given label to buf.
declareLabel(StringBuffer, Map, Label) - Static method in class org.objectweb.asm.util.attrs.ASMLocalVariableTypeTableAttribute
 
declareLabel(StringBuffer, Map, Label) - Static method in class org.objectweb.asm.util.attrs.ASMStackMapAttribute
 
decode(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
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.CodeWriter
The index of the constant pool item that contains the descriptor of this method.
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.ClassWriter
The type of CONSTANT_Double constant pool items.
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
 
doubleVal - Variable in class org.objectweb.asm.Item
Value of this item, for a DOUBLE item.
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

Edge - Class in org.objectweb.asm
An edge in the control flow graph of a method body.
Edge() - Constructor for class org.objectweb.asm.Edge
 
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
 
encode(String) - Static method in class org.objectweb.asm.xml.SAXClassAdapter
 
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).
end - Variable in class org.objectweb.asm.util.CheckClassAdapter
true if the visitEnd method has been called.
end - Variable in class org.objectweb.asm.util.CheckCodeAdapter
true if the visitMaxs method has been called.
end(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.ExceptionsRule
 
end(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.InnerClassRule
 
end(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.InterfacesRule
 
end(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.LookupSwitchRule
 
end(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.MethodRule
 
end(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
end(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.TableSwitchRule
 
endCDATA() - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
endDocument() - Method in class org.objectweb.asm.xml.ASMContentHandler
Process notification of the end of a document and write generated bytecode into output stream.
endDocument() - Method in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
endDocument() - Method in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
endDocument() - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
endDTD() - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
endElement(String, String, String) - Method in class org.objectweb.asm.xml.ASMContentHandler
Process notification of the end of an XML element being reached.
endElement(String, String, String) - Method in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
endElement(String, String, String) - Method in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
endElement(String, String, String) - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
endEntity(String) - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
enlarge(int) - Method in class org.objectweb.asm.ByteVector
Enlarge this byte vector so that it can receive n more bytes.
entryElement - Variable in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
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.
esc(String) - Method in class org.objectweb.asm.xml.Processor.SAXWriter
Encode string with escaping.
exceptionCount - Variable in class org.objectweb.asm.CodeWriter
Number of exceptions that can be thrown by this method.
exceptions - Variable in class org.objectweb.asm.CodeWriter
The exceptions that can be thrown by this method.
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
 
FIELD - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_Fieldref constant pool items.
fieldCount - Variable in class org.objectweb.asm.ClassWriter
Number of fields of this class.
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.
FIELDORMETH_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of field and method invocations instructions.
fields - Variable in class org.objectweb.asm.ClassWriter
The fields of this class.
fields - Variable in class org.objectweb.asm.tree.ClassNode
The fields of this class.
firstMethod - Variable in class org.objectweb.asm.ClassWriter
The methods of this class.
FLOAD - Static variable in interface org.objectweb.asm.Constants
 
FLOAT - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_Float constant pool items.
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
 
floatVal - Variable in class org.objectweb.asm.Item
Value of this item, for a FLOAT item.
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
 
frames - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 
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

get(Item) - Method in class org.objectweb.asm.ClassWriter
Returns the constant pool's hash table item which is equal to the given item.
get(Object) - Method in class org.objectweb.asm.tree.analysis.Analyzer.IntMap
 
getAccess(String) - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
getArgumentsAndReturnSizes(String) - Static method in class org.objectweb.asm.CodeWriter
Computes the size of the arguments and of the return value of a method.
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.
getCodeVisitor() - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
getCount() - Method in class org.objectweb.asm.Attribute
Returns the length of the attribute list that begins with this attribute.
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(StringBuffer) - Method in class org.objectweb.asm.Type
Appends the descriptor corresponding to this Java type to the given string buffer.
getDescriptor(Class) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDescriptor(StringBuffer, Class) - Static method in class org.objectweb.asm.Type
Appends the descriptor of the given class to the given string buffer.
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
 
getEntryElement(ZipOutputStream) - Method in class org.objectweb.asm.xml.Processor
 
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(Label[], int) - Method in class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 
getLabel() - Method in class org.objectweb.asm.attrs.StackMapType
 
getLabel(Object) - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
getLabel(Label) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
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
 
getName(ZipEntry) - Method in class org.objectweb.asm.xml.Processor
 
getNewOffset(int[], int[], int, int) - Static method in class org.objectweb.asm.CodeWriter
Computes the future value of a bytecode offset.
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.
getPath() - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
getRepresentation(String) - Static method in class org.objectweb.asm.xml.Processor
 
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(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.Attribute
Returns the size of all the attributes in this attribute list.
getSize() - Method in class org.objectweb.asm.CodeWriter
Returns the size of the bytecode of this method.
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.
getType(char[], int) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
getTypeInfo(int) - Static method in class org.objectweb.asm.attrs.StackMapType
 
getTypeInfoLabels(Set, List) - Method in class org.objectweb.asm.attrs.StackMapFrame
 
getTypes() - Method in class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 
getValue(String, String) - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
GOTO - Static variable in interface org.objectweb.asm.Constants
 

H

h - Variable in class org.objectweb.asm.xml.SAXClassAdapter
 
h - Variable in class org.objectweb.asm.xml.SAXCodeAdapter
 
handler - Variable in class org.objectweb.asm.tree.TryCatchBlockNode
Beginning of the exception handler's code.
handlers - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 
hashCode - Variable in class org.objectweb.asm.Item
The hash code value of this constant pool item.
hashCode() - Method in class org.objectweb.asm.Type
Returns a hash code value for this type.
head - Variable in class org.objectweb.asm.CodeWriter
The head of the list of Edge objects used by this CodeWriter.
header - Variable in class org.objectweb.asm.ClassReader
Start index of the class header information (access, name...) in b.

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
 
ident - Variable in class org.objectweb.asm.xml.Processor.SAXWriter
 
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
 
IINC_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of the IINC instruction.
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
 
IMETH - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_InterfaceMethodref constant pool items.
IMPLVAR_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of instructions with an implicit local variable index label.
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.ClassWriter
Index of the next item to be added in the constant pool.
index - Variable in class org.objectweb.asm.Item
Index of this item in the constant pool.
index - Variable in class org.objectweb.asm.tree.LocalVariableNode
The local variable's index.
indexes - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 
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.ClassWriter
The InnerClasses attribute.
innerClasses - Variable in class org.objectweb.asm.tree.ClassNode
Informations about the inner classes of this class.
innerClassesCount - Variable in class org.objectweb.asm.ClassWriter
The number of entries in the InnerClasses attribute.
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.
input - Variable in class org.objectweb.asm.xml.Processor
 
inRepresentation - Variable in class org.objectweb.asm.xml.Processor
 
INSN - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_FIELD - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_IINC - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_INT - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_JUMP - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_LDC - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_METHOD - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_MULTIANEWARRAY - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_TYPE - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
INSN_VAR - Static variable in interface org.objectweb.asm.xml.ASMContentHandler.OpcodeGroup
 
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.ClassWriter
The type of CONSTANT_Integer constant pool items.
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
 
interfaceCount - Variable in class org.objectweb.asm.ClassWriter
Number of interfaces implemented or extended by this class or interface.
interfaces - Variable in class org.objectweb.asm.ClassWriter
The interfaces implemented or extended by this class or interface.
interfaces - Variable in class org.objectweb.asm.tree.ClassNode
The internal names of the class's interfaces (see getInternalName).
interpreter - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 
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.
intVal - Variable in class org.objectweb.asm.Item
Value of this item, for a INT item.
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 org.objectweb.asm.Constants
 
IRETURN - Static variable in interface org.objectweb.asm.Constants
 
is - Variable in class org.objectweb.asm.xml.Processor.ProtectedInputStream
 
isArrayValue(Value) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
isArrayValue(Value) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
isClassEntry(ZipEntry) - Method in class org.objectweb.asm.xml.Processor
 
isEqualTo(Item) - Method in class org.objectweb.asm.Item
Indicates if the given item is equal to this one.
ISHL - Static variable in interface org.objectweb.asm.Constants
 
ISHR - Static variable in interface org.objectweb.asm.Constants
 
isReference() - Method in class org.objectweb.asm.tree.analysis.BasicValue
 
isSubTypeOf(Value, Value) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
isSubTypeOf(Value, Value) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
ISTORE - Static variable in interface org.objectweb.asm.Constants
 
ISUB - Static variable in interface org.objectweb.asm.Constants
 
isUnknown() - Method in class org.objectweb.asm.Attribute
Returns true if this type of attribute is unknown.
isXml - Variable in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
Item - Class in org.objectweb.asm
A constant pool item.
Item() - Constructor for class org.objectweb.asm.Item
Constructs an uninitialized Item object.
Item(short, Item) - Constructor for class org.objectweb.asm.Item
Constructs a copy of the given item.
ITEM_Double - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_Float - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_Integer - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_Long - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_NAMES - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_Null - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_Object - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_Top - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_Uninitialized - Static variable in class org.objectweb.asm.attrs.StackMapType
 
ITEM_UninitializedThis - Static variable in class org.objectweb.asm.attrs.StackMapType
 
items - Variable in class org.objectweb.asm.ClassReader
The start index of each constant pool item in b, plus one.
items - Variable in class org.objectweb.asm.ClassWriter
The constant pool's hash table data.
ITFMETH_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of the INVOKEINTERFACE instruction.
IUSHR - Static variable in interface org.objectweb.asm.Constants
 
IXOR - Static variable in interface org.objectweb.asm.Constants
 

J

JSR - Static variable in interface org.objectweb.asm.Constants
 
JumpInsnNode - Class in org.objectweb.asm.tree
A node that represents a jump instruction.
JumpInsnNode(int, Label) - Constructor for class org.objectweb.asm.tree.JumpInsnNode
Constructs a new JumpInsnNode object.

K

key - Variable in class org.objectweb.asm.ClassWriter
A reusable key used to look for items in the hash items.
key2 - Variable in class org.objectweb.asm.ClassWriter
A reusable key used to look for items in the hash items.
key3 - Variable in class org.objectweb.asm.ClassWriter
A reusable key used to look for items in the hash items.
keys - Variable in class org.objectweb.asm.tree.analysis.Analyzer.IntMap
 
keys - Variable in class org.objectweb.asm.tree.LookupSwitchInsnNode
The values of the keys.

L

L2D - Static variable in interface org.objectweb.asm.Constants
 
L2F - Static variable in interface org.objectweb.asm.Constants
 
L2I - Static variable in interface org.objectweb.asm.Constants
 
label - Variable in class org.objectweb.asm.attrs.StackMapFrame
 
Label - Class in org.objectweb.asm
A label represents a position in the bytecode of a method.
Label() - Constructor for class org.objectweb.asm.Label
Constructs a new label.
label - Variable in class org.objectweb.asm.tree.JumpInsnNode
The operand of this instruction.
LABEL_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of instructions with a 2 bytes bytecode offset label.
labelNames - Variable in class org.objectweb.asm.util.ASMifierCodeVisitor
The label names.
labelNames - Variable in class org.objectweb.asm.util.TraceCodeVisitor
The label names.
labelNames - Variable in class org.objectweb.asm.xml.SAXCodeAdapter
 
labels - Variable in class org.objectweb.asm.tree.LookupSwitchInsnNode
Beginnings of the handler blocks.
labels - Variable in class org.objectweb.asm.tree.TableSwitchInsnNode
Beginnings of the handler blocks.
labels - Variable in class org.objectweb.asm.util.CheckCodeAdapter
The already visited labels.
labels - Variable in class org.objectweb.asm.xml.ASMContentHandler
Map of the active Label instances for current method.
LABELW_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of instructions with a 4 bytes bytecode offset label.
LADD - Static variable in interface org.objectweb.asm.Constants
 
LALOAD - Static variable in interface org.objectweb.asm.Constants
 
LAND - Static variable in interface org.objectweb.asm.Constants
 
lastMethod - Variable in class org.objectweb.asm.ClassWriter
The methods of this class.
LASTORE - Static variable in interface org.objectweb.asm.Constants
 
LCMP - Static variable in interface org.objectweb.asm.Constants
 
LCONST_0 - Static variable in interface org.objectweb.asm.Constants
 
LCONST_1 - Static variable in interface org.objectweb.asm.Constants
 
LDC - Static variable in interface org.objectweb.asm.Constants
 
LDC_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of the LDC instruction.
LdcInsnNode - Class in org.objectweb.asm.tree
A node that represents an LDC instruction.
LdcInsnNode(Object) - Constructor for class org.objectweb.asm.tree.LdcInsnNode
Constructs a new LdcInsnNode object.
LDCW_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of the LDC_W and LDC2_W instructions.
LDIV - Static variable in interface org.objectweb.asm.Constants
 
len - Variable in class org.objectweb.asm.Type
The length of the descriptor of this Java type.
length - Variable in class org.objectweb.asm.ByteVector
Actual number of bytes in this vector.
line - Variable in class org.objectweb.asm.Label
The line number corresponding to this label, if known.
line - Variable in class org.objectweb.asm.tree.LineNumberNode
A line number.
lineNumber - Variable in class org.objectweb.asm.CodeWriter
The LineNumberTable attribute.
lineNumberCount - Variable in class org.objectweb.asm.CodeWriter
Number of entries in the LineNumberTable attribute.
LineNumberNode - Class in org.objectweb.asm.tree
A node that represents a line number declaration.
LineNumberNode(int, Label) - Constructor for class org.objectweb.asm.tree.LineNumberNode
Constructs a new LineNumberNode object.
lineNumbers - Variable in class org.objectweb.asm.tree.MethodNode
The line numbers of this method.
LLOAD - Static variable in interface org.objectweb.asm.Constants
 
LMUL - Static variable in interface org.objectweb.asm.Constants
 
LNEG - Static variable in interface org.objectweb.asm.Constants
 
locals - Variable in class org.objectweb.asm.attrs.StackMapFrame
 
locals - Variable in class org.objectweb.asm.tree.analysis.Frame
The local variables of this frame.
localVar - Variable in class org.objectweb.asm.CodeWriter
The LocalVariableTable attribute.
localVarCount - Variable in class org.objectweb.asm.CodeWriter
Number of entries in the LocalVariableTable attribute.
LocalVariableNode - Class in org.objectweb.asm.tree
A node that represents a local variable declaration.
LocalVariableNode(String, String, Label, Label, int) - Constructor for class org.objectweb.asm.tree.LocalVariableNode
Constructs a new LocalVariableNode object.
localVariables - Variable in class org.objectweb.asm.tree.MethodNode
The local variables of this method.
LocalVariableType - Class in org.objectweb.asm.attrs
Container type info used by LocalVariableTypeTableAttribute.
LocalVariableType() - Constructor for class org.objectweb.asm.attrs.LocalVariableType
 
LocalVariableTypeTableAttribute - Class in org.objectweb.asm.attrs
The LocalVariableTypeTable attribute is an optional variable-length attribute of a Code attribute.
LocalVariableTypeTableAttribute() - Constructor for class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 
LONG - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_Long constant pool items.
LONG - Static variable in class org.objectweb.asm.Type
The sort of the long type.
LONG_TYPE - Static variable in class org.objectweb.asm.Type
The long type.
LONG_VALUE - Static variable in class org.objectweb.asm.tree.analysis.BasicValue
 
longVal - Variable in class org.objectweb.asm.Item
Value of this item, for a LONG item.
LOOK_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of the LOOKUPSWITCH instruction.
LOOKUPSWITCH - Static variable in interface org.objectweb.asm.Constants
 
LookupSwitchInsnNode - Class in org.objectweb.asm.tree
A node that represents a LOOKUPSWITCH instruction.
LookupSwitchInsnNode(Label, int[], Label[]) - Constructor for class org.objectweb.asm.tree.LookupSwitchInsnNode
Constructs a new LookupSwitchInsnNode object.
LOR - Static variable in interface org.objectweb.asm.Constants
 
LREM - Static variable in interface org.objectweb.asm.Constants
 
LRETURN - Static variable in interface org.objectweb.asm.Constants
 
LSHL - Static variable in interface org.objectweb.asm.Constants
 
LSHR - Static variable in interface org.objectweb.asm.Constants
 
LSTORE - Static variable in interface org.objectweb.asm.Constants
 
LSUB - Static variable in interface org.objectweb.asm.Constants
 
LUSHR - Static variable in interface org.objectweb.asm.Constants
 
LXOR - Static variable in interface org.objectweb.asm.Constants
 

M

main(String[]) - Static method in class org.objectweb.asm.util.ASMifierClassVisitor
Prints the ASM source code to generate the given class to the standard output.
main(String[]) - Static method in class org.objectweb.asm.util.CheckClassAdapter
Checks a given class.
main(String[]) - Static method in class org.objectweb.asm.util.TraceClassVisitor
Prints a disassembled view of the given class to the standard output.
main(String[]) - Static method in class org.objectweb.asm.xml.Processor
 
MANA_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of the MULTIANEWARRAY instruction.
match - Variable in class org.objectweb.asm.xml.ASMContentHandler
Complete name of the current element.
match(String, String) - Method in class org.objectweb.asm.xml.ASMContentHandler.OpcodesRule
 
match(String, String) - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
max - Variable in class org.objectweb.asm.tree.TableSwitchInsnNode
The maximum key value.
MAX_SIZE - Static variable in class org.objectweb.asm.attrs.StackMapAttribute
 
maxLocals - Variable in class org.objectweb.asm.CodeWriter
Maximum number of local variables for this method.
maxLocals - Variable in class org.objectweb.asm.tree.MethodNode
The maximum number of local variables of this method.
maxStack - Variable in class org.objectweb.asm.CodeWriter
Maximum stack size of this method.
maxStack - Variable in class org.objectweb.asm.tree.MethodNode
The maximum stack size of this method.
maxStackSize - Variable in class org.objectweb.asm.CodeWriter
The (relative) maximum stack size after the last visited instruction.
maxStackSize - Variable in class org.objectweb.asm.Label
The (relative) maximum stack size corresponding to this basic block.
maxStringLength - Variable in class org.objectweb.asm.ClassReader
Maximum length of the strings contained in the constant pool of the class.
merge(int, Frame, Analyzer.Subroutine) - Method in class org.objectweb.asm.tree.analysis.Analyzer
 
merge(int, Frame, Frame, boolean[]) - Method in class org.objectweb.asm.tree.analysis.Analyzer
 
merge(Analyzer.Subroutine) - Method in class org.objectweb.asm.tree.analysis.Analyzer.Subroutine
 
merge(Value, Value) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
merge(Value, Value) - Method in class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
merge(Frame, Interpreter) - Method in class org.objectweb.asm.tree.analysis.Frame
Merges this frame with the given frame.
merge(Frame, boolean[]) - Method in class org.objectweb.asm.tree.analysis.Frame
Merges this frame with the given frame (case of a RET instruction).
merge(Value, Value) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Merges two values.
merge(Value, Value) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
METH - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_Methodref constant pool items.
MethodInsnNode - Class in org.objectweb.asm.tree
A node that represents a method instruction.
MethodInsnNode(int, String, String, String) - Constructor for class org.objectweb.asm.tree.MethodInsnNode
Constructs a new MethodInsnNode object.
MethodNode - Class in org.objectweb.asm.tree
A node that represents a method.
MethodNode(int, String, String, String[], Attribute) - Constructor for class org.objectweb.asm.tree.MethodNode
Constructs a new MethodNode object.
methodNode - Variable in class org.objectweb.asm.tree.TreeCodeAdapter
A tree representation of the method that is being visited by this visitor.
methods - Variable in class org.objectweb.asm.tree.ClassNode
The methods of this class.
min - Variable in class org.objectweb.asm.tree.TableSwitchInsnNode
The minimum key value.
MONITORENTER - Static variable in interface org.objectweb.asm.Constants
 
MONITOREXIT - Static variable in interface org.objectweb.asm.Constants
 
MULTI_XML - Static variable in class org.objectweb.asm.xml.Processor
 
MULTIANEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
MultiANewArrayInsnNode - Class in org.objectweb.asm.tree
A node that represents a MULTIANEWARRAY instruction.
MultiANewArrayInsnNode(String, int) - Constructor for class org.objectweb.asm.tree.MultiANewArrayInsnNode
Constructs a new MultiANewArrayInsnNode object.
mw - Variable in class org.objectweb.asm.xml.ASMContentHandler
Current instance of the CodeVisitor used to write method bytecode

N

n - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 
n - Variable in class org.objectweb.asm.xml.Processor
 
name - Variable in class org.objectweb.asm.attrs.EnclosingMethodAttribute
 
name - Variable in class org.objectweb.asm.attrs.LocalVariableType
 
name - Variable in class org.objectweb.asm.ClassWriter
The constant pool item that contains the internal name of this class.
name - Variable in class org.objectweb.asm.CodeWriter
The index of the constant pool item that contains the name of this method.
name - Variable in class org.objectweb.asm.tree.ClassNode
The internal name of the class (see getInternalName).
name - Variable in class org.objectweb.asm.tree.FieldInsnNode
The field's name.
name - Variable in class org.objectweb.asm.tree.FieldNode
The field's name.
name - Variable in class org.objectweb.asm.tree.InnerClassNode
The internal name of an inner class (see getInternalName).
name - Variable in class org.objectweb.asm.tree.LocalVariableNode
The name of a local variable.
name - Variable in class org.objectweb.asm.tree.MethodInsnNode
The method's name.
name - Variable in class org.objectweb.asm.tree.MethodNode
The method's name.
NAME_TYPE - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_NameAndType constant pool items.
naryOperation(AbstractInsnNode, List) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
naryOperation(AbstractInsnNode, List) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
naryOperation(AbstractInsnNode, List) - Method in class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
naryOperation(AbstractInsnNode, List) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with a variable number of arguments.
NEW - Static variable in interface org.objectweb.asm.Constants
 
NEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
newClass(String) - Method in class org.objectweb.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newClassItem(String) - Method in class org.objectweb.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newConst(Object) - Method in class org.objectweb.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newConstDouble(double) - Method in class org.objectweb.asm.ClassWriter
 
newConstFloat(float) - Method in class org.objectweb.asm.ClassWriter
 
newConstInt(int) - Method in class org.objectweb.asm.ClassWriter
 
newConstItem(Object) - Method in class org.objectweb.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newConstLong(long) - Method in class org.objectweb.asm.ClassWriter
 
newControlFlowEdge(Frame, Frame) - Method in class org.objectweb.asm.tree.analysis.Analyzer
Creates a control flow graph edge.
newDouble(double) - Method in class org.objectweb.asm.ClassWriter
Adds a double to the constant pool of the class being build.
newField(String, String, String) - Method in class org.objectweb.asm.ClassWriter
Adds a field reference to the constant pool of the class being build.
newFloat(float) - Method in class org.objectweb.asm.ClassWriter
Adds a float to the constant pool of the class being build.
newFrame(int, int) - Method in class org.objectweb.asm.tree.analysis.Analyzer
Constructs a new frame with the given size.
newFrame(Frame) - Method in class org.objectweb.asm.tree.analysis.Analyzer
Constructs a new frame that is identical to the given frame.
newInteger(int) - Method in class org.objectweb.asm.ClassWriter
Adds an integer to the constant pool of the class being build.
newLong(long) - Method in class org.objectweb.asm.ClassWriter
Adds a long to the constant pool of the class being build.
newMethod(String, String, String, boolean) - Method in class org.objectweb.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newMethodItem(String, String, String, boolean) - Method in class org.objectweb.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newNameType(String, String) - Method in class org.objectweb.asm.ClassWriter
Adds a name and type to the constant pool of the class being build.
newOperation(AbstractInsnNode) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
newOperation(AbstractInsnNode) - Method in class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
newOperation(AbstractInsnNode) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Interprets a bytecode instruction without arguments.
newString(String) - Method in class org.objectweb.asm.ClassWriter
Adds a string to the constant pool of the class being build.
newUTF8(String) - Method in class org.objectweb.asm.ClassWriter
Adds an UTF8 string to the constant pool of the class being build.
newValue(Type) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
newValue(Type) - Method in class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
newValue(Type) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Creates a new value that represents the given type.
newValue(Type) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
next - Variable in class org.objectweb.asm.Attribute
The next attribute in this attribute list.
next - Variable in class org.objectweb.asm.CodeWriter
Next code writer (see firstMethod).
next - Variable in class org.objectweb.asm.Edge
The next edge in the list of successors of the originating basic block.
next - Variable in class org.objectweb.asm.Item
Link to another constant pool item, used for collision lists in the constant pool's hash table.
next - Variable in class org.objectweb.asm.Label
The next basic block in the basic block stack.
NOARG_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of instructions without any label.
NOP - Static variable in interface org.objectweb.asm.Constants
 

O

object - Variable in class org.objectweb.asm.attrs.StackMapType
 
OBJECT - Static variable in class org.objectweb.asm.Type
The sort of object reference type.
off - Variable in class org.objectweb.asm.Type
The offset of the descriptor of this Java type in buf.
OFF - Static variable in class org.objectweb.asm.xml.Processor.SAXWriter
 
offset - Variable in class org.objectweb.asm.attrs.StackMapType
 
opcode - Variable in class org.objectweb.asm.tree.AbstractInsnNode
The opcode of this instruction.
opcode - Variable in class org.objectweb.asm.xml.ASMContentHandler.Opcode
 
OPCODES - Static variable in class org.objectweb.asm.util.PrintCodeVisitor
The names of the Java Virtual Machine opcodes.
OPCODES - Static variable in class org.objectweb.asm.xml.ASMContentHandler
Map of the opcode names to opcode and opcode group
openElement - Variable in class org.objectweb.asm.xml.Processor.SAXWriter
 
openEntry(String) - Method in interface org.objectweb.asm.xml.Processor.EntryElement
 
openEntry(String) - Method in class org.objectweb.asm.xml.Processor.SingleDocElement
 
openEntry(String) - Method in class org.objectweb.asm.xml.Processor.ZipEntryElement
 
operand - Variable in class org.objectweb.asm.tree.IntInsnNode
The operand of this instruction.
optimizeEmptyElements - Variable in class org.objectweb.asm.xml.Processor.SAXWriter
 
optimizeEmptyElements - Variable in class org.objectweb.asm.xml.Processor.SAXWriterFactory
 
org.objectweb.asm - package org.objectweb.asm
Provides a small and fast bytecode manipulation framework.
org.objectweb.asm.attrs - package org.objectweb.asm.attrs
Provides an implementation for various optional class, field, method and bytecode attributes.
org.objectweb.asm.tree - package org.objectweb.asm.tree
Provides an ASM class adapter that constructs a tree representation of the classes it visits.
org.objectweb.asm.tree.analysis - package org.objectweb.asm.tree.analysis
Provides a framework for static code analysis based on the asm.tree package.
org.objectweb.asm.util - package org.objectweb.asm.util
Provides some ASM class visitors that can be useful for programming and debugging purposes.
org.objectweb.asm.util.attrs - package org.objectweb.asm.util.attrs
Provides attributes sub classes that can work with the ASMifier utility.
org.objectweb.asm.xml - package org.objectweb.asm.xml
Provides SAX 2.0 adapters for ASM visitors that can be used to convert bytecode to and from XML.
os - Variable in class org.objectweb.asm.xml.ASMContentHandler
Output stream to write result bytecode.
os - Variable in class org.objectweb.asm.xml.Processor.ASMContentHandlerFactory
 
os - Variable in class org.objectweb.asm.xml.Processor.SingleDocElement
 
outerName - Variable in class org.objectweb.asm.tree.InnerClassNode
The internal name of the class to which the inner class belongs (see getInternalName).
output - Variable in class org.objectweb.asm.xml.Processor
 
outputHandler - Variable in class org.objectweb.asm.xml.Processor.TransformerHandlerFactory
 
outRepresentation - Variable in class org.objectweb.asm.xml.Processor
 
owner - Variable in class org.objectweb.asm.attrs.EnclosingMethodAttribute
 
owner - Variable in class org.objectweb.asm.Label
The code writer to which this label belongs, or null if unknown.
owner - Variable in class org.objectweb.asm.tree.FieldInsnNode
The internal name of the field's owner class (see getInternalName).
owner - Variable in class org.objectweb.asm.tree.MethodInsnNode
The internal name of the method's owner class (see getInternalName).

P

parameters - Variable in class org.objectweb.asm.attrs.RuntimeInvisibleParameterAnnotations
List of Lists that contains Annotation for each method parameter.
parameters - Variable in class org.objectweb.asm.attrs.RuntimeVisibleParameterAnnotations
List of Lists that contains Annotation for each method parameter.
path - Variable in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
peek() - Method in class org.objectweb.asm.xml.ASMContentHandler
Return the top object on the stack without removing it.
peek(int) - Method in class org.objectweb.asm.xml.ASMContentHandler
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
pool - Variable in class org.objectweb.asm.ClassWriter
The constant pool of this class.
pool - Static variable in class org.objectweb.asm.CodeWriter
The shared pool of Edge objects.
poolNext - Variable in class org.objectweb.asm.Edge
The next available edge in the pool.
POP - Static variable in interface org.objectweb.asm.Constants
 
pop() - Method in class org.objectweb.asm.tree.analysis.Frame
Pops a value from the operand stack of this frame.
pop() - Method in class org.objectweb.asm.xml.ASMContentHandler
Pop the top object off of the stack, and return it.
POP2 - Static variable in interface org.objectweb.asm.Constants
 
position - Variable in class org.objectweb.asm.Label
The position of this label in the code, if known.
printAttribute(Attribute) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printAttribute(Attribute) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a non standard code attribute.
printAttribute(Attribute) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
PrintClassVisitor - Class in org.objectweb.asm.util
An abstract class visitor that prints the classes it visits.
PrintClassVisitor(PrintWriter) - Constructor for class org.objectweb.asm.util.PrintClassVisitor
Constructs a new PrintClassVisitor object.
PrintCodeVisitor - Class in org.objectweb.asm.util
An abstract code visitor that prints the code it visits.
PrintCodeVisitor() - Constructor for class org.objectweb.asm.util.PrintCodeVisitor
Constructs a new PrintCodeVisitor object.
printFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a field instruction.
printFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printIincInsn(int, int) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printIincInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints an IINC instruction.
printIincInsn(int, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printInsn(int) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printInsn(int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a zero operand instruction.
printInsn(int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printIntInsn(int, int) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printIntInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints an instruction with a single int operand.
printIntInsn(int, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printJumpInsn(int, Label) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printJumpInsn(int, Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a jump instruction.
printJumpInsn(int, Label) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printLabel(Label) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printLabel(Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a label.
printLabel(Label) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printLdcInsn(Object) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printLdcInsn(Object) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a LDC instruction.
printLdcInsn(Object) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printLineNumber(int, Label) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printLineNumber(int, Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a line number declaration.
printLineNumber(int, Label) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printList(List) - Method in class org.objectweb.asm.util.PrintClassVisitor
Prints the given string tree to pw.
printLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a local variable declaration.
printLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a LOOKUPSWITCH instruction.
printLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printMaxs(int, int) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printMaxs(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints the maximum stack size and the maximum number of local variables of the method.
printMaxs(int, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a method instruction.
printMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a MULTIANEWARRAY instruction.
printMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a TABLESWITCH instruction.
printTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a try catch block.
printTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printTypeInsn(int, String) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printTypeInsn(int, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a type instruction.
printTypeInsn(int, String) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printUsage() - Static method in class org.objectweb.asm.util.ASMifierClassVisitor
 
printUsage() - Static method in class org.objectweb.asm.util.CheckClassAdapter
 
printUsage() - Static method in class org.objectweb.asm.util.TraceClassVisitor
 
printVarInsn(int, int) - Method in class org.objectweb.asm.util.ASMifierCodeVisitor
 
printVarInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
Prints a local variable instruction.
printVarInsn(int, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
process() - Method in class org.objectweb.asm.xml.Processor
 
processEntry(ZipInputStream, ZipEntry, Processor.ContentHandlerFactory) - Method in class org.objectweb.asm.xml.Processor
 
Processor - Class in org.objectweb.asm.xml
Processor is a command line tool that can be used for bytecode waving directed by XSL transformation.
Processor(int, int, InputStream, OutputStream, Source) - Constructor for class org.objectweb.asm.xml.Processor
 
Processor.ASMContentHandlerFactory - Class in org.objectweb.asm.xml
ASMContentHandlerFactory
Processor.ASMContentHandlerFactory(OutputStream, boolean) - Constructor for class org.objectweb.asm.xml.Processor.ASMContentHandlerFactory
 
Processor.ContentHandlerFactory - Interface in org.objectweb.asm.xml
A ContentHandlerFactory is used to create ContentHandler instances for concrete context.
Processor.EntryElement - Interface in org.objectweb.asm.xml
 
Processor.InputSlicingHandler - Class in org.objectweb.asm.xml
A ContentHandler that splits XML documents into smaller chunks.
Processor.InputSlicingHandler(String, ContentHandler, Processor.ContentHandlerFactory) - Constructor for class org.objectweb.asm.xml.Processor.InputSlicingHandler
Constructs a new SubdocumentHandler object.
Processor.OutputSlicingHandler - Class in org.objectweb.asm.xml
A ContentHandler that splits XML documents into smaller chunks.
Processor.OutputSlicingHandler(Processor.ContentHandlerFactory, Processor.EntryElement, boolean) - Constructor for class org.objectweb.asm.xml.Processor.OutputSlicingHandler
Constructs a new SubdocumentHandler object.
Processor.ProtectedInputStream - Class in org.objectweb.asm.xml
IputStream wrapper class used to protect input streams from being closed by some stupid XML parsers.
Processor.ProtectedInputStream(InputStream) - Constructor for class org.objectweb.asm.xml.Processor.ProtectedInputStream
 
Processor.SAXWriter - Class in org.objectweb.asm.xml
A ContentHandler and LexicalHandler that serializes XML from SAX 2.0 events into Writer.
Processor.SAXWriter(Writer, boolean) - Constructor for class org.objectweb.asm.xml.Processor.SAXWriter
Creates SAXWriter.
Processor.SAXWriterFactory - Class in org.objectweb.asm.xml
SAXWriterFactory
Processor.SAXWriterFactory(Writer, boolean) - Constructor for class org.objectweb.asm.xml.Processor.SAXWriterFactory
 
Processor.SingleDocElement - Class in org.objectweb.asm.xml
 
Processor.SingleDocElement(OutputStream) - Constructor for class org.objectweb.asm.xml.Processor.SingleDocElement
 
Processor.SubdocumentHandlerFactory - Class in org.objectweb.asm.xml
SubdocumentHandlerFactory
Processor.SubdocumentHandlerFactory(ContentHandler) - Constructor for class org.objectweb.asm.xml.Processor.SubdocumentHandlerFactory
 
Processor.TransformerHandlerFactory - Class in org.objectweb.asm.xml
TransformerHandlerFactory
Processor.TransformerHandlerFactory(SAXTransformerFactory, Templates, ContentHandler) - Constructor for class org.objectweb.asm.xml.Processor.TransformerHandlerFactory
 
Processor.ZipEntryElement - Class in org.objectweb.asm.xml
 
Processor.ZipEntryElement(ZipOutputStream) - Constructor for class org.objectweb.asm.xml.Processor.ZipEntryElement
 
push(Value) - Method in class org.objectweb.asm.tree.analysis.Frame
Pushes a value into the operand stack of this frame.
push(Object) - Method in class org.objectweb.asm.xml.ASMContentHandler
Push a new object onto the top of the object stack.
pushed - Variable in class org.objectweb.asm.Label
true if this basic block has been pushed in the basic block stack.
put(ClassWriter, byte[], int, int, int, ByteVector) - Method in class org.objectweb.asm.Attribute
Writes all the attributes of this attribute list in the given byte vector.
put(Item) - Method in class org.objectweb.asm.ClassWriter
Puts the given item in the constant pool's hash table.
put(ByteVector) - Method in class org.objectweb.asm.CodeWriter
Puts the bytecode of this method in the given byte vector.
put(CodeWriter, ByteVector, int, boolean) - Method in class org.objectweb.asm.Label
Puts a reference to this label in the bytecode of a method.
put(Object, int) - Method in class org.objectweb.asm.tree.analysis.Analyzer.IntMap
 
put11(int, int) - Method in class org.objectweb.asm.ByteVector
Puts two bytes into this byte vector.
put12(int, int) - Method in class org.objectweb.asm.ByteVector
Puts a byte and a short into this byte vector.
put122(int, int, int) - Method in class org.objectweb.asm.ClassWriter
Puts one byte and two shorts into the constant pool.
putByte(int) - Method in class org.objectweb.asm.ByteVector
Puts a byte into this byte vector.
putByteArray(byte[], int, int) - Method in class org.objectweb.asm.ByteVector
Puts an array of bytes into this byte vector.
PUTFIELD - Static variable in interface org.objectweb.asm.Constants
 
putInt(int) - Method in class org.objectweb.asm.ByteVector
Puts an int into this byte vector.
putLong(long) - Method in class org.objectweb.asm.ByteVector
Puts a long into this byte vector.
putShort(int) - Method in class org.objectweb.asm.ByteVector
Puts a short into this byte vector.
PUTSTATIC - Static variable in interface org.objectweb.asm.Constants
 
putUTF8(String) - Method in class org.objectweb.asm.attrs.SourceDebugExtensionAttribute
 
putUTF8(String) - Method in class org.objectweb.asm.ByteVector
Puts an UTF8 string into this byte vector.
pw - Variable in class org.objectweb.asm.util.PrintClassVisitor
The print writer to be used to print the class.

Q

queue - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 
queued - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 

R

read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.Attribute
Reads a type attribute.
read(ClassReader, int, char[]) - Method in class org.objectweb.asm.attrs.Annotation
Reads annotation data structures.
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.AnnotationDefaultAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.EnclosingMethodAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.RuntimeInvisibleAnnotations
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.RuntimeInvisibleParameterAnnotations
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.RuntimeVisibleAnnotations
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.RuntimeVisibleParameterAnnotations
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.SignatureAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.SourceDebugExtensionAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.StackMapAttribute
 
read(ClassReader, int, char[], int, Label[]) - Method in class org.objectweb.asm.attrs.StackMapFrame
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMAnnotationDefaultAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMEnclosingMethodAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMLocalVariableTypeTableAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMRuntimeInvisibleAnnotations
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMRuntimeInvisibleParameterAnnotations
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMRuntimeVisibleAnnotations
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMRuntimeVisibleParameterAnnotations
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMSignatureAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMSourceDebugExtensionAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.util.attrs.ASMStackMapAttribute
 
read() - Method in class org.objectweb.asm.xml.Processor.ProtectedInputStream
 
read(byte[], int, int) - Method in class org.objectweb.asm.xml.Processor.ProtectedInputStream
 
readAnnotations(List, ClassReader, int, char[]) - Static method in class org.objectweb.asm.attrs.Annotation
Utility method to read List of annotations.
readAttribute(Attribute[], String, int, int, char[], int, Label[]) - Method in class org.objectweb.asm.ClassReader
Reads an attribute in b.
readByte(int) - Method in class org.objectweb.asm.ClassReader
Reads a byte value in b.
readClass(InputStream) - Static method in class org.objectweb.asm.ClassReader
Reads the bytecode of a class.
readClass(int, char[]) - Method in class org.objectweb.asm.ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - Method in class org.objectweb.asm.ClassReader
Reads a numeric or string constant pool item in b.
readEntry(ZipInputStream, ZipEntry) - Method in class org.objectweb.asm.xml.Processor
 
readInt(int) - Method in class org.objectweb.asm.ClassReader
Reads a signed int value in b.
readInt(byte[], int) - Static method in class org.objectweb.asm.CodeWriter
Reads a signed int value in the given byte array.
readLong(int) - Method in class org.objectweb.asm.ClassReader
Reads a signed long value in b.
readParameterAnnotations(List, ClassReader, int, char[]) - Static method in class org.objectweb.asm.attrs.Annotation
Utility method to read List of parameters annotations.
readShort(int) - Method in class org.objectweb.asm.ClassReader
Reads a signed short value in b.
readShort(byte[], int) - Static method in class org.objectweb.asm.CodeWriter
Reads a signed short value in the given byte array.
readTypeInfo(ClassReader, int, List, Label[], char[], int) - Method in class org.objectweb.asm.attrs.StackMapFrame
 
readUnsignedShort(int) - Method in class org.objectweb.asm.ClassReader
Reads an unsigned short value in b.
readUnsignedShort(byte[], int) - Static method in class org.objectweb.asm.CodeWriter
Reads an unsigned short value in the given byte array.
readUTF8(ClassReader, int, int) - Method in class org.objectweb.asm.attrs.SourceDebugExtensionAttribute
 
readUTF8(int, char[]) - Method in class org.objectweb.asm.ClassReader
Reads an UTF8 string constant pool item in b.
readValue(ClassReader, int[], char[]) - Static method in class org.objectweb.asm.attrs.Annotation
Reads element_value data structures.
REFERENCE_VALUE - Static variable in class org.objectweb.asm.tree.analysis.BasicValue
 
referenceCount - Variable in class org.objectweb.asm.Label
Number of forward references to this label, times two.
resize - Variable in class org.objectweb.asm.CodeWriter
Indicates if some jump instructions are too small and need to be resized.
resized - Variable in class org.objectweb.asm.Label
If the label position has been updated, after instruction resizing.
resizeInstructions(int[], int[], int) - Method in class org.objectweb.asm.CodeWriter
Resizes the designated instructions, while keeping jump offsets and instruction addresses consistent.
resolve(CodeWriter, int, byte[]) - Method in class org.objectweb.asm.Label
Resolves all forward references to this label.
resolved - Variable in class org.objectweb.asm.Label
Indicates if the position of this label is known.
RET - Static variable in interface org.objectweb.asm.Constants
 
RETURN - Static variable in interface org.objectweb.asm.Constants
 
RETURNADDRESS_VALUE - Static variable in class org.objectweb.asm.tree.analysis.BasicValue
 
rootHandler - Variable in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
RULES - Variable in class org.objectweb.asm.xml.ASMContentHandler
 
RuntimeInvisibleAnnotations - Class in org.objectweb.asm.attrs
The RuntimeInvisibleAnnotations attribute is similar to the RuntimeVisibleAnnotations attribute, except that the annotations represented by a RuntimeInvisibleAnnotations attribute must not be made available for return by reflective APIs, unless the JVM has been instructed to retain these annotations via some implementation-specific mechanism such as a command line flag.
RuntimeInvisibleAnnotations() - Constructor for class org.objectweb.asm.attrs.RuntimeInvisibleAnnotations
 
RuntimeInvisibleParameterAnnotations - Class in org.objectweb.asm.attrs
The RuntimeInvisibleParameterAnnotations attribute is similar to the RuntimeVisibleParameterAnnotations attribute, except that the annotations represented by a RuntimeInvisibleParameterAnnotations attribute must not be made available for return by reflective APIs, unless the JVM has specifically been instructed to retain these annotations via some implementation-specific mechanism such as a command line flag.
RuntimeInvisibleParameterAnnotations() - Constructor for class org.objectweb.asm.attrs.RuntimeInvisibleParameterAnnotations
 
RuntimeVisibleAnnotations - Class in org.objectweb.asm.attrs
The RuntimeVisibleAnnotations attribute is a variable length attribute in the attributes table of the ClassFile, field_info, and method_info structures.
RuntimeVisibleAnnotations() - Constructor for class org.objectweb.asm.attrs.RuntimeVisibleAnnotations
 
RuntimeVisibleParameterAnnotations - Class in org.objectweb.asm.attrs
The RuntimeVisibleParameterAnnotations attribute is a variable length attribute in the attributes table of the method_info structure.
RuntimeVisibleParameterAnnotations() - Constructor for class org.objectweb.asm.attrs.RuntimeVisibleParameterAnnotations
 

S

SALOAD - Static variable in interface org.objectweb.asm.Constants
 
SASTORE - Static variable in interface org.objectweb.asm.Constants
 
SAXClassAdapter - Class in org.objectweb.asm.xml
A ClassVisitor that generates SAX 2.0 events from the visited class.
SAXClassAdapter(ContentHandler, boolean) - Constructor for class org.objectweb.asm.xml.SAXClassAdapter
Constructs a new SAXClassAdapter object.
SAXCodeAdapter - Class in org.objectweb.asm.xml
A CodeVisitor that generates SAX 2.0 events from the visited code.
SAXCodeAdapter(ContentHandler) - Constructor for class org.objectweb.asm.xml.SAXCodeAdapter
Constructs a new SAXCodeAdapter object.
saxtf - Variable in class org.objectweb.asm.xml.Processor.TransformerHandlerFactory
 
SBYTE_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of instructions with an signed byte label.
set(int) - Method in class org.objectweb.asm.Item
Sets this item to an INT item.
set(long) - Method in class org.objectweb.asm.Item
Sets this item to a LONG item.
set(float) - Method in class org.objectweb.asm.Item
Sets this item to a FLOAT item.
set(double) - Method in class org.objectweb.asm.Item
Sets this item to a DOUBLE item.
set(int, String, String, String) - Method in class org.objectweb.asm.Item
Sets this item to an item that do not hold a primitive value.
setLabel(Label) - Method in class org.objectweb.asm.attrs.StackMapType
 
setLocal(int, Value) - Method in class org.objectweb.asm.tree.analysis.Frame
Sets the value of the given local variable.
setObject(String) - Method in class org.objectweb.asm.attrs.StackMapType
 
setOpcode(int) - Method in class org.objectweb.asm.tree.FieldInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.objectweb.asm.tree.InsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.objectweb.asm.tree.IntInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.objectweb.asm.tree.JumpInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.objectweb.asm.tree.MethodInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.objectweb.asm.tree.TypeInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.objectweb.asm.tree.VarInsnNode
Sets the opcode of this instruction.
SHORT - Static variable in class org.objectweb.asm.Type
The sort of the short type.
SHORT_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of instructions with an signed short label.
SHORT_TYPE - Static variable in class org.objectweb.asm.Type
The short type.
showUsage() - Static method in class org.objectweb.asm.xml.Processor
 
signature - Variable in class org.objectweb.asm.attrs.LocalVariableType
 
signature - Variable in class org.objectweb.asm.attrs.SignatureAttribute
 
SignatureAttribute - Class in org.objectweb.asm.attrs
The Signature Attribute introduced in JSR-14 (Adding Generics to the Java Programming Language) and also defined in the Java Virtual Machine Specification, 3rd edition draft.
SignatureAttribute() - Constructor for class org.objectweb.asm.attrs.SignatureAttribute
 
SignatureAttribute(String) - Constructor for class org.objectweb.asm.attrs.SignatureAttribute
 
SimpleVerifier - Class in org.objectweb.asm.tree.analysis
An extended BasicVerifier that performs more precise verifications.
SimpleVerifier() - Constructor for class org.objectweb.asm.tree.analysis.SimpleVerifier
 
SINGLE_XML - Static variable in class org.objectweb.asm.xml.Processor
 
SINGLE_XML_NAME - Static variable in class org.objectweb.asm.xml.Processor
 
singleDocument - Variable in class org.objectweb.asm.xml.SAXClassAdapter
 
SIPUSH - Static variable in interface org.objectweb.asm.Constants
 
SIZE - Static variable in class org.objectweb.asm.CodeWriter
The stack size variation corresponding to each JVM instruction.
size - Variable in class org.objectweb.asm.tree.analysis.Analyzer.IntMap
 
size - Variable in class org.objectweb.asm.tree.analysis.DataflowValue
The size of this value.
sort - Variable in class org.objectweb.asm.Type
The sort of this Java type.
SourceDebugExtensionAttribute - Class in org.objectweb.asm.attrs
The SourceDebugExtension attribute is an optional attribute defined in JSR-045 in the attributes table of the ClassFile structure.
SourceDebugExtensionAttribute() - Constructor for class org.objectweb.asm.attrs.SourceDebugExtensionAttribute
 
SourceDebugExtensionAttribute(String) - Constructor for class org.objectweb.asm.attrs.SourceDebugExtensionAttribute
 
sourceFile - Variable in class org.objectweb.asm.ClassWriter
The index of the constant pool item that contains the name of the source file from which this class was compiled.
sourceFile - Variable in class org.objectweb.asm.tree.ClassNode
The name of the source file from which this class was compiled.
srcAndRefPositions - Variable in class org.objectweb.asm.Label
Informations about forward references.
stack - Variable in class org.objectweb.asm.attrs.StackMapFrame
 
stack - Variable in class org.objectweb.asm.tree.analysis.Frame
The operand stack of this frame.
stack - Variable in class org.objectweb.asm.xml.ASMContentHandler
Stack of the intermediate processing contexts.
StackMapAttribute - Class in org.objectweb.asm.attrs
StackMapAttribute is used by CDLC preverifier and also by javac compiller starting from J2SE 1.5.
StackMapAttribute() - Constructor for class org.objectweb.asm.attrs.StackMapAttribute
 
StackMapFrame - Class in org.objectweb.asm.attrs
StackMapFrame is used by StackMapAttribute to hold state of the stack and local variables for a single execution branch.
StackMapFrame() - Constructor for class org.objectweb.asm.attrs.StackMapFrame
 
StackMapType - Class in org.objectweb.asm.attrs
Verification type info used by StackMapAttribute.
StackMapType(int) - Constructor for class org.objectweb.asm.attrs.StackMapType
 
stackSize - Variable in class org.objectweb.asm.CodeWriter
The (relative) stack size after the last visited instruction.
stackSize - Variable in class org.objectweb.asm.Edge
The (relative) stack size in the basic block from which this edge originates.
start - Variable in class org.objectweb.asm.attrs.LocalVariableType
 
start - Variable in class org.objectweb.asm.tree.analysis.Analyzer.Subroutine
 
start - Variable in class org.objectweb.asm.tree.LineNumberNode
The first instruction corresponding to this line number.
start - Variable in class org.objectweb.asm.tree.LocalVariableNode
The first instruction corresponding to the scope of this local variable (inclusive).
start - Variable in class org.objectweb.asm.tree.TryCatchBlockNode
Beginning of the exception handler's scope (inclusive).
start - Variable in class org.objectweb.asm.util.CheckClassAdapter
true if the visit method has been called.
startCDATA() - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
startDocument() - Method in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
startDocument() - Method in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
startDTD(String, String, String) - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
startElement(String, String, String, Attributes) - Method in class org.objectweb.asm.xml.ASMContentHandler
Process notification of the start of an XML element being reached.
startElement(String, String, String, Attributes) - Method in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
startElement(String, String, String, Attributes) - Method in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
startElement(String, String, String, Attributes) - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
startEntity(String) - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
STR - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_String constant pool items.
stringAnnotations(List) - Static method in class org.objectweb.asm.attrs.Annotation
Returns annotation values in the format described in JSR-175 for Java source code.
stringParameterAnnotations(List) - Static method in class org.objectweb.asm.attrs.Annotation
Returns parameter annotation values in the format described in JSR-175 for Java source code.
strings - Variable in class org.objectweb.asm.ClassReader
The String objects corresponding to the CONSTANT_Utf8 items.
strVal1 - Variable in class org.objectweb.asm.Item
First part of the value of this item, for items that do not hold a primitive value.
strVal2 - Variable in class org.objectweb.asm.Item
Second part of the value of this item, for items that do not hold a primitive value.
strVal3 - Variable in class org.objectweb.asm.Item
Third part of the value of this item, for items that do not hold a primitive value.
subdocument - Variable in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
subdocument - Variable in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
subdocumentHandler - Variable in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
subdocumentHandler - Variable in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
subdocumentHandler - Variable in class org.objectweb.asm.xml.Processor.SubdocumentHandlerFactory
 
subdocumentHandlerFactory - Variable in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
subdocumentHandlerFactory - Variable in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
subdocumentRoot - Variable in class org.objectweb.asm.xml.Processor.InputSlicingHandler
 
subdocumentRoot - Variable in class org.objectweb.asm.xml.Processor.OutputSlicingHandler
 
subroutines - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 
successor - Variable in class org.objectweb.asm.Edge
The successor block of the basic block from which this edge originates.
successors - Variable in class org.objectweb.asm.Label
The successors of this node in the control flow graph.
superName - Variable in class org.objectweb.asm.ClassWriter
The constant pool item that contains the internal name of the super class of this class.
superName - Variable in class org.objectweb.asm.tree.ClassNode
The internal of name of the super class (see getInternalName).
SWAP - Static variable in interface org.objectweb.asm.Constants
 

T

T_BOOLEAN - Static variable in interface org.objectweb.asm.Constants
 
T_BYTE - Static variable in interface org.objectweb.asm.Constants
 
T_CHAR - Static variable in interface org.objectweb.asm.Constants
 
T_DOUBLE - Static variable in interface org.objectweb.asm.Constants
 
T_FLOAT - Static variable in interface org.objectweb.asm.Constants
 
T_INT - Static variable in interface org.objectweb.asm.Constants
 
T_LONG - Static variable in interface org.objectweb.asm.Constants
 
T_SHORT - Static variable in interface org.objectweb.asm.Constants
 
TABL_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of the TABLESWITCH instruction.
TABLESWITCH - Static variable in interface org.objectweb.asm.Constants
 
TableSwitchInsnNode - Class in org.objectweb.asm.tree
A node that represents a TABLESWITCH instruction.
TableSwitchInsnNode(int, int, Label, Label[]) - Constructor for class org.objectweb.asm.tree.TableSwitchInsnNode
Constructs a new TableSwitchInsnNode.
tail - Variable in class org.objectweb.asm.CodeWriter
The tail of the list of Edge objects used by this CodeWriter.
templates - Variable in class org.objectweb.asm.xml.Processor.TransformerHandlerFactory
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - Method in class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with three arguments.
text - Variable in class org.objectweb.asm.util.PrintClassVisitor
The text to be printed.
text - Variable in class org.objectweb.asm.util.PrintCodeVisitor
The text to be printed.
threshold - Variable in class org.objectweb.asm.ClassWriter
The threshold of the constant pool's hash table.
toByteArray() - Method in class org.objectweb.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
toByteArray() - Method in class org.objectweb.asm.xml.ASMContentHandler
Returns the bytecode of the class that was build with underneath class writer.
top - Variable in class org.objectweb.asm.tree.analysis.Analyzer
 
top - Variable in class org.objectweb.asm.tree.analysis.Frame
The number of elements in the operand stack.
toString() - Method in class org.objectweb.asm.attrs.Annotation.EnumConstValue
 
toString() - Method in class org.objectweb.asm.attrs.Annotation
Returns value in the format described in JSR-175 for Java source code.
toString() - Method in class org.objectweb.asm.attrs.AnnotationDefaultAttribute
Returns value in the format described in JSR-175 for Java source code.
toString() - Method in class org.objectweb.asm.attrs.EnclosingMethodAttribute
 
toString() - Method in class org.objectweb.asm.attrs.LocalVariableType
 
toString() - Method in class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 
toString() - Method in class org.objectweb.asm.attrs.RuntimeInvisibleAnnotations
Returns value in the format described in JSR-175 for Java source code.
toString() - Method in class org.objectweb.asm.attrs.RuntimeInvisibleParameterAnnotations
 
toString() - Method in class org.objectweb.asm.attrs.RuntimeVisibleAnnotations
Returns value in the format described in JSR-175 for Java source code.
toString() - Method in class org.objectweb.asm.attrs.RuntimeVisibleParameterAnnotations
 
toString() - Method in class org.objectweb.asm.attrs.SignatureAttribute
 
toString() - Method in class org.objectweb.asm.attrs.SourceDebugExtensionAttribute
 
toString() - Method in class org.objectweb.asm.attrs.StackMapAttribute
 
toString() - Method in class org.objectweb.asm.attrs.StackMapFrame
 
toString() - Method in class org.objectweb.asm.attrs.StackMapType
 
toString() - Method in class org.objectweb.asm.Label
Returns a string representation of this label.
toString() - Method in class org.objectweb.asm.tree.analysis.BasicValue
 
toString() - Method in class org.objectweb.asm.tree.analysis.Frame
Returns a string representation of this frame.
toString() - Method in class org.objectweb.asm.Type
Returns a string representation of this type.
toString() - Method in class org.objectweb.asm.xml.ASMContentHandler.Rule
 
TraceClassVisitor - Class in org.objectweb.asm.util
A PrintClassVisitor that prints a disassembled view of the classes it visits.
TraceClassVisitor(ClassVisitor, PrintWriter) - Constructor for class org.objectweb.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor object.
TraceCodeVisitor - Class in org.objectweb.asm.util
A PrintCodeVisitor that prints a disassembled view of the code it visits.
TraceCodeVisitor(CodeVisitor) - Constructor for class org.objectweb.asm.util.TraceCodeVisitor
Constructs a new TraceCodeVisitor object.
TreeClassAdapter - Class in org.objectweb.asm.tree
A ClassAdapter that constructs a tree representation of the classes it vists.
TreeClassAdapter(ClassVisitor) - Constructor for class org.objectweb.asm.tree.TreeClassAdapter
Constructs a new TreeClassAdapter object.
TreeCodeAdapter - Class in org.objectweb.asm.tree
A CodeAdapter that constructs a tree representation of the methods it vists.
TreeCodeAdapter(MethodNode) - Constructor for class org.objectweb.asm.tree.TreeCodeAdapter
Constructs a new TreeCodeAdapter object.
TryCatchBlockNode - Class in org.objectweb.asm.tree
A node that represents a try catch block.
TryCatchBlockNode(Label, Label, Label, String) - Constructor for class org.objectweb.asm.tree.TryCatchBlockNode
Constructs a new TryCatchBlockNode object.
tryCatchBlocks - Variable in class org.objectweb.asm.tree.MethodNode
The try catch blocks of this method.
type - Variable in class org.objectweb.asm.Attribute
The type of this attribute.
type - Variable in class org.objectweb.asm.attrs.Annotation
A fully qualified class name in internal form (see Type).
type - Variable in class org.objectweb.asm.attrs.StackMapType
 
TYPE - Static variable in class org.objectweb.asm.ClassWriter
The instruction types of all JVM opcodes.
type - Variable in class org.objectweb.asm.Item
Type of this constant pool item.
type - Variable in class org.objectweb.asm.tree.analysis.BasicValue
 
type - Variable in class org.objectweb.asm.tree.TryCatchBlockNode
Internal name of the type of exceptions handled by the handler.
Type - Class in org.objectweb.asm
A Java type.
Type(int) - Constructor for class org.objectweb.asm.Type
Constructs a primitive type.
Type(int, char[], int, int) - Constructor for class org.objectweb.asm.Type
Constructs a reference type.
TYPE - Static variable in class org.objectweb.asm.util.CheckCodeAdapter
Code of the visit method to be used for each opcode.
type - Variable in class org.objectweb.asm.xml.ASMContentHandler.Opcode
 
TYPE_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of instructions with a type descriptor argument.
TypeInsnNode - Class in org.objectweb.asm.tree
A node that represents a type instruction.
TypeInsnNode(int, String) - Constructor for class org.objectweb.asm.tree.TypeInsnNode
Constructs a new TypeInsnNode object.
typeName - Variable in class org.objectweb.asm.attrs.Annotation.EnumConstValue
 
types - Variable in class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 

U

unaryOperation(AbstractInsnNode, Value) - Method in class org.objectweb.asm.tree.analysis.BasicInterpreter
 
unaryOperation(AbstractInsnNode, Value) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
unaryOperation(AbstractInsnNode, Value) - Method in class org.objectweb.asm.tree.analysis.DataflowInterpreter
 
unaryOperation(AbstractInsnNode, Value) - Method in interface org.objectweb.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with a single argument.
UNINITIALIZED_VALUE - Static variable in class org.objectweb.asm.tree.analysis.BasicValue
 
update(Object) - Method in class org.objectweb.asm.xml.Processor
 
UTF8 - Static variable in class org.objectweb.asm.ClassWriter
The type of CONSTANT_Utf8 constant pool items.

V

V1_1 - Static variable in interface org.objectweb.asm.Constants
 
V1_2 - Static variable in interface org.objectweb.asm.Constants
 
V1_3 - Static variable in interface org.objectweb.asm.Constants
 
V1_4 - Static variable in interface org.objectweb.asm.Constants
 
V1_5 - Static variable in interface org.objectweb.asm.Constants
 
Value - Interface in org.objectweb.asm.tree.analysis
An immutable symbolic value for semantic interpretation of bytecode.
value - Variable in class org.objectweb.asm.tree.FieldNode
The field's initial value.
values - Variable in class org.objectweb.asm.tree.analysis.Analyzer.IntMap
 
var - Variable in class org.objectweb.asm.tree.IincInsnNode
Index of the local variable to be incremented.
var - Variable in class org.objectweb.asm.tree.VarInsnNode
The operand of this instruction.
VAR_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of instructions with a local variable index label.
VarInsnNode - Class in org.objectweb.asm.tree
A node that represents a local variable instruction.
VarInsnNode(int, int) - Constructor for class org.objectweb.asm.tree.VarInsnNode
Visits a local variable instruction.
version - Variable in class org.objectweb.asm.ClassWriter
Minor and major version numbers of the class to be generated.
version - Variable in class org.objectweb.asm.tree.ClassNode
The class version.
visit(int, int, String, String, String[], String) - Method in class org.objectweb.asm.ClassAdapter
 
visit(int, int, String, String, String[], String) - Method in interface org.objectweb.asm.ClassVisitor
Visits the header of the class.
visit(int, int, String, String, String[], String) - Method in class org.objectweb.asm.ClassWriter
 
visit(int, int, String, String, String[], String) - Method in class org.objectweb.asm.tree.TreeClassAdapter
 
visit(int, int, String, String, String[], String) - Method in class org.objectweb.asm.util.ASMifierClassVisitor
 
visit(int, int, String, String, String[], String) - Method in class org.objectweb.asm.util.CheckClassAdapter
 
visit(int, int, String, String, String[], String) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visit(int, int, String, String, String[], String) - Method in class org.objectweb.asm.xml.SAXClassAdapter
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.ClassAdapter
 
visitAttribute(Attribute) - Method in interface org.objectweb.asm.ClassVisitor
Visits a non standard attribute of the class.
visitAttribute(Attribute) - Method in class org.objectweb.asm.ClassWriter
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.CodeAdapter
 
visitAttribute(Attribute) - Method in interface org.objectweb.asm.CodeVisitor
Visits a non standard attribute of the code.
visitAttribute(Attribute) - Method in class org.objectweb.asm.CodeWriter
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.tree.TreeClassAdapter
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.util.ASMifierClassVisitor
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.util.CheckClassAdapter
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.xml.SAXClassAdapter
 
visitAttribute(Attribute) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitEnd() - Method in class org.objectweb.asm.ClassAdapter
 
visitEnd() - Method in interface org.objectweb.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class org.objectweb.asm.ClassWriter
 
visitEnd() - Method in class org.objectweb.asm.tree.TreeClassAdapter
 
visitEnd() - Method in class org.objectweb.asm.util.ASMifierClassVisitor
 
visitEnd() - Method in class org.objectweb.asm.util.CheckClassAdapter
 
visitEnd() - Method in class org.objectweb.asm.util.PrintClassVisitor
 
visitEnd() - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitEnd() - Method in class org.objectweb.asm.xml.SAXClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in class org.objectweb.asm.ClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in interface org.objectweb.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, Object, Attribute) - Method in class org.objectweb.asm.ClassWriter
 
visitField(int, String, String, Object, Attribute) - Method in class org.objectweb.asm.tree.TreeClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in class org.objectweb.asm.util.ASMifierClassVisitor
 
visitField(int, String, String, Object, Attribute) - Method in class org.objectweb.asm.util.CheckClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitField(int, String, String, Object, Attribute) - Method in class org.objectweb.asm.xml.SAXClassAdapter
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a field instruction.
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeWriter
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitIincInsn(int, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitIincInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitIincInsn(int, int) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitIincInsn(int, int) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitIincInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitIincInsn(int, int) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.ClassAdapter
 
visitInnerClass(String, String, String, int) - Method in interface org.objectweb.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.ClassWriter
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.tree.TreeClassAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.util.ASMifierClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.util.CheckClassAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.xml.SAXClassAdapter
 
visitInsn(int) - Method in class org.objectweb.asm.CodeAdapter
 
visitInsn(int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a zero operand instruction.
visitInsn(int) - Method in class org.objectweb.asm.CodeWriter
 
visitInsn(int) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitInsn(int) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitInsn(int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitInsn(int) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitIntInsn(int, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitIntInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits an instruction with a single int operand.
visitIntInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitIntInsn(int, int) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitIntInsn(int, int) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitIntInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitIntInsn(int, int) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.CodeAdapter
 
visitJumpInsn(int, Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.CodeWriter
 
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitLabel(Label) - Method in class org.objectweb.asm.CodeAdapter
 
visitLabel(Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a label.
visitLabel(Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLabel(Label) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitLabel(Label) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitLabel(Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLabel(Label) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitLdcInsn(Object) - Method in class org.objectweb.asm.CodeAdapter
 
visitLdcInsn(Object) - Method in interface org.objectweb.asm.CodeVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - Method in class org.objectweb.asm.CodeWriter
 
visitLdcInsn(Object) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitLdcInsn(Object) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitLdcInsn(Object) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLdcInsn(Object) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitLineNumber(int, Label) - Method in class org.objectweb.asm.CodeAdapter
 
visitLineNumber(int, Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLineNumber(int, Label) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitLineNumber(int, Label) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitLineNumber(int, Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLineNumber(int, Label) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a local variable declaration.
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.CodeWriter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.CodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface org.objectweb.asm.CodeVisitor
Visits a LOOKUPSWITCH instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.CodeWriter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitMaxs(int, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitMaxs(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMaxs(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitMaxs(int, int) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitMaxs(int, int) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitMaxs(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitMaxs(int, int) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.objectweb.asm.ClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in interface org.objectweb.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String[], Attribute) - Method in class org.objectweb.asm.ClassWriter
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.objectweb.asm.tree.TreeClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.objectweb.asm.util.ASMifierClassVisitor
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.objectweb.asm.util.CheckClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.objectweb.asm.xml.SAXClassAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeWriter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.CodeWriter
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.CodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface org.objectweb.asm.CodeVisitor
Visits a TABLESWITCH instruction.
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.CodeWriter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.CodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a try catch block.
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.CodeWriter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitTypeInsn(int, String) - Method in class org.objectweb.asm.CodeAdapter
 
visitTypeInsn(int, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a type instruction.
visitTypeInsn(int, String) - Method in class org.objectweb.asm.CodeWriter
 
visitTypeInsn(int, String) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitTypeInsn(int, String) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitTypeInsn(int, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitTypeInsn(int, String) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
visitVarInsn(int, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitVarInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitVarInsn(int, int) - Method in class org.objectweb.asm.tree.TreeCodeAdapter
 
visitVarInsn(int, int) - Method in class org.objectweb.asm.util.CheckCodeAdapter
 
visitVarInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitVarInsn(int, int) - Method in class org.objectweb.asm.xml.SAXCodeAdapter
 
VOID - Static variable in class org.objectweb.asm.Type
The sort of the void type.
VOID_TYPE - Static variable in class org.objectweb.asm.Type
The void type.

W

w - Variable in class org.objectweb.asm.xml.Processor.SAXWriter
 
w - Variable in class org.objectweb.asm.xml.Processor.SAXWriterFactory
 
WIDE_INSN - Static variable in class org.objectweb.asm.ClassWriter
The type of the WIDE instruction.
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.Attribute
Returns the byte array form of this attribute.
write(ByteVector, ClassWriter) - Method in class org.objectweb.asm.attrs.Annotation
Writes annotation data structures.
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.AnnotationDefaultAttribute
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.EnclosingMethodAttribute
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.LocalVariableTypeTableAttribute
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.RuntimeInvisibleAnnotations
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.RuntimeInvisibleParameterAnnotations
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.RuntimeVisibleAnnotations
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.RuntimeVisibleParameterAnnotations
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.SignatureAttribute
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.SourceDebugExtensionAttribute
 
write(ClassWriter, byte[], int, int, int) - Method in class org.objectweb.asm.attrs.StackMapAttribute
 
write(ClassWriter, int, int, ByteVector) - Method in class org.objectweb.asm.attrs.StackMapFrame
 
writeAnnotations(ByteVector, List, ClassWriter) - Static method in class org.objectweb.asm.attrs.Annotation
Utility method to write List of annotations.
writeAttributes(Attributes) - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
writeIdent() - Method in class org.objectweb.asm.xml.Processor.SAXWriter
 
writeParametersAnnotations(ByteVector, List, ClassWriter) - Static method in class org.objectweb.asm.attrs.Annotation
Utility method to write List of parameters annotations.
writeShort(byte[], int, int) - Static method in class org.objectweb.asm.CodeWriter
Writes a short value in the given byte array.
writeTypeInfo(ByteVector, ClassWriter, List, int) - Method in class org.objectweb.asm.attrs.StackMapFrame
 
writeValue(ByteVector, Object, ClassWriter) - Static method in class org.objectweb.asm.attrs.Annotation
Writes element_value data structures.

X

xslt - Variable in class org.objectweb.asm.xml.Processor
 

Z

zos - Variable in class org.objectweb.asm.xml.Processor.ZipEntryElement
 

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