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

I

I2B - Static variable in interface org.objectweb.asm.Opcodes
 
I2C - Static variable in interface org.objectweb.asm.Opcodes
 
I2D - Static variable in interface org.objectweb.asm.Opcodes
 
I2F - Static variable in interface org.objectweb.asm.Opcodes
 
I2L - Static variable in interface org.objectweb.asm.Opcodes
 
I2S - Static variable in interface org.objectweb.asm.Opcodes
 
IADD - Static variable in interface org.objectweb.asm.Opcodes
 
IALOAD - Static variable in interface org.objectweb.asm.Opcodes
 
IAND - Static variable in interface org.objectweb.asm.Opcodes
 
IASTORE - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_0 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_1 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_2 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_3 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_4 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_5 - Static variable in interface org.objectweb.asm.Opcodes
 
ICONST_M1 - Static variable in interface org.objectweb.asm.Opcodes
 
id - Variable in class org.objectweb.asm.util.ASMifierAnnotationVisitor
Identifier of the annotation visitor variable in the produced code.
IDIV - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ACMPEQ - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ACMPNE - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPEQ - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPGE - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPGT - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPLE - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPLT - Static variable in interface org.objectweb.asm.Opcodes
 
IF_ICMPNE - Static variable in interface org.objectweb.asm.Opcodes
 
