A B C D F G I J L M N O P R S T V

A

AALOAD - Static variable in interface org.objectweb.asm.Constants
 
AASTORE - Static variable in interface org.objectweb.asm.Constants
 
ACC_ABSTRACT - Static variable in interface org.objectweb.asm.Constants
 
ACC_DEPRECATED - 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_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_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.
ACONST_NULL - Static variable in interface org.objectweb.asm.Constants
 
ALOAD - Static variable in interface org.objectweb.asm.Constants
 
ANEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
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
 
ASTORE - Static variable in interface org.objectweb.asm.Constants
 
ATHROW - Static variable in interface org.objectweb.asm.Constants
 

B

BALOAD - Static variable in interface org.objectweb.asm.Constants
 
BASTORE - Static variable in interface org.objectweb.asm.Constants
 
BIPUSH - Static variable in interface org.objectweb.asm.Constants
 
BOOLEAN - Static variable in class org.objectweb.asm.Type
The sort of the boolean type.
buf - Variable in class org.objectweb.asm.util.PrintCodeVisitor
 
BYTE - Static variable in class org.objectweb.asm.Type
The sort of the byte type.

C

CALOAD - Static variable in interface org.objectweb.asm.Constants
 
CASTORE - Static variable in interface org.objectweb.asm.Constants
 
CHAR - Static variable in class org.objectweb.asm.Type
The sort of the char type.
CHECKCAST - Static variable in interface org.objectweb.asm.Constants
 
ClassAdapter - class org.objectweb.asm.ClassAdapter.
An empty ClassVisitor that delegates to another ClassVisitor.
ClassAdapter(ClassVisitor) - Constructor for class org.objectweb.asm.ClassAdapter
Constructs a new ClassAdapter object.
ClassReader - class org.objectweb.asm.ClassReader.
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(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 org.objectweb.asm.ClassVisitor.
A visitor to visit a Java class.
ClassWriter - class org.objectweb.asm.ClassWriter.
A ClassVisitor that generates Java class files.
ClassWriter(boolean) - Constructor for class org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object.
CodeAdapter - class org.objectweb.asm.CodeAdapter.
An empty CodeVisitor that delegates to another CodeVisitor.
CodeAdapter(CodeVisitor) - Constructor for class org.objectweb.asm.CodeAdapter
Constructs a new CodeAdapter object.
CodeVisitor - interface org.objectweb.asm.CodeVisitor.
A visitor to visit the bytecode instructions of a Java method.
CodeWriter - class org.objectweb.asm.CodeWriter.
A CodeVisitor that generates Java bytecode instructions.
CodeWriter(ClassWriter, boolean) - Constructor for class org.objectweb.asm.CodeWriter
Constructs a CodeWriter.
Constants - interface org.objectweb.asm.Constants.
Defines the JVM opcodes, access flags and array type codes.
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.

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
 
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
 
DLOAD - Static variable in interface org.objectweb.asm.Constants
 
DMUL - Static variable in interface org.objectweb.asm.Constants
 
DNEG - Static variable in interface org.objectweb.asm.Constants
 
DOUBLE - Static variable in class org.objectweb.asm.Type
The sort of the double type.
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
 
dump - Variable in class org.objectweb.asm.util.PrintClassVisitor
 
dump - Variable in class org.objectweb.asm.util.PrintCodeVisitor
 
DumpClassVisitor - class org.objectweb.asm.util.DumpClassVisitor.
A PrintClassVisitor that prints the ASM code that generates the classes it visits.
DumpClassVisitor(PrintWriter) - Constructor for class org.objectweb.asm.util.DumpClassVisitor
Constructs a new DumpClassVisitor object.
DumpCodeVisitor - class org.objectweb.asm.util.DumpCodeVisitor.
A PrintCodeVisitor that prints the ASM code that generates the code it visits.
DumpCodeVisitor() - Constructor for class org.objectweb.asm.util.DumpCodeVisitor
Constructs a new DumpCodeVisitor object.
DUP - 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
 
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
 

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
 
FLOAD - Static variable in interface org.objectweb.asm.Constants
 
FLOAT - Static variable in class org.objectweb.asm.Type
The sort of the float type.
FMUL - Static variable in interface org.objectweb.asm.Constants
 
FNEG - Static variable in interface org.objectweb.asm.Constants
 
FREM - Static variable in interface org.objectweb.asm.Constants
 
FRETURN - Static variable in interface org.objectweb.asm.Constants
 
FSTORE - Static variable in interface org.objectweb.asm.Constants
 
FSUB - Static variable in interface org.objectweb.asm.Constants
 

G

getArgumentTypes(String) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getClassName() - Method in class org.objectweb.asm.Type
Returns the name of the class corresponding to this object 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.
getDescriptor() - Method in class org.objectweb.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDimensions() - Method in class org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getElementType() - Method in class org.objectweb.asm.Type
Returns the type of the elements of this array type.
GETFIELD - Static variable in interface org.objectweb.asm.Constants
 
getInternalName(Class) - Static method in class org.objectweb.asm.Type
Returns the internal name of the given class.
getMethodDescriptor(Method) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given method.
getMethodDescriptor(Type, Type[]) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getOpcode(int) - Method in class org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getReturnType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
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.
GETSTATIC - Static variable in interface org.objectweb.asm.Constants
 
getText() - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
getType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
GOTO - Static variable in interface org.objectweb.asm.Constants
 

I

I2B - Static variable in interface org.objectweb.asm.Constants
 
I2C - Static variable in interface org.objectweb.asm.Constants
 
I2D - Static variable in interface org.objectweb.asm.Constants
 
I2F - Static variable in interface org.objectweb.asm.Constants
 
I2L - Static variable in interface org.objectweb.asm.Constants
 
I2S - Static variable in interface org.objectweb.asm.Constants
 
IADD - Static variable in interface org.objectweb.asm.Constants
 
IALOAD - Static variable in interface org.objectweb.asm.Constants
 
IAND - Static variable in interface org.objectweb.asm.Constants
 
IASTORE - Static variable in interface org.objectweb.asm.Constants
 
ICONST_0 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_1 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_2 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_3 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_4 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_5 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_M1 - Static variable in interface org.objectweb.asm.Constants
 
IDIV - Static variable in interface org.objectweb.asm.Constants
 
IF_ACMPEQ - Static variable in interface org.objectweb.asm.Constants
 
IF_ACMPNE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPEQ - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPGE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPGT - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPLE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPLT - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPNE - Static variable in interface org.objectweb.asm.Constants
 
IFEQ - Static variable in interface org.objectweb.asm.Constants
 
IFGE - Static variable in interface org.objectweb.asm.Constants
 
IFGT - Static variable in interface org.objectweb.asm.Constants
 
IFLE - Static variable in interface org.objectweb.asm.Constants
 
IFLT - Static variable in interface org.objectweb.asm.Constants
 
IFNE - Static variable in interface org.objectweb.asm.Constants
 
IFNONNULL - Static variable in interface org.objectweb.asm.Constants
 
IFNULL - Static variable in interface org.objectweb.asm.Constants
 
IINC - Static variable in interface org.objectweb.asm.Constants
 
ILOAD - Static variable in interface org.objectweb.asm.Constants
 
IMUL - Static variable in interface org.objectweb.asm.Constants
 
INEG - Static variable in interface org.objectweb.asm.Constants
 
init(int, String, String, String[]) - Method in class org.objectweb.asm.CodeWriter
Initializes this CodeWriter to define the bytecode of the specified method.
INSTANCEOF - Static variable in interface org.objectweb.asm.Constants
 
INT - Static variable in class org.objectweb.asm.Type
The sort of the int type.
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
 
ISHL - Static variable in interface org.objectweb.asm.Constants
 
ISHR - Static variable in interface org.objectweb.asm.Constants
 
ISTORE - Static variable in interface org.objectweb.asm.Constants
 
ISUB - Static variable in interface org.objectweb.asm.Constants
 
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
 

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 - class org.objectweb.asm.Label.
A label represents a position in the bytecode of a method.
Label() - Constructor for class org.objectweb.asm.Label
Constructs a new 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
 
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
 
LDIV - Static variable in interface org.objectweb.asm.Constants
 
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
 
LONG - Static variable in class org.objectweb.asm.Type
The sort of the long type.
LOOKUPSWITCH - Static variable in interface org.objectweb.asm.Constants
 
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.DumpClassVisitor
Prints the ASM source code to generate the given class to the standard output.
main(String[]) - Static method in class org.objectweb.asm.util.TraceClassVisitor
Prints a disassembled view of the given class to the standard output.
MONITORENTER - Static variable in interface org.objectweb.asm.Constants
 
MONITOREXIT - Static variable in interface org.objectweb.asm.Constants
 
MULTIANEWARRAY - Static variable in interface org.objectweb.asm.Constants
 

N

NEW - Static variable in interface org.objectweb.asm.Constants
 
NEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
NOP - Static variable in interface org.objectweb.asm.Constants
 

O

OBJECT - Static variable in class org.objectweb.asm.Type
The sort of object reference type.
OPCODES - Static variable in class org.objectweb.asm.util.PrintCodeVisitor
 
org.objectweb.asm - package org.objectweb.asm
Provides a small and fast bytecode manipulation framework.
org.objectweb.asm.util - package org.objectweb.asm.util
Provides some useful ASM class visitors.

P

POP - Static variable in interface org.objectweb.asm.Constants
 
POP2 - Static variable in interface org.objectweb.asm.Constants
 
PrintClassVisitor - class org.objectweb.asm.util.PrintClassVisitor.
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 org.objectweb.asm.util.PrintCodeVisitor.
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.PrintCodeVisitor
 
printFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printIincInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printIincInsn(int, int) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printIincInsn(int, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printInsn(int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printInsn(int) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printInsn(int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printIntInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printIntInsn(int, int) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printIntInsn(int, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printJumpInsn(int, Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printJumpInsn(int, Label) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printJumpInsn(int, Label) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printLabel(Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printLabel(Label) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printLabel(Label) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printLdcInsn(Object) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printLdcInsn(Object) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printLdcInsn(Object) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printLineNumber(int, Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printLineNumber(int, Label) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printLineNumber(int, Label) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
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.PrintCodeVisitor
 
printLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printMaxs(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printMaxs(int, int) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printMaxs(int, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printMethod(int, String, String, String[]) - Method in class org.objectweb.asm.util.PrintClassVisitor
 
printMethod(int, String, String, String[]) - Method in class org.objectweb.asm.util.DumpClassVisitor
 
printMethod(int, String, String, String[]) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
printMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
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.PrintCodeVisitor
 
printTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printTypeInsn(int, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printTypeInsn(int, String) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printTypeInsn(int, String) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
printVarInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
printVarInsn(int, int) - Method in class org.objectweb.asm.util.DumpCodeVisitor
 
printVarInsn(int, int) - Method in class org.objectweb.asm.util.TraceCodeVisitor
 
PUTFIELD - Static variable in interface org.objectweb.asm.Constants
 
PUTSTATIC - Static variable in interface org.objectweb.asm.Constants
 
pw - Variable in class org.objectweb.asm.util.PrintClassVisitor
 

R

RET - Static variable in interface org.objectweb.asm.Constants
 
RETURN - Static variable in interface org.objectweb.asm.Constants
 

S

SALOAD - Static variable in interface org.objectweb.asm.Constants
 
SASTORE - Static variable in interface org.objectweb.asm.Constants
 
SHORT - Static variable in class org.objectweb.asm.Type
The sort of the short type.
SIPUSH - Static variable in interface org.objectweb.asm.Constants
 
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_CLASS - 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
 
TABLESWITCH - Static variable in interface org.objectweb.asm.Constants
 
toByteArray() - Method in class org.objectweb.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
TraceClassVisitor - class org.objectweb.asm.util.TraceClassVisitor.
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 org.objectweb.asm.util.TraceCodeVisitor.
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.
Type - class org.objectweb.asm.Type.
A Java type.

V

visit(int, String, String, String[], String) - Method in interface org.objectweb.asm.ClassVisitor
Visits the header of the class.
visit(int, String, String, String[], String) - Method in class org.objectweb.asm.ClassAdapter
 
visit(int, String, String, String[], String) - Method in class org.objectweb.asm.ClassWriter
 
visit(int, String, String, String[], String) - Method in class org.objectweb.asm.util.DumpClassVisitor
 
visit(int, String, String, String[], String) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitEnd() - Method in interface org.objectweb.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class org.objectweb.asm.ClassAdapter
 
visitEnd() - Method in class org.objectweb.asm.ClassWriter
 
visitEnd() - Method in class org.objectweb.asm.util.PrintClassVisitor
 
visitEnd() - Method in class org.objectweb.asm.util.DumpClassVisitor
 
visitEnd() - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitField(int, String, String, Object) - Method in interface org.objectweb.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, Object) - Method in class org.objectweb.asm.ClassAdapter
 
visitField(int, String, String, Object) - Method in class org.objectweb.asm.ClassWriter
 
visitField(int, String, String, Object) - Method in class org.objectweb.asm.util.DumpClassVisitor
 
visitField(int, String, String, Object) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeWriter
 
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.CodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitIincInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitIincInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitIincInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
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.ClassAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.ClassWriter
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.util.DumpClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.util.TraceClassVisitor
 
visitInsn(int) - Method in class org.objectweb.asm.CodeWriter
 
visitInsn(int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a zero operand instruction.
visitInsn(int) - Method in class org.objectweb.asm.CodeAdapter
 
visitInsn(int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitIntInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
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.CodeAdapter
 
visitIntInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.CodeWriter
 
visitJumpInsn(int, Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.CodeAdapter
 
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLabel(Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLabel(Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a label.
visitLabel(Label) - Method in class org.objectweb.asm.CodeAdapter
 
visitLabel(Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLdcInsn(Object) - Method in class org.objectweb.asm.CodeWriter
 
visitLdcInsn(Object) - Method in interface org.objectweb.asm.CodeVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - Method in class org.objectweb.asm.CodeAdapter
 
visitLdcInsn(Object) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLineNumber(int, Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLineNumber(int, Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - Method in class org.objectweb.asm.CodeAdapter
 
visitLineNumber(int, Label) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.CodeWriter
 
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.CodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.CodeWriter
 
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.CodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitMaxs(int, int) - Method in class org.objectweb.asm.CodeWriter
 
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.CodeAdapter
 
visitMaxs(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitMethod(int, String, String, String[]) - Method in interface org.objectweb.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String[]) - Method in class org.objectweb.asm.ClassAdapter
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.asm.ClassWriter
 
visitMethod(int, String, String, String[]) - Method in class org.objectweb.asm.util.PrintClassVisitor
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeWriter
 
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.CodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.CodeWriter
 
visitMultiANewArrayInsn(String, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.CodeWriter
 
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.CodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.CodeWriter
 
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.CodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitTypeInsn(int, String) - Method in class org.objectweb.asm.CodeWriter
 
visitTypeInsn(int, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a type instruction.
visitTypeInsn(int, String) - Method in class org.objectweb.asm.CodeAdapter
 
visitTypeInsn(int, String) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
visitVarInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitVarInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - Method in class org.objectweb.asm.CodeAdapter
 
visitVarInsn(int, int) - Method in class org.objectweb.asm.util.PrintCodeVisitor
 
VOID - Static variable in class org.objectweb.asm.Type
The sort of the void type.

A B C D F G I J L M N O P R S T V