ifCmp(Type, int, Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to jump to a label based on the comparison of the top two stack values.
IFEQ - Static variable in interface org.objectweb.asm.Opcodes
 
IFGE - Static variable in interface org.objectweb.asm.Opcodes
 
IFGT - Static variable in interface org.objectweb.asm.Opcodes
 
ifICmp(int, Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to jump to a label based on the comparison of the top two integer stack values.
IFLE - Static variable in interface org.objectweb.asm.Opcodes
 
IFLT - Static variable in interface org.objectweb.asm.Opcodes
 
IFNE - Static variable in interface org.objectweb.asm.Opcodes
 
ifNonNull(Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to jump to the given label if the top stack value is not null.
IFNONNULL - Static variable in interface org.objectweb.asm.Opcodes
 
ifNull(Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to jump to the given label if the top stack value is null.
IFNULL - Static variable in interface org.objectweb.asm.Opcodes
 
ifZCmp(int, Label) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instructions to jump to a label based on the comparison of the top integer stack value with zero.
iinc(int, int) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to increment the given local variable.
IINC - Static variable in interface org.objectweb.asm.Opcodes
 
IINC_INSN - Static variable in class org.objectweb.asm.tree.AbstractInsnNode
The type of IincInsnNode instructions.
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.
ILOAD - Static variable in interface org.objectweb.asm.Opcodes
 
IMUL - Static variable in interface org.objectweb.asm.Opcodes
 
incr - Variable in class org.objectweb.asm.tree.IincInsnNode
Amount to increment the local variable by.
index - Variable in class org.objectweb.asm.tree.LocalVariableNode
The local variable's index.
indexOf(AbstractInsnNode) - Method in class org.objectweb.asm.tree.InsnList
Returns the index of the given instruction in this list.
INEG - Static variable in interface org.objectweb.asm.Opcodes
 
info - Variable in class org.objectweb.asm.Label
Field used to associate user information to a label.
init(Frame) - Method in class org.objectweb.asm.tree.analysis.Frame
Copies the state of the given frame into this frame.
innerClasses - Variable in class org.objectweb.asm.tree.ClassNode
Informations about the inner classes of this class.
InnerClassNode - Class in org.objectweb.asm.tree
A node that represents an inner class.
InnerClassNode(String, String, String, int) - Constructor for class org.objectweb.asm.tree.InnerClassNode
Constructs a new InnerClassNode.
innerName - Variable in class org.objectweb.asm.tree.InnerClassNode
The (simple) name of the inner class inside its enclosing class.
insert(AbstractInsnNode) - Method in class org.objectweb.asm.tree.InsnList
Inserts the given instruction at the begining of this list.
insert(InsnList) - Method in class org.objectweb.asm.tree.InsnList
Inserts the given instructions at the begining of this list.
insert(AbstractInsnNode, AbstractInsnNode) - Method in class org.objectweb.asm.tree.InsnList
Inserts the given instruction after the specified instruction.
insert(AbstractInsnNode, InsnList) - Method in class org.objectweb.asm.tree.InsnList
Inserts the given instructions after the specified instruction.
insertBefore(AbstractInsnNode, AbstractInsnNode) - Method in class org.objectweb.asm.tree.InsnList
Inserts the given instruction before the specified instruction.
insertBefore(AbstractInsnNode, InsnList) - Method in class org.objectweb.asm.tree.InsnList
Inserts the given instructions before the specified instruction.
INSN - Static variable in class org.objectweb.asm.tree.AbstractInsnNode
The type of InsnNode instructions.
InsnList - Class in org.objectweb.asm.tree
A doubly linked list of AbstractInsnNode objects.
InsnList() - Constructor for class org.objectweb.asm.tree.InsnList
 
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.
insns - Variable in class org.objectweb.asm.tree.analysis.SourceValue
The instructions that can produce this value.
instanceOf(Type) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to test if the top stack value is of the given type.
INSTANCEOF - Static variable in interface org.objectweb.asm.Opcodes
 
INSTANCEOF - Static variable in interface org.objectweb.asm.signature.SignatureVisitor
Wildcard for a normal type argument.
instructions - Variable in class org.objectweb.asm.commons.JSRInlinerAdapter.Subroutine
 
instructions - Variable in class org.objectweb.asm.tree.MethodNode
The instructions of this method.
INT - Static variable in class org.objectweb.asm.Type
The sort of the int type.
INT_INSN - Static variable in class org.objectweb.asm.tree.AbstractInsnNode
The type of IntInsnNode instructions.
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
 
INTEGER - Static variable in interface org.objectweb.asm.Opcodes
 
interfaces - Variable in class org.objectweb.asm.commons.SerialVersionUIDAdder
Interfaces implemented by the class.
interfaces - Variable in class org.objectweb.asm.tree.ClassNode
The internal names of the class's interfaces (see getInternalName).
INTERNAL_NAME - Static variable in class org.objectweb.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for internal type names in bytecode notation.
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.
invisibleAnnotations - Variable in class org.objectweb.asm.tree.MemberNode
The runtime invisible annotations of this class, field or method.
invisibleParameterAnnotations - Variable in class org.objectweb.asm.tree.MethodNode
The runtime invisible parameter annotations of this method.
invokeConstructor(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to invoke a constructor.
invokeInterface(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to invoke an interface method.
INVOKEINTERFACE - Static variable in interface org.objectweb.asm.Opcodes
 
INVOKESPECIAL - Static variable in interface org.objectweb.asm.Opcodes
 
invokeStatic(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to invoke a static method.
INVOKESTATIC - Static variable in interface org.objectweb.asm.Opcodes
 
invokeVirtual(Type, Method) - Method in class org.objectweb.asm.commons.GeneratorAdapter
Generates the instruction to invoke a normal method.
INVOKEVIRTUAL - Static variable in interface org.objectweb.asm.Opcodes
 
IOR - Static variable in interface org.objectweb.asm.Opcodes
 
IREM - Static variable in interface org.objectweb.asm.Opcodes
 
IRETURN - Static variable in interface org.objectweb.asm.Opcodes
 
isArrayValue(Value) - Method in class org.objectweb.asm.tree.analysis.BasicVerifier
 
isArrayValue(Value) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
isAssignableFrom(Type, Type) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
isCodeAttribute() - Method in class org.objectweb.asm.Attribute
Returns true if this type of attribute is a code attribute.
ISHL - Static variable in interface org.objectweb.asm.Opcodes
 
ISHR - Static variable in interface org.objectweb.asm.Opcodes
 
isInterface(Type) - Method in class org.objectweb.asm.tree.analysis.SimpleVerifier
 
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.Opcodes
 
ISUB - Static variable in interface org.objectweb.asm.Opcodes
 
isUnknown() - Method in class org.objectweb.asm.Attribute
Returns true if this type of attribute is unknown.
iterator() - Method in class org.objectweb.asm.tree.InsnList
Returns an iterator over the instructions in this list.
iterator(int) - Method in class org.objectweb.asm.tree.InsnList
Returns an iterator over the instructions in this list.
IUSHR - Static variable in interface org.objectweb.asm.Opcodes
 
IXOR - Static variable in interface org.objectweb.asm.Opcodes
 

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