|
|||||||||
Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV NEXT |
A
- AALOAD - class org.apache.bcel.generic.AALOAD.
- AALOAD - Load reference from array
- AALOAD() - Constructor for class org.apache.bcel.generic.AALOAD
- Load reference from array
- AALOAD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- AASTORE - class org.apache.bcel.generic.AASTORE.
- AASTORE - Store into reference array
- AASTORE() - Constructor for class org.apache.bcel.generic.AASTORE
- Store into reference array
- AASTORE - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ACONST_NULL - class org.apache.bcel.generic.ACONST_NULL.
- ACONST_NULL - Push null reference
- ACONST_NULL() - Constructor for class org.apache.bcel.generic.ACONST_NULL
- Push null reference
- ACONST_NULL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ALOAD - class org.apache.bcel.generic.ALOAD.
- ALOAD - Load reference from local variable
- ALOAD() - Constructor for class org.apache.bcel.generic.ALOAD
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ALOAD(int) - Constructor for class org.apache.bcel.generic.ALOAD
- Load reference from local variable
- ALOAD_0 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ALOAD_1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ALOAD_2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ANEWARRAY - class org.apache.bcel.generic.ANEWARRAY.
- ANEWARRAY - Create new array of references
- ANEWARRAY() - Constructor for class org.apache.bcel.generic.ANEWARRAY
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ANEWARRAY(int) - Constructor for class org.apache.bcel.generic.ANEWARRAY
- ARETURN - class org.apache.bcel.generic.ARETURN.
- ARETURN - Return reference from method
- ARETURN() - Constructor for class org.apache.bcel.generic.ARETURN
- Return reference from method
- ARETURN - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ARRAYLENGTH - class org.apache.bcel.generic.ARRAYLENGTH.
- ARRAYLENGTH - Get length of array
- ARRAYLENGTH() - Constructor for class org.apache.bcel.generic.ARRAYLENGTH
- Get length of array
- ARRAYLENGTH - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ASTORE - class org.apache.bcel.generic.ASTORE.
- ASTORE - Store reference into local variable
- ASTORE() - Constructor for class org.apache.bcel.generic.ASTORE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ASTORE(int) - Constructor for class org.apache.bcel.generic.ASTORE
- Store reference into local variable
- ASTORE_0 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ASTORE_1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ASTORE_2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ATHROW - class org.apache.bcel.generic.ATHROW.
- ATHROW - Throw exception
- ATHROW() - Constructor for class org.apache.bcel.generic.ATHROW
- Throw exception
- ATHROW - Static variable in interface org.apache.bcel.generic.InstructionConstants
- AllocationInstruction - interface org.apache.bcel.generic.AllocationInstruction.
- Denote family of instructions that allocates space in the heap.
- ArithmeticInstruction - class org.apache.bcel.generic.ArithmeticInstruction.
- Super class for the family of arithmetic instructions.
- ArithmeticInstruction() - Constructor for class org.apache.bcel.generic.ArithmeticInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ArithmeticInstruction(short) - Constructor for class org.apache.bcel.generic.ArithmeticInstruction
- ArrayInstruction - class org.apache.bcel.generic.ArrayInstruction.
- Super class for instructions dealing with array access such as IALOAD.
- ArrayInstruction() - Constructor for class org.apache.bcel.generic.ArrayInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ArrayInstruction(short) - Constructor for class org.apache.bcel.generic.ArrayInstruction
- ArrayType - class org.apache.bcel.generic.ArrayType.
- Denotes array type, such as int[][]
- ArrayType(byte, int) - Constructor for class org.apache.bcel.generic.ArrayType
- Convenience constructor for array type, e.g.
- ArrayType(String, int) - Constructor for class org.apache.bcel.generic.ArrayType
- Convenience constructor for reference array type, e.g.
- ArrayType(Type, int) - Constructor for class org.apache.bcel.generic.ArrayType
- Constructor for array of given type
- accept(Visitor) - Method in class org.apache.bcel.generic.AALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.AASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ACONST_NULL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ANEWARRAY
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ARETURN
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ARRAYLENGTH
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ATHROW
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.BALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.BASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.BIPUSH
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.BREAKPOINT
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.CALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.CASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.CHECKCAST
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.D2F
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.D2I
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.D2L
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DADD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DCMPG
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DCMPL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DCONST
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DDIV
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DLOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DMUL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DNEG
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DREM
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DRETURN
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DSTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DSUB
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DUP
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DUP2
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DUP2_X1
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DUP2_X2
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DUP_X1
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.DUP_X2
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.F2D
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.F2I
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.F2L
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FADD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FCMPG
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FCMPL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FCONST
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FDIV
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FLOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FMUL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FNEG
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FREM
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FRETURN
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FSTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.FSUB
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.GETFIELD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.GETSTATIC
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.GOTO
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.GOTO_W
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.I2B
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.I2C
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.I2D
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.I2F
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.I2L
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.I2S
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IADD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IAND
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ICONST
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IDIV
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IFEQ
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IFGE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IFGT
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IFLE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IFLT
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IFNE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IFNONNULL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IFNULL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IF_ACMPEQ
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IF_ACMPNE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IF_ICMPEQ
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IF_ICMPGE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IF_ICMPGT
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IF_ICMPLE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IF_ICMPLT
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IF_ICMPNE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IINC
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ILOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IMPDEP1
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IMPDEP2
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IMUL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.INEG
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.INSTANCEOF
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.INVOKEINTERFACE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.INVOKESPECIAL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.INVOKESTATIC
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.INVOKEVIRTUAL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IOR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IREM
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IRETURN
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ISHL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ISHR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ISTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.ISUB
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IUSHR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.IXOR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.Instruction
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.InstructionHandle
- Convenience method, simply calls accept() on the contained instruction.
- accept(Visitor) - Method in class org.apache.bcel.generic.JSR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.JSR_W
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.L2D
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.L2F
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.L2I
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LADD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LAND
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LCMP
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LCONST
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LDC
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LDC2_W
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LDIV
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LLOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LMUL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LNEG
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LOOKUPSWITCH
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LOR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LREM
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LRETURN
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LSHL
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LSHR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LSTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LSUB
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LUSHR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LXOR
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.LoadInstruction
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.MONITORENTER
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.MONITOREXIT
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.NEW
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.NEWARRAY
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.NOP
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.POP
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.POP2
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.PUTFIELD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.PUTSTATIC
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.RET
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.RETURN
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.SALOAD
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.SASTORE
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.SIPUSH
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.SWAP
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.StoreInstruction
- Call corresponding visitor method(s).
- accept(Visitor) - Method in class org.apache.bcel.generic.TABLESWITCH
- Call corresponding visitor method(s).
- access - Variable in class org.apache.bcel.generic.InstructionFactory.MethodObject
- accessibleTo(ObjectType) - Method in class org.apache.bcel.generic.ObjectType
- Java Virtual Machine Specification edition 2, § 5.4.4 Access Control
- addArrayClass(ArrayType) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a reference to an array class (e.g.
- addAttribute(Attribute) - Method in class org.apache.bcel.generic.ClassGen
- Add an attribute to this class.
- addAttribute(Attribute) - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- Add an attribute to this method.
- addAttribute(Object, Object) - Method in class org.apache.bcel.generic.InstructionHandle
- Add an attribute to an instruction handle.
- addClass(String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new Class reference to the ConstantPool, if it is not already in there.
- addClass(ObjectType) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new Class reference to the ConstantPool for a given type.
- addClass_(String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- addCodeAttribute(Attribute) - Method in class org.apache.bcel.generic.MethodGen
- Add an attribute to the code.
- addConstant(Constant, ConstantPoolGen) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Import constant from another ConstantPool and return new index.
- addConstant() - Method in class org.apache.bcel.generic.FieldGen
- addDouble(double) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new double constant to the ConstantPool, if it is not already in there.
- addEmptyConstructor(int) - Method in class org.apache.bcel.generic.ClassGen
- Convenience method.
- addException(String) - Method in class org.apache.bcel.generic.MethodGen
- Add an exception possibly thrown by this method.
- addExceptionHandler(InstructionHandle, InstructionHandle, InstructionHandle, ObjectType) - Method in class org.apache.bcel.generic.MethodGen
- Add an exception handler, i.e., specify region where a handler is active and an instruction where the actual handling is done.
- addField(Field) - Method in class org.apache.bcel.generic.ClassGen
- Add a field to this class.
- addFieldref(String, String, String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new Fieldref constant to the ConstantPool, if it is not already in there.
- addFloat(float) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new Float constant to the ConstantPool, if it is not already in there.
- addHandle() - Method in class org.apache.bcel.generic.BranchHandle
- Handle adds itself to the list of resuable handles.
- addHandle() - Method in class org.apache.bcel.generic.InstructionHandle
- Overridden in BranchHandle
- addInteger(int) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new Integer constant to the ConstantPool, if it is not already in there.
- addInterface(String) - Method in class org.apache.bcel.generic.ClassGen
- Add an interface to this class, i.e., this class has to implement it.
- addInterfaceMethodref(String, String, String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new InterfaceMethodref constant to the ConstantPool, if it is not already in there.
- addInterfaceMethodref(MethodGen) - Method in class org.apache.bcel.generic.ConstantPoolGen
- addLineNumber(InstructionHandle, int) - Method in class org.apache.bcel.generic.MethodGen
- Give an instruction a line number corresponding to the source code line.
- addLocalVariable(String, Type, int, InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.MethodGen
- Adds a local variable to this method.
- addLocalVariable(String, Type, InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.MethodGen
- Adds a local variable to this method and assigns an index automatically.
- addLong(long) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new long constant to the ConstantPool, if it is not already in there.
- addMethod(Method) - Method in class org.apache.bcel.generic.ClassGen
- Add a method to this class.
- addMethodref(String, String, String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new Methodref constant to the ConstantPool, if it is not already in there.
- addMethodref(MethodGen) - Method in class org.apache.bcel.generic.ConstantPoolGen
- addNameAndType(String, String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new NameAndType constant to the ConstantPool if it is not already in there.
- addObserver(ClassObserver) - Method in class org.apache.bcel.generic.ClassGen
- Add observer for this object.
- addObserver(FieldObserver) - Method in class org.apache.bcel.generic.FieldGen
- Add observer for this object.
- addObserver(InstructionListObserver) - Method in class org.apache.bcel.generic.InstructionList
- Add observer for this object.
- addObserver(MethodObserver) - Method in class org.apache.bcel.generic.MethodGen
- Add observer for this object.
- addString(String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new String constant to the ConstantPool, if it is not already in there.
- addTargeter(InstructionTargeter) - Method in class org.apache.bcel.generic.InstructionHandle
- Denote this handle is being referenced by t.
- addUtf8(String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Add a new Utf8 constant to the ConstantPool, if it is not already in there.
- adjustSize() - Method in class org.apache.bcel.generic.ConstantPoolGen
- Resize internal array of constants.
- append(InstructionHandle, InstructionList) - Method in class org.apache.bcel.generic.InstructionList
- Append another list after instruction (handle) ih contained in this list.
- append(Instruction, InstructionList) - Method in class org.apache.bcel.generic.InstructionList
- Append another list after instruction i contained in this list.
- append(InstructionList) - Method in class org.apache.bcel.generic.InstructionList
- Append another list to this one.
- append(InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Append an instruction to the end of this list.
- append(Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Append an instruction to the end of this list.
- append(BranchInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Append a branch instruction to the end of this list.
- append(Instruction, Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Append a single instruction j after another instruction i, which must be in this list of course!
- append(Instruction, CompoundInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Append a compound instruction, after instruction i.
- append(CompoundInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Append a compound instruction.
- append(InstructionHandle, CompoundInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Append a compound instruction.
- append(InstructionHandle, Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Append an instruction after instruction (handle) ih contained in this list.
- append(InstructionHandle, BranchInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Append an instruction after instruction (handle) ih contained in this list.
- append_mos - Static variable in class org.apache.bcel.generic.InstructionFactory
- arg_names - Variable in class org.apache.bcel.generic.MethodGen
- arg_types - Variable in class org.apache.bcel.generic.InstructionFactory.MethodObject
- arg_types - Variable in class org.apache.bcel.generic.MethodGen
- attribute_vec - Variable in class org.apache.bcel.generic.ClassGen
- attribute_vec - Variable in class org.apache.bcel.generic.FieldGenOrMethodGen
- attributes - Variable in class org.apache.bcel.generic.InstructionHandle
B
- BALOAD - class org.apache.bcel.generic.BALOAD.
- BALOAD - Load byte or boolean from array
- BALOAD() - Constructor for class org.apache.bcel.generic.BALOAD
- Load byte or boolean from array
- BALOAD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- BASTORE - class org.apache.bcel.generic.BASTORE.
- BASTORE - Store into byte or boolean array
- BASTORE() - Constructor for class org.apache.bcel.generic.BASTORE
- Store byte or boolean into array
- BASTORE - Static variable in interface org.apache.bcel.generic.InstructionConstants
- BIPUSH - class org.apache.bcel.generic.BIPUSH.
- BIPUSH - Push byte on stack
- BIPUSH() - Constructor for class org.apache.bcel.generic.BIPUSH
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- BIPUSH(byte) - Constructor for class org.apache.bcel.generic.BIPUSH
- Push byte on stack
- BOOLEAN - Static variable in class org.apache.bcel.generic.Type
- BREAKPOINT - class org.apache.bcel.generic.BREAKPOINT.
- BREAKPOINT, JVM dependent, ignored by default
- BREAKPOINT() - Constructor for class org.apache.bcel.generic.BREAKPOINT
- BYTE - Static variable in class org.apache.bcel.generic.Type
- BasicType - class org.apache.bcel.generic.BasicType.
- Denotes basic type such as int.
- BasicType(byte) - Constructor for class org.apache.bcel.generic.BasicType
- Constructor for basic types such as int, long, `void'
- BranchHandle - class org.apache.bcel.generic.BranchHandle.
- BranchHandle is returned by specialized InstructionList.append() whenever a BranchInstruction is appended.
- BranchHandle(BranchInstruction) - Constructor for class org.apache.bcel.generic.BranchHandle
- BranchInstruction - class org.apache.bcel.generic.BranchInstruction.
- Abstract super class for branching instructions like GOTO, IFEQ, etc..
- BranchInstruction() - Constructor for class org.apache.bcel.generic.BranchInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- BranchInstruction(short, InstructionHandle) - Constructor for class org.apache.bcel.generic.BranchInstruction
- Common super constructor
- b - Variable in class org.apache.bcel.generic.BIPUSH
- b - Variable in class org.apache.bcel.generic.SIPUSH
- basic_type - Variable in class org.apache.bcel.generic.ArrayType
- bh_list - Static variable in class org.apache.bcel.generic.BranchHandle
- Factory methods.
- bi - Variable in class org.apache.bcel.generic.BranchHandle
- bla - Static variable in interface org.apache.bcel.generic.InstructionConstants
- Interfaces may have no static initializers, so we simulate this with an inner class.
- branchTargets - Variable in class org.apache.bcel.generic.MethodGen.BranchStack
- byte_positions - Variable in class org.apache.bcel.generic.InstructionList
C
- CALOAD - class org.apache.bcel.generic.CALOAD.
- CALOAD - Load char from array
- CALOAD() - Constructor for class org.apache.bcel.generic.CALOAD
- Load char from array
- CALOAD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- CASTORE - class org.apache.bcel.generic.CASTORE.
- CASTORE - Store into char array
- CASTORE() - Constructor for class org.apache.bcel.generic.CASTORE
- Store char into array
- CASTORE - Static variable in interface org.apache.bcel.generic.InstructionConstants
- CHAR - Static variable in class org.apache.bcel.generic.Type
- CHECKCAST - class org.apache.bcel.generic.CHECKCAST.
- CHECKCAST - Check whether object is of given type
- CHECKCAST() - Constructor for class org.apache.bcel.generic.CHECKCAST
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- CHECKCAST(int) - Constructor for class org.apache.bcel.generic.CHECKCAST
- Check whether object is of given type
- CLASS - Static variable in class org.apache.bcel.generic.Type
- CPInstruction - class org.apache.bcel.generic.CPInstruction.
- Abstract super class for instructions that use an index into the constant pool such as LDC, INVOKEVIRTUAL, etc.
- CPInstruction() - Constructor for class org.apache.bcel.generic.CPInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- CPInstruction(short, int) - Constructor for class org.apache.bcel.generic.CPInstruction
- ClassGen - class org.apache.bcel.generic.ClassGen.
- Template class for building up a java class.
- ClassGen(String, String, String, int, String[], ConstantPoolGen) - Constructor for class org.apache.bcel.generic.ClassGen
- Convenience constructor to set up some important values initially.
- ClassGen(String, String, String, int, String[]) - Constructor for class org.apache.bcel.generic.ClassGen
- Convenience constructor to set up some important values initially.
- ClassGen(JavaClass) - Constructor for class org.apache.bcel.generic.ClassGen
- Initialize with existing class.
- ClassGenException - exception org.apache.bcel.generic.ClassGenException.
- Thrown on internal errors.
- ClassGenException() - Constructor for class org.apache.bcel.generic.ClassGenException
- ClassGenException(String) - Constructor for class org.apache.bcel.generic.ClassGenException
- ClassObserver - interface org.apache.bcel.generic.ClassObserver.
- Implement this interface if you're interested in changes to a ClassGen object and register yourself with addObserver().
- CodeExceptionGen - class org.apache.bcel.generic.CodeExceptionGen.
- This class represents an exception handler, i.e., specifies the region where a handler is active and an instruction where the actual handling is done.
- CodeExceptionGen(InstructionHandle, InstructionHandle, InstructionHandle, ObjectType) - Constructor for class org.apache.bcel.generic.CodeExceptionGen
- Add an exception handler, i.e., specify region where a handler is active and an instruction where the actual handling is done.
- CompoundInstruction - interface org.apache.bcel.generic.CompoundInstruction.
- Wrapper class for `compound' operations, virtual instructions that don't exist as byte code, but give a useful meaning.
- ConstantPoolGen - class org.apache.bcel.generic.ConstantPoolGen.
- This class is used to build up a constant pool.
- ConstantPoolGen(Constant[]) - Constructor for class org.apache.bcel.generic.ConstantPoolGen
- Initialize with given array of constants.
- ConstantPoolGen(ConstantPool) - Constructor for class org.apache.bcel.generic.ConstantPoolGen
- Initialize with given constant pool.
- ConstantPoolGen() - Constructor for class org.apache.bcel.generic.ConstantPoolGen
- Create empty constant pool.
- ConstantPoolGen.Index - class org.apache.bcel.generic.ConstantPoolGen.Index.
- ConstantPoolGen.Index(int) - Constructor for class org.apache.bcel.generic.ConstantPoolGen.Index
- ConstantPushInstruction - interface org.apache.bcel.generic.ConstantPushInstruction.
- Denotes a push instruction that produces a literal on the stack such as SIPUSH, BIPUSH, ICONST, etc.
- ConversionInstruction - class org.apache.bcel.generic.ConversionInstruction.
- Super class for the x2y family of instructions.
- ConversionInstruction() - Constructor for class org.apache.bcel.generic.ConversionInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ConversionInstruction(short) - Constructor for class org.apache.bcel.generic.ConversionInstruction
- c - Variable in class org.apache.bcel.generic.IINC
- c_tag - Variable in class org.apache.bcel.generic.LocalVariableInstruction
- cancelInitValue() - Method in class org.apache.bcel.generic.FieldGen
- Remove any initial value.
- canon_tag - Variable in class org.apache.bcel.generic.LocalVariableInstruction
- catch_type - Variable in class org.apache.bcel.generic.CodeExceptionGen
- cg - Variable in class org.apache.bcel.generic.InstructionFactory
- checkType(Type) - Method in class org.apache.bcel.generic.FieldGen
- className(short) - Static method in class org.apache.bcel.generic.Instruction
- class_name - Variable in class org.apache.bcel.generic.ClassGen
- class_name - Variable in class org.apache.bcel.generic.InstructionFactory.MethodObject
- class_name - Variable in class org.apache.bcel.generic.MethodGen
- class_name - Variable in class org.apache.bcel.generic.ObjectType
- class_name_index - Variable in class org.apache.bcel.generic.ClassGen
- class_table - Variable in class org.apache.bcel.generic.ConstantPoolGen
- clear() - Method in class org.apache.bcel.generic.InstructionList
- clone() - Method in class org.apache.bcel.generic.ClassGen
- clone() - Method in class org.apache.bcel.generic.CodeExceptionGen
- clone() - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- clone() - Method in class org.apache.bcel.generic.LineNumberGen
- clone() - Method in class org.apache.bcel.generic.LocalVariableGen
- clone() - Method in class org.apache.bcel.generic.Select
- cmp - Static variable in class org.apache.bcel.generic.Instruction
- code_attrs_vec - Variable in class org.apache.bcel.generic.MethodGen
- constants - Variable in class org.apache.bcel.generic.ConstantPoolGen
- consumeStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.INVOKEINTERFACE
- consumeStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.Instruction
- This method also gives right results for instructions whose effect on the stack depends on the constant pool entry they reference.
- consumeStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.InvokeInstruction
- Also works for instructions whose stack effect depends on the constant pool entry they reference.
- consumeStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- Also works for instructions whose stack effect depends on the constant pool entry they reference.
- consumeStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.PUTFIELD
- consumeStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.PUTSTATIC
- consumeStack(ConstantPoolGen) - Method in interface org.apache.bcel.generic.StackConsumer
- consumed_chars - Static variable in class org.apache.bcel.generic.Type
- contains(InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- contains(Instruction) - Method in class org.apache.bcel.generic.InstructionList
- containsField(Field) - Method in class org.apache.bcel.generic.ClassGen
- containsField(String) - Method in class org.apache.bcel.generic.ClassGen
- containsMethod(String, String) - Method in class org.apache.bcel.generic.ClassGen
- containsTarget(InstructionHandle) - Method in class org.apache.bcel.generic.BranchInstruction
- containsTarget(InstructionHandle) - Method in class org.apache.bcel.generic.CodeExceptionGen
- containsTarget(InstructionHandle) - Method in interface org.apache.bcel.generic.InstructionTargeter
- containsTarget(InstructionHandle) - Method in class org.apache.bcel.generic.LineNumberGen
- containsTarget(InstructionHandle) - Method in class org.apache.bcel.generic.LocalVariableGen
- containsTarget(InstructionHandle) - Method in class org.apache.bcel.generic.Select
- copy(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldGen
- copy() - Method in class org.apache.bcel.generic.Instruction
- Use with caution, since `BranchInstruction's have a `target' reference which is not copied correctly (only basic types are).
- copy() - Method in class org.apache.bcel.generic.InstructionList
- copy(String, ConstantPoolGen) - Method in class org.apache.bcel.generic.MethodGen
- cp - Variable in class org.apache.bcel.generic.ClassGen
- cp - Variable in class org.apache.bcel.generic.FieldGenOrMethodGen
- cp - Variable in class org.apache.bcel.generic.InstructionFactory
- cp_table - Variable in class org.apache.bcel.generic.ConstantPoolGen
- createAppend(Type) - Method in class org.apache.bcel.generic.InstructionFactory
- createArrayLoad(Type) - Static method in class org.apache.bcel.generic.InstructionFactory
- createArrayStore(Type) - Static method in class org.apache.bcel.generic.InstructionFactory
- createBinaryDoubleOp(char) - Static method in class org.apache.bcel.generic.InstructionFactory
- createBinaryFloatOp(char) - Static method in class org.apache.bcel.generic.InstructionFactory
- createBinaryIntOp(char, String) - Static method in class org.apache.bcel.generic.InstructionFactory
- createBinaryLongOp(char, String) - Static method in class org.apache.bcel.generic.InstructionFactory
- createBinaryOperation(String, Type) - Static method in class org.apache.bcel.generic.InstructionFactory
- Create binary operation for simple basic types, such as int and float.
- createBranchInstruction(short, InstructionHandle) - Static method in class org.apache.bcel.generic.InstructionFactory
- Create branch instruction by given opcode, except LOOKUPSWITCH and TABLESWITCH.
- createCast(Type, Type) - Method in class org.apache.bcel.generic.InstructionFactory
- Create conversion operation for two stack operands, this may be an I2C, instruction, e.g., if the operands are basic types and CHECKCAST if they are reference types.
- createCheckCast(ReferenceType) - Method in class org.apache.bcel.generic.InstructionFactory
- createConstant(Object) - Method in class org.apache.bcel.generic.InstructionFactory
- Uses PUSH to push a constant value onto the stack.
- createDup(int) - Static method in class org.apache.bcel.generic.InstructionFactory
- createDup_1(int) - Static method in class org.apache.bcel.generic.InstructionFactory
- createDup_2(int) - Static method in class org.apache.bcel.generic.InstructionFactory
- createFieldAccess(String, String, Type, short) - Method in class org.apache.bcel.generic.InstructionFactory
- Create a field instruction.
- createGetField(String, String, Type) - Method in class org.apache.bcel.generic.InstructionFactory
- createGetStatic(String, String, Type) - Method in class org.apache.bcel.generic.InstructionFactory
- createInstanceOf(ReferenceType) - Method in class org.apache.bcel.generic.InstructionFactory
- createInvoke(String, String, Type, Type[], short) - Method in class org.apache.bcel.generic.InstructionFactory
- Create an invoke instruction.
- createInvoke(InstructionFactory.MethodObject, short) - Method in class org.apache.bcel.generic.InstructionFactory
- createLoad(Type, int) - Static method in class org.apache.bcel.generic.InstructionFactory
- createNew(ObjectType) - Method in class org.apache.bcel.generic.InstructionFactory
- createNew(String) - Method in class org.apache.bcel.generic.InstructionFactory
- createNewArray(Type, short) - Method in class org.apache.bcel.generic.InstructionFactory
- Create new array of given size and type.
- createNull(Type) - Static method in class org.apache.bcel.generic.InstructionFactory
- Create "null" value for reference types, 0 for basic types like int
- createPop(int) - Static method in class org.apache.bcel.generic.InstructionFactory
- createPrintln(String) - Method in class org.apache.bcel.generic.InstructionFactory
- Create a call to the most popular System.out.println() method.
- createPutField(String, String, Type) - Method in class org.apache.bcel.generic.InstructionFactory
- createPutStatic(String, String, Type) - Method in class org.apache.bcel.generic.InstructionFactory
- createReturn(Type) - Static method in class org.apache.bcel.generic.InstructionFactory
- Create typed return
- createStore(Type, int) - Static method in class org.apache.bcel.generic.InstructionFactory
- createThis() - Static method in class org.apache.bcel.generic.InstructionFactory
- Create reference to `this'
D
- D2F - class org.apache.bcel.generic.D2F.
- D2F - Convert double to float
- D2F() - Constructor for class org.apache.bcel.generic.D2F
- Convert double to float
- D2F - Static variable in interface org.apache.bcel.generic.InstructionConstants
- D2I - class org.apache.bcel.generic.D2I.
- D2I - Convert double to int
- D2I() - Constructor for class org.apache.bcel.generic.D2I
- Convert double to int
- D2I - Static variable in interface org.apache.bcel.generic.InstructionConstants
- D2L - class org.apache.bcel.generic.D2L.
- D2L - Convert double to long
- D2L() - Constructor for class org.apache.bcel.generic.D2L
- Convert double to long
- D2L - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DADD - class org.apache.bcel.generic.DADD.
- DADD - Add doubles
- DADD() - Constructor for class org.apache.bcel.generic.DADD
- Add doubles
- DADD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DALOAD - class org.apache.bcel.generic.DALOAD.
- DALOAD - Load double from array
- DALOAD() - Constructor for class org.apache.bcel.generic.DALOAD
- Load double from array
- DALOAD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DASTORE - class org.apache.bcel.generic.DASTORE.
- DASTORE - Store into double array
- DASTORE() - Constructor for class org.apache.bcel.generic.DASTORE
- Store double into array
- DASTORE - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DCMPG - class org.apache.bcel.generic.DCMPG.
- DCMPG - Compare doubles: value1 > value2
- DCMPG() - Constructor for class org.apache.bcel.generic.DCMPG
- DCMPG - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DCMPL - class org.apache.bcel.generic.DCMPL.
- DCMPL - Compare doubles: value1 < value2
- DCMPL() - Constructor for class org.apache.bcel.generic.DCMPL
- DCMPL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DCONST - class org.apache.bcel.generic.DCONST.
- DCONST - Push 0.0 or 1.0, other values cause an exception
- DCONST() - Constructor for class org.apache.bcel.generic.DCONST
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- DCONST(double) - Constructor for class org.apache.bcel.generic.DCONST
- DCONST_0 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DCONST_1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DDIV - class org.apache.bcel.generic.DDIV.
- DDIV - Divide doubles
- DDIV() - Constructor for class org.apache.bcel.generic.DDIV
- Divide doubles
- DDIV - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DEFAULT - Static variable in interface org.apache.bcel.generic.InstructionComparator
- DLOAD - class org.apache.bcel.generic.DLOAD.
- DLOAD - Load double from local variable
- DLOAD() - Constructor for class org.apache.bcel.generic.DLOAD
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- DLOAD(int) - Constructor for class org.apache.bcel.generic.DLOAD
- Load double from local variable
- DMUL - class org.apache.bcel.generic.DMUL.
- DMUL - Multiply doubles
- DMUL() - Constructor for class org.apache.bcel.generic.DMUL
- Multiply doubles
- DMUL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DNEG - class org.apache.bcel.generic.DNEG.
- DNEG - Negate double
- DNEG() - Constructor for class org.apache.bcel.generic.DNEG
- DNEG - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DOUBLE - Static variable in class org.apache.bcel.generic.Type
- DREM - class org.apache.bcel.generic.DREM.
- DREM - Remainder of doubles
- DREM() - Constructor for class org.apache.bcel.generic.DREM
- Remainder of doubles
- DREM - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DRETURN - class org.apache.bcel.generic.DRETURN.
- DRETURN - Return double from method
- DRETURN() - Constructor for class org.apache.bcel.generic.DRETURN
- Return double from method
- DRETURN - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DSTORE - class org.apache.bcel.generic.DSTORE.
- DSTORE - Store double into local variable
- DSTORE() - Constructor for class org.apache.bcel.generic.DSTORE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- DSTORE(int) - Constructor for class org.apache.bcel.generic.DSTORE
- Store double into local variable
- DSUB - class org.apache.bcel.generic.DSUB.
- DSUB - Substract doubles
- DSUB() - Constructor for class org.apache.bcel.generic.DSUB
- Substract doubles
- DSUB - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DUP - class org.apache.bcel.generic.DUP.
- DUP - Duplicate top operand stack word
- DUP() - Constructor for class org.apache.bcel.generic.DUP
- DUP - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DUP2 - class org.apache.bcel.generic.DUP2.
- DUP2 - Duplicate two top operand stack words
- DUP2() - Constructor for class org.apache.bcel.generic.DUP2
- DUP2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DUP2_X1 - class org.apache.bcel.generic.DUP2_X1.
- DUP2_X1 - Duplicate two top operand stack words and put three down
- DUP2_X1() - Constructor for class org.apache.bcel.generic.DUP2_X1
- DUP2_X1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DUP2_X2 - class org.apache.bcel.generic.DUP2_X2.
- DUP2_X2 - Duplicate two top operand stack words and put four down
- DUP2_X2() - Constructor for class org.apache.bcel.generic.DUP2_X2
- DUP2_X2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DUP_X1 - class org.apache.bcel.generic.DUP_X1.
- DUP_X1 - Duplicate top operand stack word and put two down
- DUP_X1() - Constructor for class org.apache.bcel.generic.DUP_X1
- DUP_X1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- DUP_X2 - class org.apache.bcel.generic.DUP_X2.
- DUP_X2 - Duplicate top operand stack word and put three down
- DUP_X2() - Constructor for class org.apache.bcel.generic.DUP_X2
- DUP_X2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- delete(InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Remove instruction from this list.
- delete(Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Remove instruction from this list.
- delete(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Remove instructions from instruction `from' to instruction `to' contained in this list.
- delete(Instruction, Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Remove instructions from instruction `from' to instruction `to' contained in this list.
- dimensions - Variable in class org.apache.bcel.generic.ArrayType
- dimensions - Variable in class org.apache.bcel.generic.MULTIANEWARRAY
- dispose() - Method in class org.apache.bcel.generic.BranchInstruction
- Inform target that it's not targeted anymore.
- dispose() - Method in class org.apache.bcel.generic.Instruction
- Some instructions may be reused, so don't do anything by default.
- dispose() - Method in class org.apache.bcel.generic.InstructionHandle
- Delete contents, i.e., remove user access and make handle reusable.
- dispose() - Method in class org.apache.bcel.generic.InstructionList
- Delete contents of list.
- dispose() - Method in class org.apache.bcel.generic.Select
- Inform targets that they're not targeted anymore.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.BIPUSH
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.BranchInstruction
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.CPInstruction
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.GOTO
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.GOTO_W
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.IINC
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.INVOKEINTERFACE
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.Instruction
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.JSR
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.JSR_W
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.LDC
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.LOOKUPSWITCH
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.LocalVariableInstruction
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.NEWARRAY
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.RET
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.SIPUSH
- Dump instruction as short code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.Select
- Dump instruction as byte code to stream out.
- dump(DataOutputStream) - Method in class org.apache.bcel.generic.TABLESWITCH
- Dump instruction as byte code to stream out.
E
- EmptyVisitor - class org.apache.bcel.generic.EmptyVisitor.
- Supplies empty method bodies to be overridden by subclasses.
- EmptyVisitor() - Constructor for class org.apache.bcel.generic.EmptyVisitor
- ExceptionThrower - interface org.apache.bcel.generic.ExceptionThrower.
- Denote an instruction that may throw a run-time or a linking exception (or both) during execution.
- end - Variable in class org.apache.bcel.generic.InstructionList
- end - Variable in class org.apache.bcel.generic.LocalVariableGen
- end_pc - Variable in class org.apache.bcel.generic.CodeExceptionGen
- equals(Object) - Method in class org.apache.bcel.generic.ArrayType
- equals(Object) - Method in class org.apache.bcel.generic.BasicType
- equals(Object) - Method in class org.apache.bcel.generic.ClassGen
- Return value as defined by given BCELComparator strategy.
- equals(Object) - Method in class org.apache.bcel.generic.FieldGen
- Return value as defined by given BCELComparator strategy.
- equals(Object) - Method in class org.apache.bcel.generic.Instruction
- Check for equality, delegated to comparator
- equals(Instruction, Instruction) - Method in interface org.apache.bcel.generic.InstructionComparator
- equals(Object) - Method in class org.apache.bcel.generic.LocalVariableGen
- We consider to local variables to be equal, if the use the same index and are valid in the same range.
- equals(Object) - Method in class org.apache.bcel.generic.MethodGen
- Return value as defined by given BCELComparator strategy.
- equals(Object) - Method in class org.apache.bcel.generic.ObjectType
- equals(Object) - Method in class org.apache.bcel.generic.ReturnaddressType
- Returns if the two Returnaddresses refer to the same target.
- equals(Object) - Method in class org.apache.bcel.generic.Type
- exception_vec - Variable in class org.apache.bcel.generic.MethodGen
F
- F2D - class org.apache.bcel.generic.F2D.
- F2D - Convert float to double
- F2D() - Constructor for class org.apache.bcel.generic.F2D
- Convert float to double
- F2D - Static variable in interface org.apache.bcel.generic.InstructionConstants
- F2I - class org.apache.bcel.generic.F2I.
- F2I - Convert float to int
- F2I() - Constructor for class org.apache.bcel.generic.F2I
- Convert float to int
- F2I - Static variable in interface org.apache.bcel.generic.InstructionConstants
- F2L - class org.apache.bcel.generic.F2L.
- F2L - Convert float to long
- F2L() - Constructor for class org.apache.bcel.generic.F2L
- Convert float to long
- F2L - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FADD - class org.apache.bcel.generic.FADD.
- FADD - Add floats
- FADD() - Constructor for class org.apache.bcel.generic.FADD
- Add floats
- FADD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FALOAD - class org.apache.bcel.generic.FALOAD.
- FALOAD - Load float from array
- FALOAD() - Constructor for class org.apache.bcel.generic.FALOAD
- Load float from array
- FALOAD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FASTORE - class org.apache.bcel.generic.FASTORE.
- FASTORE - Store into float array
- FASTORE() - Constructor for class org.apache.bcel.generic.FASTORE
- Store float into array
- FASTORE - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FCMPG - class org.apache.bcel.generic.FCMPG.
- FCMPG - Compare floats: value1 > value2
- FCMPG() - Constructor for class org.apache.bcel.generic.FCMPG
- FCMPG - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FCMPL - class org.apache.bcel.generic.FCMPL.
- FCMPL - Compare floats: value1 < value2
- FCMPL() - Constructor for class org.apache.bcel.generic.FCMPL
- FCMPL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FCONST - class org.apache.bcel.generic.FCONST.
- FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception
- FCONST() - Constructor for class org.apache.bcel.generic.FCONST
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- FCONST(float) - Constructor for class org.apache.bcel.generic.FCONST
- FCONST_0 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FCONST_1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FCONST_2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FDIV - class org.apache.bcel.generic.FDIV.
- FDIV - Divide floats
- FDIV() - Constructor for class org.apache.bcel.generic.FDIV
- Divide floats
- FDIV - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FIELDREF_DELIM - Static variable in class org.apache.bcel.generic.ConstantPoolGen
- FLOAD - class org.apache.bcel.generic.FLOAD.
- FLOAD - Load float from local variable
- FLOAD() - Constructor for class org.apache.bcel.generic.FLOAD
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- FLOAD(int) - Constructor for class org.apache.bcel.generic.FLOAD
- Load float from local variable
- FLOAT - Static variable in class org.apache.bcel.generic.Type
- FMUL - class org.apache.bcel.generic.FMUL.
- FMUL - Multiply floats
- FMUL() - Constructor for class org.apache.bcel.generic.FMUL
- Multiply floats
- FMUL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FNEG - class org.apache.bcel.generic.FNEG.
- FNEG - Negate float
- FNEG() - Constructor for class org.apache.bcel.generic.FNEG
- FNEG - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FREM - class org.apache.bcel.generic.FREM.
- FREM - Remainder of floats
- FREM() - Constructor for class org.apache.bcel.generic.FREM
- Remainder of floats
- FREM - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FRETURN - class org.apache.bcel.generic.FRETURN.
- FRETURN - Return float from method
- FRETURN() - Constructor for class org.apache.bcel.generic.FRETURN
- Return float from method
- FRETURN - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FSTORE - class org.apache.bcel.generic.FSTORE.
- FSTORE - Store float into local variable
- FSTORE() - Constructor for class org.apache.bcel.generic.FSTORE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- FSTORE(int) - Constructor for class org.apache.bcel.generic.FSTORE
- Store float into local variable
- FSUB - class org.apache.bcel.generic.FSUB.
- FSUB - Substract floats
- FSUB() - Constructor for class org.apache.bcel.generic.FSUB
- Substract floats
- FSUB - Static variable in interface org.apache.bcel.generic.InstructionConstants
- FieldGen - class org.apache.bcel.generic.FieldGen.
- Template class for building up a field.
- FieldGen(int, Type, String, ConstantPoolGen) - Constructor for class org.apache.bcel.generic.FieldGen
- Declare a field.
- FieldGen(Field, ConstantPoolGen) - Constructor for class org.apache.bcel.generic.FieldGen
- Instantiate from existing field.
- FieldGenOrMethodGen - class org.apache.bcel.generic.FieldGenOrMethodGen.
- Super class for FieldGen and MethodGen objects, since they have some methods in common!
- FieldGenOrMethodGen() - Constructor for class org.apache.bcel.generic.FieldGenOrMethodGen
- FieldInstruction - class org.apache.bcel.generic.FieldInstruction.
- Super class for the GET/PUTxxx family of instructions.
- FieldInstruction() - Constructor for class org.apache.bcel.generic.FieldInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- FieldInstruction(short, int) - Constructor for class org.apache.bcel.generic.FieldInstruction
- FieldObserver - interface org.apache.bcel.generic.FieldObserver.
- Imnplement this interface if you're interested in changes to a FieldGen object and register yourself with addObserver().
- FieldOrMethod - class org.apache.bcel.generic.FieldOrMethod.
- Super class for InvokeInstruction and FieldInstruction, since they have some methods in common!
- FieldOrMethod() - Constructor for class org.apache.bcel.generic.FieldOrMethod
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- FieldOrMethod(short, int) - Constructor for class org.apache.bcel.generic.FieldOrMethod
- field_vec - Variable in class org.apache.bcel.generic.ClassGen
- file_name - Variable in class org.apache.bcel.generic.ClassGen
- fillup(int, InstructionHandle) - Method in class org.apache.bcel.generic.SWITCH
- findHandle(InstructionHandle[], int[], int, int) - Static method in class org.apache.bcel.generic.InstructionList
- Find the target instruction (handle) that corresponds to the given target position (byte code offset).
- findHandle(int) - Method in class org.apache.bcel.generic.InstructionList
- Get instruction handle for instruction at byte code position pos.
- findInstruction1(Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Search for given Instruction reference, start at beginning of list.
- findInstruction2(Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Search for given Instruction reference, start at end of list
- firstCommonSuperclass(ReferenceType) - Method in class org.apache.bcel.generic.ReferenceType
- Deprecated. use getFirstCommonSuperclass(ReferenceType t) which has slightly changed semantics.
- fixed_length - Variable in class org.apache.bcel.generic.Select
G
- GETFIELD - class org.apache.bcel.generic.GETFIELD.
- GETFIELD - Fetch field from object
- GETFIELD() - Constructor for class org.apache.bcel.generic.GETFIELD
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- GETFIELD(int) - Constructor for class org.apache.bcel.generic.GETFIELD
- GETSTATIC - class org.apache.bcel.generic.GETSTATIC.
- GETSTATIC - Fetch static field from class
- GETSTATIC() - Constructor for class org.apache.bcel.generic.GETSTATIC
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- GETSTATIC(int) - Constructor for class org.apache.bcel.generic.GETSTATIC
- GOTO - class org.apache.bcel.generic.GOTO.
- GOTO - Branch always (to relative offset, not absolute address)
- GOTO() - Constructor for class org.apache.bcel.generic.GOTO
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- GOTO(InstructionHandle) - Constructor for class org.apache.bcel.generic.GOTO
- GOTO_W - class org.apache.bcel.generic.GOTO_W.
- GOTO_W - Branch always (to relative offset, not absolute address)
- GOTO_W() - Constructor for class org.apache.bcel.generic.GOTO_W
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- GOTO_W(InstructionHandle) - Constructor for class org.apache.bcel.generic.GOTO_W
- GotoInstruction - class org.apache.bcel.generic.GotoInstruction.
- Super class for GOTO
- GotoInstruction(short, InstructionHandle) - Constructor for class org.apache.bcel.generic.GotoInstruction
- GotoInstruction() - Constructor for class org.apache.bcel.generic.GotoInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- getArgumentName(int) - Method in class org.apache.bcel.generic.MethodGen
- getArgumentNames() - Method in class org.apache.bcel.generic.MethodGen
- getArgumentType(int) - Method in class org.apache.bcel.generic.MethodGen
- getArgumentTypes(ConstantPoolGen) - Method in class org.apache.bcel.generic.InvokeInstruction
- getArgumentTypes() - Method in class org.apache.bcel.generic.MethodGen
- getArgumentTypes(String) - Static method in class org.apache.bcel.generic.Type
- Convert arguments of a method (signature) to an array of Type objects.
- getAttribute(Object) - Method in class org.apache.bcel.generic.InstructionHandle
- Get attribute of an instruction handle.
- getAttributes() - Method in class org.apache.bcel.generic.ClassGen
- getAttributes() - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- getAttributes() - Method in class org.apache.bcel.generic.InstructionHandle
- getBasicType() - Method in class org.apache.bcel.generic.ArrayType
- getBranchHandle(BranchInstruction) - Static method in class org.apache.bcel.generic.BranchHandle
- getByteCode() - Method in class org.apache.bcel.generic.InstructionList
- When everything is finished, use this method to convert the instruction list into an array of bytes.
- getCanonicalTag() - Method in class org.apache.bcel.generic.LocalVariableInstruction
- getCatchType() - Method in class org.apache.bcel.generic.CodeExceptionGen
- Gets the type of the Exception to catch, 'null' for ANY.
- getClassGen() - Method in class org.apache.bcel.generic.InstructionFactory
- getClassName() - Method in class org.apache.bcel.generic.ClassGen
- getClassName(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldOrMethod
- Deprecated. If the instruction references an array class, this method will return "java.lang.Object". For code generated by Java 1.5, this answer is sometimes wrong (e.g., if the "clone()" method is called on an array). A better idea is to use the getReferenceType() method, which correctly distinguishes between class types and array types.
- getClassName() - Method in class org.apache.bcel.generic.MethodGen
- getClassName() - Method in class org.apache.bcel.generic.ObjectType
- getClassNameIndex() - Method in class org.apache.bcel.generic.ClassGen
- getClassType(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldOrMethod
- Deprecated. If the instruction references an array class, the ObjectType returned will be invalid. Use getReferenceType() instead.
- getCodeAttributes() - Method in class org.apache.bcel.generic.MethodGen
- getCodeException(ConstantPoolGen) - Method in class org.apache.bcel.generic.CodeExceptionGen
- Get CodeException object.
This relies on that the instruction list has already been dumped to byte code or or that the `setPositions' methods has been called for the instruction list. - getCodeExceptions() - Method in class org.apache.bcel.generic.MethodGen
- getComparator() - Static method in class org.apache.bcel.generic.ClassGen
- getComparator() - Static method in class org.apache.bcel.generic.FieldGen
- getComparator() - Static method in class org.apache.bcel.generic.Instruction
- Get Comparator object used in the equals() method to determine equality of instructions.
- getComparator() - Static method in class org.apache.bcel.generic.MethodGen
- getConstant(int) - Method in class org.apache.bcel.generic.ConstantPoolGen
- getConstantPool() - Method in class org.apache.bcel.generic.ClassGen
- getConstantPool() - Method in class org.apache.bcel.generic.ConstantPoolGen
- getConstantPool() - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- getConstantPool() - Method in class org.apache.bcel.generic.InstructionFactory
- getCount() - Method in class org.apache.bcel.generic.INVOKEINTERFACE
- The count argument according to the Java Language Specification, Second Edition.
- getDimensions() - Method in class org.apache.bcel.generic.ArrayType
- getDimensions() - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- getElementType() - Method in class org.apache.bcel.generic.ArrayType
- getEnd() - Method in class org.apache.bcel.generic.InstructionList
- getEnd() - Method in class org.apache.bcel.generic.LocalVariableGen
- getEndPC() - Method in class org.apache.bcel.generic.CodeExceptionGen
- getExceptionHandlers() - Method in class org.apache.bcel.generic.MethodGen
- getExceptionTable(ConstantPoolGen) - Method in class org.apache.bcel.generic.MethodGen
- getExceptions() - Method in class org.apache.bcel.generic.ANEWARRAY
- getExceptions() - Method in class org.apache.bcel.generic.ARRAYLENGTH
- getExceptions() - Method in class org.apache.bcel.generic.ATHROW
- getExceptions() - Method in class org.apache.bcel.generic.ArrayInstruction
- getExceptions() - Method in class org.apache.bcel.generic.CHECKCAST
- getExceptions() - Method in interface org.apache.bcel.generic.ExceptionThrower
- getExceptions() - Method in class org.apache.bcel.generic.GETFIELD
- getExceptions() - Method in class org.apache.bcel.generic.GETSTATIC
- getExceptions() - Method in class org.apache.bcel.generic.IDIV
- getExceptions() - Method in class org.apache.bcel.generic.INSTANCEOF
- getExceptions() - Method in class org.apache.bcel.generic.INVOKEINTERFACE
- getExceptions() - Method in class org.apache.bcel.generic.INVOKESPECIAL
- getExceptions() - Method in class org.apache.bcel.generic.INVOKESTATIC
- getExceptions() - Method in class org.apache.bcel.generic.INVOKEVIRTUAL
- getExceptions() - Method in class org.apache.bcel.generic.IREM
- getExceptions() - Method in class org.apache.bcel.generic.LDC
- getExceptions() - Method in class org.apache.bcel.generic.LDIV
- getExceptions() - Method in class org.apache.bcel.generic.LREM
- getExceptions() - Method in class org.apache.bcel.generic.MONITORENTER
- getExceptions() - Method in class org.apache.bcel.generic.MONITOREXIT
- getExceptions() - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- getExceptions() - Method in class org.apache.bcel.generic.MethodGen
- getExceptions() - Method in class org.apache.bcel.generic.NEW
- getExceptions() - Method in class org.apache.bcel.generic.NEWARRAY
- getExceptions() - Method in class org.apache.bcel.generic.PUTFIELD
- getExceptions() - Method in class org.apache.bcel.generic.PUTSTATIC
- getExceptions() - Method in class org.apache.bcel.generic.ReturnInstruction
- getField() - Method in class org.apache.bcel.generic.FieldGen
- Get field object after having set up all necessary values.
- getFieldName(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldInstruction
- getFieldSize(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldInstruction
- getFieldType(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldInstruction
- getFields() - Method in class org.apache.bcel.generic.ClassGen
- getFileName() - Method in class org.apache.bcel.generic.ClassGen
- getFinalConstantPool() - Method in class org.apache.bcel.generic.ConstantPoolGen
- getFirstCommonSuperclass(ReferenceType) - Method in class org.apache.bcel.generic.ReferenceType
- This commutative operation returns the first common superclass (narrowest ReferenceType referencing a class, not an interface).
- getHandlerPC() - Method in class org.apache.bcel.generic.CodeExceptionGen
- getIncrement() - Method in class org.apache.bcel.generic.IINC
- getIndex() - Method in class org.apache.bcel.generic.BranchInstruction
- getIndex() - Method in class org.apache.bcel.generic.CPInstruction
- getIndex() - Method in interface org.apache.bcel.generic.IndexedInstruction
- getIndex() - Method in class org.apache.bcel.generic.LocalVariableGen
- getIndex() - Method in class org.apache.bcel.generic.LocalVariableInstruction
- getIndex() - Method in class org.apache.bcel.generic.RET
- getIndices() - Method in class org.apache.bcel.generic.Select
- getInitValue() - Method in class org.apache.bcel.generic.FieldGen
- getInstruction() - Method in class org.apache.bcel.generic.InstructionHandle
- getInstruction() - Method in class org.apache.bcel.generic.LineNumberGen
- getInstruction() - Method in class org.apache.bcel.generic.PUSH
- getInstruction() - Method in class org.apache.bcel.generic.SWITCH
- getInstructionHandle(Instruction) - Static method in class org.apache.bcel.generic.InstructionHandle
- Factory method.
- getInstructionHandles() - Method in class org.apache.bcel.generic.InstructionList
- getInstructionList() - Method in interface org.apache.bcel.generic.CompoundInstruction
- getInstructionList() - Method in class org.apache.bcel.generic.MethodGen
- getInstructionList() - Method in class org.apache.bcel.generic.PUSH
- getInstructionList() - Method in class org.apache.bcel.generic.SWITCH
- getInstructionPositions() - Method in class org.apache.bcel.generic.InstructionList
- Get positions (offsets) of all instructions in the list.
- getInstructions() - Method in class org.apache.bcel.generic.InstructionList
- getInterfaceNames() - Method in class org.apache.bcel.generic.ClassGen
- getInterfaces() - Method in class org.apache.bcel.generic.ClassGen
- getJavaClass() - Method in class org.apache.bcel.generic.ClassGen
- getLength() - Method in class org.apache.bcel.generic.Instruction
- getLength() - Method in class org.apache.bcel.generic.InstructionList
- getLineNumber() - Method in class org.apache.bcel.generic.LineNumberGen
- Get LineNumber attribute .
- getLineNumberTable(ConstantPoolGen) - Method in class org.apache.bcel.generic.MethodGen
- getLineNumbers() - Method in class org.apache.bcel.generic.MethodGen
- getLoadClassType(ConstantPoolGen) - Method in class org.apache.bcel.generic.ANEWARRAY
- getLoadClassType(ConstantPoolGen) - Method in class org.apache.bcel.generic.CHECKCAST
- getLoadClassType(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldOrMethod
- getLoadClassType(ConstantPoolGen) - Method in class org.apache.bcel.generic.INSTANCEOF
- getLoadClassType(ConstantPoolGen) - Method in interface org.apache.bcel.generic.LoadClass
- Returns the ObjectType of the referenced class or interface that may be loaded and resolved.
- getLoadClassType(ConstantPoolGen) - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- getLoadClassType(ConstantPoolGen) - Method in class org.apache.bcel.generic.NEW
- getLocalVariable(ConstantPoolGen) - Method in class org.apache.bcel.generic.LocalVariableGen
- Get LocalVariable object.
- getLocalVariableTable(ConstantPoolGen) - Method in class org.apache.bcel.generic.MethodGen
- getLocalVariables() - Method in class org.apache.bcel.generic.MethodGen
- getMajor() - Method in class org.apache.bcel.generic.ClassGen
- getMatchs() - Method in class org.apache.bcel.generic.Select
- getMaxLocals() - Method in class org.apache.bcel.generic.MethodGen
- getMaxStack() - Method in class org.apache.bcel.generic.MethodGen
- getMaxStack(ConstantPoolGen, InstructionList, CodeExceptionGen[]) - Static method in class org.apache.bcel.generic.MethodGen
- Computes stack usage of an instruction list by performing control flow analysis.
- getMethod() - Method in class org.apache.bcel.generic.MethodGen
- Get method object.
- getMethodAt(int) - Method in class org.apache.bcel.generic.ClassGen
- getMethodName(ConstantPoolGen) - Method in class org.apache.bcel.generic.InvokeInstruction
- getMethodSignature(Type, Type[]) - Static method in class org.apache.bcel.generic.Type
- Convert type to Java method signature, e.g.
- getMethods() - Method in class org.apache.bcel.generic.ClassGen
- getMinor() - Method in class org.apache.bcel.generic.ClassGen
- getName() - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- getName(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldOrMethod
- getName() - Method in class org.apache.bcel.generic.Instruction
- getName() - Method in class org.apache.bcel.generic.LocalVariableGen
- getName() - Method in interface org.apache.bcel.generic.NamedAndTyped
- getNext() - Method in class org.apache.bcel.generic.InstructionHandle
- getOpcode() - Method in class org.apache.bcel.generic.Instruction
- getPosition() - Method in class org.apache.bcel.generic.BranchHandle
- getPosition() - Method in class org.apache.bcel.generic.InstructionHandle
- getPrev() - Method in class org.apache.bcel.generic.InstructionHandle
- getReferenceType(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldOrMethod
- Return the reference type representing the class, interface, or array class referenced by the instruction.
- getReturnType(ConstantPoolGen) - Method in class org.apache.bcel.generic.InvokeInstruction
- getReturnType() - Method in class org.apache.bcel.generic.MethodGen
- getReturnType(String) - Static method in class org.apache.bcel.generic.Type
- Convert return value of a method (signature) to a Type object.
- getSignature() - Method in class org.apache.bcel.generic.FieldGen
- getSignature() - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- getSignature(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldOrMethod
- getSignature() - Method in class org.apache.bcel.generic.MethodGen
- getSignature() - Method in class org.apache.bcel.generic.Type
- getSignature(Method) - Static method in class org.apache.bcel.generic.Type
- getSize() - Method in class org.apache.bcel.generic.ConstantPoolGen
- getSize() - Method in class org.apache.bcel.generic.Type
- getSourceLine() - Method in class org.apache.bcel.generic.LineNumberGen
- getStart() - Method in class org.apache.bcel.generic.InstructionList
- getStart() - Method in class org.apache.bcel.generic.LocalVariableGen
- getStartPC() - Method in class org.apache.bcel.generic.CodeExceptionGen
- getSuperclassName() - Method in class org.apache.bcel.generic.ClassGen
- getSuperclassNameIndex() - Method in class org.apache.bcel.generic.ClassGen
- getTarget() - Method in class org.apache.bcel.generic.BranchHandle
- getTarget() - Method in class org.apache.bcel.generic.BranchInstruction
- getTarget() - Method in class org.apache.bcel.generic.ReturnaddressType
- getTargetOffset(InstructionHandle) - Method in class org.apache.bcel.generic.BranchInstruction
- getTargetOffset() - Method in class org.apache.bcel.generic.BranchInstruction
- getTargeters() - Method in class org.apache.bcel.generic.InstructionHandle
- getTargets() - Method in class org.apache.bcel.generic.Select
- getTargets() - Method in class org.apache.bcel.generic.TargetLostException
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.ACONST_NULL
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.ArithmeticInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.ArrayInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.BIPUSH
- getType(byte) - Static method in class org.apache.bcel.generic.BasicType
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.CPInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.ConversionInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.DCMPG
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.DCMPL
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.DCONST
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.FCMPG
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.FCMPL
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.FCONST
- getType() - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.ICONST
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.IINC
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.InvokeInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.JsrInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.LCMP
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.LCONST
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.LDC
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.LDC2_W
- getType(ConstantPoolGen) - Method in interface org.apache.bcel.generic.LoadClass
- Returns the type associated with this instruction.
- getType() - Method in class org.apache.bcel.generic.LocalVariableGen
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.LocalVariableInstruction
- Returns the type associated with the instruction - in case of ALOAD or ASTORE Type.OBJECT is returned.
- getType() - Method in class org.apache.bcel.generic.NEWARRAY
- getType() - Method in interface org.apache.bcel.generic.NamedAndTyped
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.RET
- getType() - Method in class org.apache.bcel.generic.ReturnInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.ReturnInstruction
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.SIPUSH
- getType(ConstantPoolGen) - Method in class org.apache.bcel.generic.StackInstruction
- getType() - Method in class org.apache.bcel.generic.Type
- getType(String) - Static method in class org.apache.bcel.generic.Type
- Convert signature to a Type object.
- getType(Class) - Static method in class org.apache.bcel.generic.Type
- Convert runtime java.lang.Class to BCEL Type object.
- getType(ConstantPoolGen) - Method in interface org.apache.bcel.generic.TypedInstruction
- getTypecode() - Method in class org.apache.bcel.generic.NEWARRAY
- getTypes(Class[]) - Static method in class org.apache.bcel.generic.Type
- Convert runtime java.lang.Class[] to BCEL Type objects.
- getValue() - Method in class org.apache.bcel.generic.BIPUSH
- getValue() - Method in interface org.apache.bcel.generic.ConstantPushInstruction
- getValue() - Method in class org.apache.bcel.generic.DCONST
- getValue() - Method in class org.apache.bcel.generic.FCONST
- getValue() - Method in class org.apache.bcel.generic.ICONST
- getValue() - Method in class org.apache.bcel.generic.LCONST
- getValue(ConstantPoolGen) - Method in class org.apache.bcel.generic.LDC
- getValue(ConstantPoolGen) - Method in class org.apache.bcel.generic.LDC2_W
- getValue() - Method in class org.apache.bcel.generic.SIPUSH
H
- handler_pc - Variable in class org.apache.bcel.generic.CodeExceptionGen
- hasTargeters() - Method in class org.apache.bcel.generic.InstructionHandle
- hashCode() - Method in class org.apache.bcel.generic.ArrayType
- hashCode() - Method in class org.apache.bcel.generic.BasicType
- hashCode() - Method in class org.apache.bcel.generic.ClassGen
- Return value as defined by given BCELComparator strategy.
- hashCode() - Method in class org.apache.bcel.generic.FieldGen
- Return value as defined by given BCELComparator strategy.
- hashCode() - Method in class org.apache.bcel.generic.LocalVariableGen
- hashCode() - Method in class org.apache.bcel.generic.MethodGen
- Return value as defined by given BCELComparator strategy.
- hashCode() - Method in class org.apache.bcel.generic.ObjectType
- hashCode() - Method in class org.apache.bcel.generic.ReturnaddressType
- hashCode() - Method in class org.apache.bcel.generic.Type
I
- I2B - class org.apache.bcel.generic.I2B.
- I2B - Convert int to byte
- I2B() - Constructor for class org.apache.bcel.generic.I2B
- Convert int to byte
- I2B - Static variable in interface org.apache.bcel.generic.InstructionConstants
- I2C - class org.apache.bcel.generic.I2C.
- I2C - Convert int to char
- I2C() - Constructor for class org.apache.bcel.generic.I2C
- Convert int to char
- I2C - Static variable in interface org.apache.bcel.generic.InstructionConstants
- I2D - class org.apache.bcel.generic.I2D.
- I2D - Convert int to double
- I2D() - Constructor for class org.apache.bcel.generic.I2D
- Convert int to double
- I2D - Static variable in interface org.apache.bcel.generic.InstructionConstants
- I2F - class org.apache.bcel.generic.I2F.
- I2F - Convert int to float
- I2F() - Constructor for class org.apache.bcel.generic.I2F
- Convert int to float
- I2F - Static variable in interface org.apache.bcel.generic.InstructionConstants
- I2L - class org.apache.bcel.generic.I2L.
- I2L - Convert int to long
- I2L() - Constructor for class org.apache.bcel.generic.I2L
- Convert int to long
- I2L - Static variable in interface org.apache.bcel.generic.InstructionConstants
- I2S - class org.apache.bcel.generic.I2S.
- I2S - Convert int to short
- I2S() - Constructor for class org.apache.bcel.generic.I2S
- I2S - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IADD - class org.apache.bcel.generic.IADD.
- IADD - Add ints
- IADD() - Constructor for class org.apache.bcel.generic.IADD
- Add ints
- IADD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IALOAD - class org.apache.bcel.generic.IALOAD.
- IALOAD - Load int from array
- IALOAD() - Constructor for class org.apache.bcel.generic.IALOAD
- Load int from array
- IALOAD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IAND - class org.apache.bcel.generic.IAND.
- IAND - Bitwise AND int
- IAND() - Constructor for class org.apache.bcel.generic.IAND
- IAND - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IASTORE - class org.apache.bcel.generic.IASTORE.
- IASTORE - Store into int array
- IASTORE() - Constructor for class org.apache.bcel.generic.IASTORE
- Store into int array
- IASTORE - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ICONST - class org.apache.bcel.generic.ICONST.
- ICONST - Push value between -1, ..., 5, other values cause an exception
- ICONST() - Constructor for class org.apache.bcel.generic.ICONST
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ICONST(int) - Constructor for class org.apache.bcel.generic.ICONST
- ICONST_0 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ICONST_1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ICONST_2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ICONST_3 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ICONST_4 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ICONST_5 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ICONST_M1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IDIV - class org.apache.bcel.generic.IDIV.
- IDIV - Divide ints
- IDIV() - Constructor for class org.apache.bcel.generic.IDIV
- Divide ints
- IDIV - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IFEQ - class org.apache.bcel.generic.IFEQ.
- IFEQ - Branch if int comparison with zero succeeds
- IFEQ() - Constructor for class org.apache.bcel.generic.IFEQ
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IFEQ(InstructionHandle) - Constructor for class org.apache.bcel.generic.IFEQ
- IFGE - class org.apache.bcel.generic.IFGE.
- IFGE - Branch if int comparison with zero succeeds
- IFGE() - Constructor for class org.apache.bcel.generic.IFGE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IFGE(InstructionHandle) - Constructor for class org.apache.bcel.generic.IFGE
- IFGT - class org.apache.bcel.generic.IFGT.
- IFGT - Branch if int comparison with zero succeeds
- IFGT() - Constructor for class org.apache.bcel.generic.IFGT
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IFGT(InstructionHandle) - Constructor for class org.apache.bcel.generic.IFGT
- IFLE - class org.apache.bcel.generic.IFLE.
- IFLE - Branch if int comparison with zero succeeds
- IFLE() - Constructor for class org.apache.bcel.generic.IFLE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IFLE(InstructionHandle) - Constructor for class org.apache.bcel.generic.IFLE
- IFLT - class org.apache.bcel.generic.IFLT.
- IFLT - Branch if int comparison with zero succeeds
- IFLT() - Constructor for class org.apache.bcel.generic.IFLT
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IFLT(InstructionHandle) - Constructor for class org.apache.bcel.generic.IFLT
- IFNE - class org.apache.bcel.generic.IFNE.
- IFNE - Branch if int comparison with zero succeeds
- IFNE() - Constructor for class org.apache.bcel.generic.IFNE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IFNE(InstructionHandle) - Constructor for class org.apache.bcel.generic.IFNE
- IFNONNULL - class org.apache.bcel.generic.IFNONNULL.
- IFNONNULL - Branch if reference is not null
- IFNONNULL() - Constructor for class org.apache.bcel.generic.IFNONNULL
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IFNONNULL(InstructionHandle) - Constructor for class org.apache.bcel.generic.IFNONNULL
- IFNULL - class org.apache.bcel.generic.IFNULL.
- IFNULL - Branch if reference is not null
- IFNULL() - Constructor for class org.apache.bcel.generic.IFNULL
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IFNULL(InstructionHandle) - Constructor for class org.apache.bcel.generic.IFNULL
- IF_ACMPEQ - class org.apache.bcel.generic.IF_ACMPEQ.
- IF_ACMPEQ - Branch if reference comparison succeeds
- IF_ACMPEQ() - Constructor for class org.apache.bcel.generic.IF_ACMPEQ
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IF_ACMPEQ(InstructionHandle) - Constructor for class org.apache.bcel.generic.IF_ACMPEQ
- IF_ACMPNE - class org.apache.bcel.generic.IF_ACMPNE.
- IF_ACMPNE - Branch if reference comparison doesn't succeed
- IF_ACMPNE() - Constructor for class org.apache.bcel.generic.IF_ACMPNE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IF_ACMPNE(InstructionHandle) - Constructor for class org.apache.bcel.generic.IF_ACMPNE
- IF_ICMPEQ - class org.apache.bcel.generic.IF_ICMPEQ.
- IF_ICMPEQ - Branch if int comparison succeeds
- IF_ICMPEQ() - Constructor for class org.apache.bcel.generic.IF_ICMPEQ
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IF_ICMPEQ(InstructionHandle) - Constructor for class org.apache.bcel.generic.IF_ICMPEQ
- IF_ICMPGE - class org.apache.bcel.generic.IF_ICMPGE.
- IF_ICMPGE - Branch if int comparison succeeds
- IF_ICMPGE() - Constructor for class org.apache.bcel.generic.IF_ICMPGE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IF_ICMPGE(InstructionHandle) - Constructor for class org.apache.bcel.generic.IF_ICMPGE
- IF_ICMPGT - class org.apache.bcel.generic.IF_ICMPGT.
- IF_ICMPGT - Branch if int comparison succeeds
- IF_ICMPGT() - Constructor for class org.apache.bcel.generic.IF_ICMPGT
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IF_ICMPGT(InstructionHandle) - Constructor for class org.apache.bcel.generic.IF_ICMPGT
- IF_ICMPLE - class org.apache.bcel.generic.IF_ICMPLE.
- IF_ICMPLE - Branch if int comparison succeeds
- IF_ICMPLE() - Constructor for class org.apache.bcel.generic.IF_ICMPLE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IF_ICMPLE(InstructionHandle) - Constructor for class org.apache.bcel.generic.IF_ICMPLE
- IF_ICMPLT - class org.apache.bcel.generic.IF_ICMPLT.
- IF_ICMPLT - Branch if int comparison succeeds
- IF_ICMPLT() - Constructor for class org.apache.bcel.generic.IF_ICMPLT
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IF_ICMPLT(InstructionHandle) - Constructor for class org.apache.bcel.generic.IF_ICMPLT
- IF_ICMPNE - class org.apache.bcel.generic.IF_ICMPNE.
- IF_ICMPNE - Branch if int comparison doesn't succeed
- IF_ICMPNE() - Constructor for class org.apache.bcel.generic.IF_ICMPNE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IF_ICMPNE(InstructionHandle) - Constructor for class org.apache.bcel.generic.IF_ICMPNE
- IINC - class org.apache.bcel.generic.IINC.
- IINC - Increment local variable by constant
- IINC() - Constructor for class org.apache.bcel.generic.IINC
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IINC(int, int) - Constructor for class org.apache.bcel.generic.IINC
- ILOAD - class org.apache.bcel.generic.ILOAD.
- ILOAD - Load int from local variable onto stack
- ILOAD() - Constructor for class org.apache.bcel.generic.ILOAD
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ILOAD(int) - Constructor for class org.apache.bcel.generic.ILOAD
- Load int from local variable
- ILOAD_0 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ILOAD_1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ILOAD_2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IMETHODREF_DELIM - Static variable in class org.apache.bcel.generic.ConstantPoolGen
- IMPDEP1 - class org.apache.bcel.generic.IMPDEP1.
- IMPDEP1 - Implementation dependent
- IMPDEP1() - Constructor for class org.apache.bcel.generic.IMPDEP1
- IMPDEP2 - class org.apache.bcel.generic.IMPDEP2.
- IMPDEP2 - Implementation dependent
- IMPDEP2() - Constructor for class org.apache.bcel.generic.IMPDEP2
- IMUL - class org.apache.bcel.generic.IMUL.
- IMUL - Multiply ints
- IMUL() - Constructor for class org.apache.bcel.generic.IMUL
- Multiply ints
- IMUL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- INEG - class org.apache.bcel.generic.INEG.
- INEG - Negate int
- INEG() - Constructor for class org.apache.bcel.generic.INEG
- INEG - Static variable in interface org.apache.bcel.generic.InstructionConstants
- INSTANCEOF - class org.apache.bcel.generic.INSTANCEOF.
- INSTANCEOF - Determine if object is of given type
- INSTANCEOF() - Constructor for class org.apache.bcel.generic.INSTANCEOF
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- INSTANCEOF(int) - Constructor for class org.apache.bcel.generic.INSTANCEOF
- INSTRUCTIONS - Static variable in interface org.apache.bcel.generic.InstructionConstants
- Get object via its opcode, for immutable instructions like branch instructions entries are set to null.
- INT - Static variable in class org.apache.bcel.generic.Type
- INVOKEINTERFACE - class org.apache.bcel.generic.INVOKEINTERFACE.
- INVOKEINTERFACE - Invoke interface method
- INVOKEINTERFACE() - Constructor for class org.apache.bcel.generic.INVOKEINTERFACE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- INVOKEINTERFACE(int, int) - Constructor for class org.apache.bcel.generic.INVOKEINTERFACE
- INVOKESPECIAL - class org.apache.bcel.generic.INVOKESPECIAL.
- INVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocations
- INVOKESPECIAL() - Constructor for class org.apache.bcel.generic.INVOKESPECIAL
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- INVOKESPECIAL(int) - Constructor for class org.apache.bcel.generic.INVOKESPECIAL
- INVOKESTATIC - class org.apache.bcel.generic.INVOKESTATIC.
- INVOKESTATIC - Invoke a class (static) method
- INVOKESTATIC() - Constructor for class org.apache.bcel.generic.INVOKESTATIC
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- INVOKESTATIC(int) - Constructor for class org.apache.bcel.generic.INVOKESTATIC
- INVOKEVIRTUAL - class org.apache.bcel.generic.INVOKEVIRTUAL.
- INVOKEVIRTUAL - Invoke instance method; dispatch based on class
- INVOKEVIRTUAL() - Constructor for class org.apache.bcel.generic.INVOKEVIRTUAL
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- INVOKEVIRTUAL(int) - Constructor for class org.apache.bcel.generic.INVOKEVIRTUAL
- IOR - class org.apache.bcel.generic.IOR.
- IOR - Bitwise OR int
- IOR() - Constructor for class org.apache.bcel.generic.IOR
- IOR - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IREM - class org.apache.bcel.generic.IREM.
- IREM - Remainder of int
- IREM() - Constructor for class org.apache.bcel.generic.IREM
- Remainder of ints
- IREM - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IRETURN - class org.apache.bcel.generic.IRETURN.
- IRETURN - Return int from method
- IRETURN() - Constructor for class org.apache.bcel.generic.IRETURN
- Return int from method
- IRETURN - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ISHL - class org.apache.bcel.generic.ISHL.
- ISHL - Arithmetic shift left int
- ISHL() - Constructor for class org.apache.bcel.generic.ISHL
- ISHL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ISHR - class org.apache.bcel.generic.ISHR.
- ISHR - Arithmetic shift right int
- ISHR() - Constructor for class org.apache.bcel.generic.ISHR
- ISHR - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ISTORE - class org.apache.bcel.generic.ISTORE.
- ISTORE - Store int from stack into local variable
- ISTORE() - Constructor for class org.apache.bcel.generic.ISTORE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ISTORE(int) - Constructor for class org.apache.bcel.generic.ISTORE
- Store int into local variable
- ISTORE_0 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ISTORE_1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ISTORE_2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- ISUB - class org.apache.bcel.generic.ISUB.
- ISUB - Substract ints
- ISUB() - Constructor for class org.apache.bcel.generic.ISUB
- Substract ints
- ISUB - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IUSHR - class org.apache.bcel.generic.IUSHR.
- IUSHR - Logical shift right int
- IUSHR() - Constructor for class org.apache.bcel.generic.IUSHR
- IUSHR - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IXOR - class org.apache.bcel.generic.IXOR.
- IXOR - Bitwise XOR int
- IXOR() - Constructor for class org.apache.bcel.generic.IXOR
- IXOR - Static variable in interface org.apache.bcel.generic.InstructionConstants
- IfInstruction - class org.apache.bcel.generic.IfInstruction.
- Super class for the IFxxx family of instructions.
- IfInstruction() - Constructor for class org.apache.bcel.generic.IfInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- IfInstruction(short, InstructionHandle) - Constructor for class org.apache.bcel.generic.IfInstruction
- IndexedInstruction - interface org.apache.bcel.generic.IndexedInstruction.
- Denote entity that refers to an index, e.g.
- Instruction - class org.apache.bcel.generic.Instruction.
- Abstract super class for all Java byte codes.
- Instruction() - Constructor for class org.apache.bcel.generic.Instruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- Instruction(short, short) - Constructor for class org.apache.bcel.generic.Instruction
- InstructionComparator - interface org.apache.bcel.generic.InstructionComparator.
- Equality of instructions isn't clearly to be defined.
- InstructionConstants - interface org.apache.bcel.generic.InstructionConstants.
- This interface contains shareable instruction objects.
- InstructionConstants.Clinit - class org.apache.bcel.generic.InstructionConstants.Clinit.
- InstructionConstants.Clinit() - Constructor for class org.apache.bcel.generic.InstructionConstants.Clinit
- InstructionFactory - class org.apache.bcel.generic.InstructionFactory.
- Instances of this class may be used, e.g., to generate typed versions of instructions.
- InstructionFactory(ClassGen, ConstantPoolGen) - Constructor for class org.apache.bcel.generic.InstructionFactory
- InstructionFactory(ClassGen) - Constructor for class org.apache.bcel.generic.InstructionFactory
- Initialize with ClassGen object
- InstructionFactory(ConstantPoolGen) - Constructor for class org.apache.bcel.generic.InstructionFactory
- Initialize just with ConstantPoolGen object
- InstructionFactory.MethodObject - class org.apache.bcel.generic.InstructionFactory.MethodObject.
- InstructionFactory.MethodObject(String, String, Type, Type[], int) - Constructor for class org.apache.bcel.generic.InstructionFactory.MethodObject
- InstructionHandle - class org.apache.bcel.generic.InstructionHandle.
- Instances of this class give users a handle to the instructions contained in an InstructionList.
- InstructionHandle(Instruction) - Constructor for class org.apache.bcel.generic.InstructionHandle
- InstructionList - class org.apache.bcel.generic.InstructionList.
- This class is a container for a list of Instruction objects.
- InstructionList() - Constructor for class org.apache.bcel.generic.InstructionList
- Create (empty) instruction list.
- InstructionList(Instruction) - Constructor for class org.apache.bcel.generic.InstructionList
- Create instruction list containing one instruction.
- InstructionList(BranchInstruction) - Constructor for class org.apache.bcel.generic.InstructionList
- Create instruction list containing one instruction.
- InstructionList(CompoundInstruction) - Constructor for class org.apache.bcel.generic.InstructionList
- Initialize list with (nonnull) compound instruction.
- InstructionList(byte[]) - Constructor for class org.apache.bcel.generic.InstructionList
- Initialize instruction list from byte array.
- InstructionListObserver - interface org.apache.bcel.generic.InstructionListObserver.
- Implement this interface if you're interested in changes to an InstructionList object and register yourself with addObserver().
- InstructionTargeter - interface org.apache.bcel.generic.InstructionTargeter.
- Denote that a class targets InstructionHandles within an InstructionList.
- InvokeInstruction - class org.apache.bcel.generic.InvokeInstruction.
- Super class for the INVOKExxx family of instructions.
- InvokeInstruction() - Constructor for class org.apache.bcel.generic.InvokeInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- InvokeInstruction(short, int) - Constructor for class org.apache.bcel.generic.InvokeInstruction
- i_position - Variable in class org.apache.bcel.generic.InstructionHandle
- ih - Variable in class org.apache.bcel.generic.LineNumberGen
- ih_list - Static variable in class org.apache.bcel.generic.InstructionHandle
- il - Variable in class org.apache.bcel.generic.MethodGen
- index - Variable in class org.apache.bcel.generic.BranchInstruction
- index - Variable in class org.apache.bcel.generic.CPInstruction
- index - Variable in class org.apache.bcel.generic.ConstantPoolGen.Index
- index - Variable in class org.apache.bcel.generic.ConstantPoolGen
- index - Variable in class org.apache.bcel.generic.LocalVariableGen
- index - Variable in class org.apache.bcel.generic.RET
- indices - Variable in class org.apache.bcel.generic.Select
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.BIPUSH
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.BranchInstruction
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.CPInstruction
- Read needed data (i.e., index) from file.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.GOTO_W
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.IINC
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.INVOKEINTERFACE
- Read needed data (i.e., index) from file.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.Instruction
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.JSR_W
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.LDC
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.LDC_W
- Read needed data (i.e., index) from file.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.LOOKUPSWITCH
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.LocalVariableInstruction
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- Read needed data (i.e., no.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.NEWARRAY
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.RET
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.SIPUSH
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.Select
- Read needed data (e.g.
- initFromFile(ByteSequence, boolean) - Method in class org.apache.bcel.generic.TABLESWITCH
- Read needed data (e.g.
- insert(InstructionHandle, InstructionList) - Method in class org.apache.bcel.generic.InstructionList
- Insert another list before Instruction handle ih contained in this list.
- insert(InstructionList) - Method in class org.apache.bcel.generic.InstructionList
- Insert another list.
- insert(InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Insert an instruction at start of this list.
- insert(Instruction, InstructionList) - Method in class org.apache.bcel.generic.InstructionList
- Insert another list before Instruction i contained in this list.
- insert(Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Insert an instruction at start of this list.
- insert(BranchInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Insert a branch instruction at start of this list.
- insert(Instruction, Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Insert a single instruction j before another instruction i, which must be in this list of course!
- insert(Instruction, CompoundInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Insert a compound instruction before instruction i.
- insert(CompoundInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Insert a compound instruction.
- insert(InstructionHandle, Instruction) - Method in class org.apache.bcel.generic.InstructionList
- Insert an instruction before instruction (handle) ih contained in this list.
- insert(InstructionHandle, CompoundInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Insert a compound instruction.
- insert(InstructionHandle, BranchInstruction) - Method in class org.apache.bcel.generic.InstructionList
- Insert an instruction before instruction (handle) ih contained in this list.
- instruction - Variable in class org.apache.bcel.generic.InstructionHandle
- instruction - Variable in class org.apache.bcel.generic.PUSH
- instruction - Variable in class org.apache.bcel.generic.SWITCH
- interface_vec - Variable in class org.apache.bcel.generic.ClassGen
- isAssignmentCompatibleWith(Type) - Method in class org.apache.bcel.generic.ReferenceType
- Return true iff this is assignment compatible with another type t as defined in the JVM specification; see the AASTORE definition there.
- isCastableTo(Type) - Method in class org.apache.bcel.generic.ReferenceType
- Return true iff this type is castable to another type t as defined in the JVM specification.
- isEmpty() - Method in class org.apache.bcel.generic.InstructionList
- Test for empty list.
- isString(Type) - Static method in class org.apache.bcel.generic.InstructionFactory
- iterator() - Method in class org.apache.bcel.generic.InstructionList
J
- JSR - class org.apache.bcel.generic.JSR.
- JSR - Jump to subroutine
- JSR() - Constructor for class org.apache.bcel.generic.JSR
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- JSR(InstructionHandle) - Constructor for class org.apache.bcel.generic.JSR
- JSR_W - class org.apache.bcel.generic.JSR_W.
- JSR_W - Jump to subroutine
- JSR_W() - Constructor for class org.apache.bcel.generic.JSR_W
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- JSR_W(InstructionHandle) - Constructor for class org.apache.bcel.generic.JSR_W
- JsrInstruction - class org.apache.bcel.generic.JsrInstruction.
- Super class for JSR - Jump to subroutine
- JsrInstruction(short, InstructionHandle) - Constructor for class org.apache.bcel.generic.JsrInstruction
- JsrInstruction() - Constructor for class org.apache.bcel.generic.JsrInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
L
- L2D - Static variable in interface org.apache.bcel.generic.InstructionConstants
- L2D - class org.apache.bcel.generic.L2D.
- L2D - Convert long to double
- L2D() - Constructor for class org.apache.bcel.generic.L2D
- L2F - Static variable in interface org.apache.bcel.generic.InstructionConstants
- L2F - class org.apache.bcel.generic.L2F.
- L2F - Convert long to float
- L2F() - Constructor for class org.apache.bcel.generic.L2F
- L2I - Static variable in interface org.apache.bcel.generic.InstructionConstants
- L2I - class org.apache.bcel.generic.L2I.
- L2I - Convert long to int
- L2I() - Constructor for class org.apache.bcel.generic.L2I
- LADD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LADD - class org.apache.bcel.generic.LADD.
- LADD - Add longs
- LADD() - Constructor for class org.apache.bcel.generic.LADD
- LALOAD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LALOAD - class org.apache.bcel.generic.LALOAD.
- LALOAD - Load long from array
- LALOAD() - Constructor for class org.apache.bcel.generic.LALOAD
- Load long from array
- LAND - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LAND - class org.apache.bcel.generic.LAND.
- LAND - Bitwise AND longs
- LAND() - Constructor for class org.apache.bcel.generic.LAND
- LASTORE - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LASTORE - class org.apache.bcel.generic.LASTORE.
- LASTORE - Store into long array
- LASTORE() - Constructor for class org.apache.bcel.generic.LASTORE
- Store long into array
- LCMP - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LCMP - class org.apache.bcel.generic.LCMP.
- LCMP - Compare longs:
- LCMP() - Constructor for class org.apache.bcel.generic.LCMP
- LCONST - class org.apache.bcel.generic.LCONST.
- LCONST - Push 0 or 1, other values cause an exception
- LCONST() - Constructor for class org.apache.bcel.generic.LCONST
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LCONST(long) - Constructor for class org.apache.bcel.generic.LCONST
- LCONST_0 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LCONST_1 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LDC - class org.apache.bcel.generic.LDC.
- LDC - Push item from constant pool.
- LDC() - Constructor for class org.apache.bcel.generic.LDC
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LDC(int) - Constructor for class org.apache.bcel.generic.LDC
- LDC2_W - class org.apache.bcel.generic.LDC2_W.
- LDC2_W - Push long or double from constant pool
- LDC2_W() - Constructor for class org.apache.bcel.generic.LDC2_W
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LDC2_W(int) - Constructor for class org.apache.bcel.generic.LDC2_W
- LDC_W - class org.apache.bcel.generic.LDC_W.
- LDC_W - Push item from constant pool (wide index)
- LDC_W() - Constructor for class org.apache.bcel.generic.LDC_W
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LDC_W(int) - Constructor for class org.apache.bcel.generic.LDC_W
- LDIV - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LDIV - class org.apache.bcel.generic.LDIV.
- LDIV - Divide longs
- LDIV() - Constructor for class org.apache.bcel.generic.LDIV
- LLOAD - class org.apache.bcel.generic.LLOAD.
- LLOAD - Load long from local variable
- LLOAD() - Constructor for class org.apache.bcel.generic.LLOAD
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LLOAD(int) - Constructor for class org.apache.bcel.generic.LLOAD
- LMUL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LMUL - class org.apache.bcel.generic.LMUL.
- LMUL - Multiply longs
- LMUL() - Constructor for class org.apache.bcel.generic.LMUL
- LNEG - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LNEG - class org.apache.bcel.generic.LNEG.
- LNEG - Negate long
- LNEG() - Constructor for class org.apache.bcel.generic.LNEG
- LONG - Static variable in class org.apache.bcel.generic.Type
- LOOKUPSWITCH - class org.apache.bcel.generic.LOOKUPSWITCH.
- LOOKUPSWITCH - Switch with unordered set of values
- LOOKUPSWITCH() - Constructor for class org.apache.bcel.generic.LOOKUPSWITCH
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LOOKUPSWITCH(int[], InstructionHandle[], InstructionHandle) - Constructor for class org.apache.bcel.generic.LOOKUPSWITCH
- LOR - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LOR - class org.apache.bcel.generic.LOR.
- LOR - Bitwise OR long
- LOR() - Constructor for class org.apache.bcel.generic.LOR
- LREM - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LREM - class org.apache.bcel.generic.LREM.
- LREM - Remainder of long
- LREM() - Constructor for class org.apache.bcel.generic.LREM
- LRETURN - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LRETURN - class org.apache.bcel.generic.LRETURN.
- LRETURN - Return long from method
- LRETURN() - Constructor for class org.apache.bcel.generic.LRETURN
- LSHL - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LSHL - class org.apache.bcel.generic.LSHL.
- LSHL - Arithmetic shift left long
- LSHL() - Constructor for class org.apache.bcel.generic.LSHL
- LSHR - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LSHR - class org.apache.bcel.generic.LSHR.
- LSHR - Arithmetic shift right long
- LSHR() - Constructor for class org.apache.bcel.generic.LSHR
- LSTORE - class org.apache.bcel.generic.LSTORE.
- LSTORE - Store long into local variable
- LSTORE() - Constructor for class org.apache.bcel.generic.LSTORE
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LSTORE(int) - Constructor for class org.apache.bcel.generic.LSTORE
- LSUB - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LSUB - class org.apache.bcel.generic.LSUB.
- LSUB - Substract longs
- LSUB() - Constructor for class org.apache.bcel.generic.LSUB
- LUSHR - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LUSHR - class org.apache.bcel.generic.LUSHR.
- LUSHR - Logical shift right long
- LUSHR() - Constructor for class org.apache.bcel.generic.LUSHR
- LXOR - Static variable in interface org.apache.bcel.generic.InstructionConstants
- LXOR - class org.apache.bcel.generic.LXOR.
- LXOR - Bitwise XOR long
- LXOR() - Constructor for class org.apache.bcel.generic.LXOR
- LineNumberGen - class org.apache.bcel.generic.LineNumberGen.
- This class represents a line number within a method, i.e., give an instruction a line number corresponding to the source code line.
- LineNumberGen(InstructionHandle, int) - Constructor for class org.apache.bcel.generic.LineNumberGen
- Create a line number.
- LoadClass - interface org.apache.bcel.generic.LoadClass.
- Denotes that an instruction may start the process of loading and resolving the referenced class in the Virtual Machine.
- LoadInstruction - class org.apache.bcel.generic.LoadInstruction.
- Denotes an unparameterized instruction to load a value from a local variable, e.g.
- LoadInstruction(short, short) - Constructor for class org.apache.bcel.generic.LoadInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LoadInstruction(short, short, int) - Constructor for class org.apache.bcel.generic.LoadInstruction
- LocalVariableGen - class org.apache.bcel.generic.LocalVariableGen.
- This class represents a local variable within a method.
- LocalVariableGen(int, String, Type, InstructionHandle, InstructionHandle) - Constructor for class org.apache.bcel.generic.LocalVariableGen
- Generate a local variable that with index `index'.
- LocalVariableInstruction - class org.apache.bcel.generic.LocalVariableInstruction.
- Abstract super class for instructions dealing with local variables.
- LocalVariableInstruction(short, short) - Constructor for class org.apache.bcel.generic.LocalVariableInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LocalVariableInstruction() - Constructor for class org.apache.bcel.generic.LocalVariableInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- LocalVariableInstruction(short, short, int) - Constructor for class org.apache.bcel.generic.LocalVariableInstruction
- length - Variable in class org.apache.bcel.generic.Instruction
- length - Variable in class org.apache.bcel.generic.InstructionList
- line_number_vec - Variable in class org.apache.bcel.generic.MethodGen
- lookupClass(String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantClass in ConstantPool named `str'.
- lookupDouble(double) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantDouble in ConstantPool.
- lookupFieldref(String, String, String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantFieldref in ConstantPool.
- lookupFloat(float) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantFloat in ConstantPool.
- lookupInteger(int) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantInteger in ConstantPool.
- lookupInterfaceMethodref(String, String, String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantInterfaceMethodref in ConstantPool.
- lookupInterfaceMethodref(MethodGen) - Method in class org.apache.bcel.generic.ConstantPoolGen
- lookupLong(long) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantLong in ConstantPool.
- lookupMethodref(String, String, String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantMethodref in ConstantPool.
- lookupMethodref(MethodGen) - Method in class org.apache.bcel.generic.ConstantPoolGen
- lookupNameAndType(String, String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantNameAndType in ConstantPool.
- lookupString(String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantString in ConstantPool containing String `str'.
- lookupUtf8(String) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Look for ConstantUtf8 in ConstantPool.
M
- METHODREF_DELIM - Static variable in class org.apache.bcel.generic.ConstantPoolGen
- MONITORENTER - Static variable in interface org.apache.bcel.generic.InstructionConstants
- MONITORENTER - class org.apache.bcel.generic.MONITORENTER.
- MONITORENTER - Enter monitor for object
- MONITORENTER() - Constructor for class org.apache.bcel.generic.MONITORENTER
- MONITOREXIT - Static variable in interface org.apache.bcel.generic.InstructionConstants
- MONITOREXIT - class org.apache.bcel.generic.MONITOREXIT.
- MONITOREXIT - Exit monitor for object
- MONITOREXIT() - Constructor for class org.apache.bcel.generic.MONITOREXIT
- MULTIANEWARRAY - class org.apache.bcel.generic.MULTIANEWARRAY.
- MULTIANEWARRAY - Create new mutidimensional array of references
- MULTIANEWARRAY() - Constructor for class org.apache.bcel.generic.MULTIANEWARRAY
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- MULTIANEWARRAY(int, short) - Constructor for class org.apache.bcel.generic.MULTIANEWARRAY
- MethodGen - class org.apache.bcel.generic.MethodGen.
- Template class for building up a method.
- MethodGen(int, Type, Type[], String[], String, String, InstructionList, ConstantPoolGen) - Constructor for class org.apache.bcel.generic.MethodGen
- Declare method.
- MethodGen(Method, String, ConstantPoolGen) - Constructor for class org.apache.bcel.generic.MethodGen
- Instantiate from existing method.
- MethodGen.BranchStack - class org.apache.bcel.generic.MethodGen.BranchStack.
- MethodGen.BranchStack() - Constructor for class org.apache.bcel.generic.MethodGen.BranchStack
- MethodGen.BranchTarget - class org.apache.bcel.generic.MethodGen.BranchTarget.
- MethodGen.BranchTarget(InstructionHandle, int) - Constructor for class org.apache.bcel.generic.MethodGen.BranchTarget
- MethodObserver - interface org.apache.bcel.generic.MethodObserver.
- Implement this interface if you're interested in changes to a MethodGen object and register yourself with addObserver().
- major - Variable in class org.apache.bcel.generic.ClassGen
- match - Variable in class org.apache.bcel.generic.SWITCH
- match - Variable in class org.apache.bcel.generic.Select
- matchIsOrdered(int) - Method in class org.apache.bcel.generic.SWITCH
- match_length - Variable in class org.apache.bcel.generic.SWITCH
- match_length - Variable in class org.apache.bcel.generic.Select
- max_locals - Variable in class org.apache.bcel.generic.MethodGen
- max_stack - Variable in class org.apache.bcel.generic.MethodGen
- method_vec - Variable in class org.apache.bcel.generic.ClassGen
- minor - Variable in class org.apache.bcel.generic.ClassGen
- move(InstructionHandle, InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Take all instructions (handles) from "start" to "end" and append them after the new location "target".
- move(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Move a single instruction (handle) to a new location.
N
- NAT_DELIM - Static variable in class org.apache.bcel.generic.ConstantPoolGen
- NEW - class org.apache.bcel.generic.NEW.
- NEW - Create new object
- NEW() - Constructor for class org.apache.bcel.generic.NEW
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- NEW(int) - Constructor for class org.apache.bcel.generic.NEW
- NEWARRAY - class org.apache.bcel.generic.NEWARRAY.
- NEWARRAY - Create new array of basic type (int, short, ...)
- NEWARRAY() - Constructor for class org.apache.bcel.generic.NEWARRAY
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- NEWARRAY(byte) - Constructor for class org.apache.bcel.generic.NEWARRAY
- NEWARRAY(BasicType) - Constructor for class org.apache.bcel.generic.NEWARRAY
- NOP - Static variable in interface org.apache.bcel.generic.InstructionConstants
- Predefined instruction objects
- NOP - class org.apache.bcel.generic.NOP.
- NOP - Do nothing
- NOP() - Constructor for class org.apache.bcel.generic.NOP
- NO_ARGS - Static variable in class org.apache.bcel.generic.Type
- NO_TARGET - Static variable in class org.apache.bcel.generic.ReturnaddressType
- NULL - Static variable in class org.apache.bcel.generic.Type
- NamedAndTyped - interface org.apache.bcel.generic.NamedAndTyped.
- Denote entity that has both name and type.
- n - Variable in class org.apache.bcel.generic.LocalVariableInstruction
- n_a_t_table - Variable in class org.apache.bcel.generic.ConstantPoolGen
- name - Variable in class org.apache.bcel.generic.FieldGenOrMethodGen
- name - Variable in class org.apache.bcel.generic.InstructionFactory.MethodObject
- name - Variable in class org.apache.bcel.generic.LocalVariableGen
- nargs - Variable in class org.apache.bcel.generic.INVOKEINTERFACE
- negate() - Method in class org.apache.bcel.generic.IFEQ
- negate() - Method in class org.apache.bcel.generic.IFGE
- negate() - Method in class org.apache.bcel.generic.IFGT
- negate() - Method in class org.apache.bcel.generic.IFLE
- negate() - Method in class org.apache.bcel.generic.IFLT
- negate() - Method in class org.apache.bcel.generic.IFNE
- negate() - Method in class org.apache.bcel.generic.IFNONNULL
- negate() - Method in class org.apache.bcel.generic.IFNULL
- negate() - Method in class org.apache.bcel.generic.IF_ACMPEQ
- negate() - Method in class org.apache.bcel.generic.IF_ACMPNE
- negate() - Method in class org.apache.bcel.generic.IF_ICMPEQ
- negate() - Method in class org.apache.bcel.generic.IF_ICMPGE
- negate() - Method in class org.apache.bcel.generic.IF_ICMPGT
- negate() - Method in class org.apache.bcel.generic.IF_ICMPLE
- negate() - Method in class org.apache.bcel.generic.IF_ICMPLT
- negate() - Method in class org.apache.bcel.generic.IF_ICMPNE
- negate() - Method in class org.apache.bcel.generic.IfInstruction
- next - Variable in class org.apache.bcel.generic.InstructionHandle
- notify(ClassGen) - Method in interface org.apache.bcel.generic.ClassObserver
- notify(FieldGen) - Method in interface org.apache.bcel.generic.FieldObserver
- notify(InstructionList) - Method in interface org.apache.bcel.generic.InstructionListObserver
- notify(MethodGen) - Method in interface org.apache.bcel.generic.MethodObserver
- notifyTarget(InstructionHandle, InstructionHandle, InstructionTargeter) - Static method in class org.apache.bcel.generic.BranchInstruction
- Used by BranchInstruction, LocalVariableGen, CodeExceptionGen
O
- OBJECT - Static variable in class org.apache.bcel.generic.Type
- ObjectType - class org.apache.bcel.generic.ObjectType.
- Denotes reference such as java.lang.String.
- ObjectType(String) - Constructor for class org.apache.bcel.generic.ObjectType
- observers - Variable in class org.apache.bcel.generic.ClassGen
- observers - Variable in class org.apache.bcel.generic.FieldGen
- observers - Variable in class org.apache.bcel.generic.InstructionList
- observers - Variable in class org.apache.bcel.generic.MethodGen
- opcode - Variable in class org.apache.bcel.generic.Instruction
- org.apache.bcel.generic - package org.apache.bcel.generic
P
- POP - Static variable in interface org.apache.bcel.generic.InstructionConstants
- POP - class org.apache.bcel.generic.POP.
- POP - Pop top operand stack word
- POP() - Constructor for class org.apache.bcel.generic.POP
- POP2 - Static variable in interface org.apache.bcel.generic.InstructionConstants
- POP2 - class org.apache.bcel.generic.POP2.
- POP2 - Pop two top operand stack words
- POP2() - Constructor for class org.apache.bcel.generic.POP2
- PUSH - class org.apache.bcel.generic.PUSH.
- Wrapper class for push operations, which are implemented either as BIPUSH, LDC or xCONST_n instructions.
- PUSH(ConstantPoolGen, int) - Constructor for class org.apache.bcel.generic.PUSH
- This constructor also applies for values of type short, char, byte
- PUSH(ConstantPoolGen, boolean) - Constructor for class org.apache.bcel.generic.PUSH
- PUSH(ConstantPoolGen, float) - Constructor for class org.apache.bcel.generic.PUSH
- PUSH(ConstantPoolGen, long) - Constructor for class org.apache.bcel.generic.PUSH
- PUSH(ConstantPoolGen, double) - Constructor for class org.apache.bcel.generic.PUSH
- PUSH(ConstantPoolGen, String) - Constructor for class org.apache.bcel.generic.PUSH
- PUSH(ConstantPoolGen, Number) - Constructor for class org.apache.bcel.generic.PUSH
- PUSH(ConstantPoolGen, Character) - Constructor for class org.apache.bcel.generic.PUSH
- creates a push object from a Character value.
- PUSH(ConstantPoolGen, Boolean) - Constructor for class org.apache.bcel.generic.PUSH
- PUTFIELD - class org.apache.bcel.generic.PUTFIELD.
- PUTFIELD - Put field in object
- PUTFIELD() - Constructor for class org.apache.bcel.generic.PUTFIELD
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- PUTFIELD(int) - Constructor for class org.apache.bcel.generic.PUTFIELD
- PUTSTATIC - class org.apache.bcel.generic.PUTSTATIC.
- PUTSTATIC - Put static field in class
- PUTSTATIC() - Constructor for class org.apache.bcel.generic.PUTSTATIC
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- PUTSTATIC(int) - Constructor for class org.apache.bcel.generic.PUTSTATIC
- PopInstruction - interface org.apache.bcel.generic.PopInstruction.
- Denotes an unparameterized instruction to pop a value on top from the stack, such as ISTORE, POP, PUTSTATIC.
- PushInstruction - interface org.apache.bcel.generic.PushInstruction.
- Denotes an unparameterized instruction to produce a value on top of the stack, such as ILOAD, LDC, SIPUSH, DUP, ICONST, etc.
- padding - Variable in class org.apache.bcel.generic.Select
- physicalSuccessor() - Method in class org.apache.bcel.generic.JsrInstruction
- Returns an InstructionHandle to the physical successor of this JsrInstruction.
- pop() - Method in class org.apache.bcel.generic.MethodGen.BranchStack
- position - Variable in class org.apache.bcel.generic.BranchInstruction
- prev - Variable in class org.apache.bcel.generic.InstructionHandle
- produceStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.GETFIELD
- produceStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.GETSTATIC
- produceStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.Instruction
- This method also gives right results for instructions whose effect on the stack depends on the constant pool entry they reference.
- produceStack(ConstantPoolGen) - Method in class org.apache.bcel.generic.InvokeInstruction
- Also works for instructions whose stack effect depends on the constant pool entry they reference.
- produceStack(ConstantPoolGen) - Method in interface org.apache.bcel.generic.StackProducer
- push(InstructionHandle, int) - Method in class org.apache.bcel.generic.MethodGen.BranchStack
R
- RET - class org.apache.bcel.generic.RET.
- RET - Return from subroutine
- RET() - Constructor for class org.apache.bcel.generic.RET
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- RET(int) - Constructor for class org.apache.bcel.generic.RET
- RETURN - Static variable in interface org.apache.bcel.generic.InstructionConstants
- RETURN - class org.apache.bcel.generic.RETURN.
- RETURN - Return from void method
- RETURN() - Constructor for class org.apache.bcel.generic.RETURN
- ReferenceType - class org.apache.bcel.generic.ReferenceType.
- Super class for object and array types.
- ReferenceType(byte, String) - Constructor for class org.apache.bcel.generic.ReferenceType
- ReferenceType() - Constructor for class org.apache.bcel.generic.ReferenceType
- Class is non-abstract but not instantiable from the outside
- ReturnInstruction - class org.apache.bcel.generic.ReturnInstruction.
- Super class for the xRETURN family of instructions.
- ReturnInstruction() - Constructor for class org.apache.bcel.generic.ReturnInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- ReturnInstruction(short) - Constructor for class org.apache.bcel.generic.ReturnInstruction
- ReturnaddressType - class org.apache.bcel.generic.ReturnaddressType.
- Returnaddress, the type JSR or JSR_W instructions push upon the stack.
- ReturnaddressType() - Constructor for class org.apache.bcel.generic.ReturnaddressType
- A Returnaddress [that doesn't know where to return to].
- ReturnaddressType(InstructionHandle) - Constructor for class org.apache.bcel.generic.ReturnaddressType
- Creates a ReturnaddressType object with a target.
- readInstruction(ByteSequence) - Static method in class org.apache.bcel.generic.Instruction
- Read an instruction from (byte code) input stream and return the appropiate object.
- redirectBranches(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Redirect all references from old_target to new_target, i.e., update targets of branch instructions.
- redirectExceptionHandlers(CodeExceptionGen[], InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Redirect all references of exception handlers from old_target to new_target.
- redirectLocalVariables(LocalVariableGen[], InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Redirect all references of local variables from old_target to new_target.
- referencesClass() - Method in class org.apache.bcel.generic.ObjectType
- Deprecated. this method returns an inaccurate result if the class or interface referenced cannot be found: use referencesClassExact() instead
- referencesClassExact() - Method in class org.apache.bcel.generic.ObjectType
- Return true if this type references a class, false if it references an interface.
- referencesInterface() - Method in class org.apache.bcel.generic.ObjectType
- Deprecated. this method returns an inaccurate result if the class or interface referenced cannot be found: use referencesInterfaceExact() instead
- referencesInterfaceExact() - Method in class org.apache.bcel.generic.ObjectType
- Return true if this type references an interface, false if it references a class.
- remove(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.InstructionList
- Remove from instruction `prev' to instruction `next' both contained in this list.
- removeAllTargeters() - Method in class org.apache.bcel.generic.InstructionHandle
- Remove all targeters, if any.
- removeAttribute(Attribute) - Method in class org.apache.bcel.generic.ClassGen
- Remove an attribute from this class.
- removeAttribute(Attribute) - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- Remove an attribute.
- removeAttribute(Object) - Method in class org.apache.bcel.generic.InstructionHandle
- Delete an attribute of an instruction handle.
- removeAttributes() - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- Remove all attributes.
- removeCodeAttribute(Attribute) - Method in class org.apache.bcel.generic.MethodGen
- Remove a code attribute.
- removeCodeAttributes() - Method in class org.apache.bcel.generic.MethodGen
- Remove all code attributes.
- removeException(String) - Method in class org.apache.bcel.generic.MethodGen
- Remove an exception.
- removeExceptionHandler(CodeExceptionGen) - Method in class org.apache.bcel.generic.MethodGen
- Remove an exception handler.
- removeExceptionHandlers() - Method in class org.apache.bcel.generic.MethodGen
- Remove all line numbers.
- removeExceptions() - Method in class org.apache.bcel.generic.MethodGen
- Remove all exceptions.
- removeField(Field) - Method in class org.apache.bcel.generic.ClassGen
- Remove a field to this class.
- removeInterface(String) - Method in class org.apache.bcel.generic.ClassGen
- Remove an interface from this class.
- removeLineNumber(LineNumberGen) - Method in class org.apache.bcel.generic.MethodGen
- Remove a line number.
- removeLineNumbers() - Method in class org.apache.bcel.generic.MethodGen
- Remove all line numbers.
- removeLocalVariable(LocalVariableGen) - Method in class org.apache.bcel.generic.MethodGen
- Remove a local variable, its slot will not be reused, if you do not use addLocalVariable with an explicit index argument.
- removeLocalVariables() - Method in class org.apache.bcel.generic.MethodGen
- Remove all local variables.
- removeMethod(Method) - Method in class org.apache.bcel.generic.ClassGen
- Remove a method from this class.
- removeNOPs() - Method in class org.apache.bcel.generic.MethodGen
- Remove all NOPs from the instruction list (if possible) and update every object refering to them, i.e., branch instructions, local variables and exception handlers.
- removeObserver(ClassObserver) - Method in class org.apache.bcel.generic.ClassGen
- Remove observer for this object.
- removeObserver(FieldObserver) - Method in class org.apache.bcel.generic.FieldGen
- Remove observer for this object.
- removeObserver(InstructionListObserver) - Method in class org.apache.bcel.generic.InstructionList
- Remove observer for this object.
- removeObserver(MethodObserver) - Method in class org.apache.bcel.generic.MethodGen
- Remove observer for this object.
- removeTargeter(InstructionTargeter) - Method in class org.apache.bcel.generic.InstructionHandle
- Denote this handle isn't referenced anymore by t.
- replaceConstantPool(ConstantPoolGen, ConstantPoolGen) - Method in class org.apache.bcel.generic.InstructionList
- Replace all references to the old constant pool with references to the new constant pool
- replaceField(Field, Field) - Method in class org.apache.bcel.generic.ClassGen
- Replace given field with new one.
- replaceMethod(Method, Method) - Method in class org.apache.bcel.generic.ClassGen
- Replace given method with new one.
- result_type - Variable in class org.apache.bcel.generic.InstructionFactory.MethodObject
- returnTarget - Variable in class org.apache.bcel.generic.ReturnaddressType
S
- SALOAD - Static variable in interface org.apache.bcel.generic.InstructionConstants
- SALOAD - class org.apache.bcel.generic.SALOAD.
- SALOAD - Load short from array
- SALOAD() - Constructor for class org.apache.bcel.generic.SALOAD
- SASTORE - Static variable in interface org.apache.bcel.generic.InstructionConstants
- SASTORE - class org.apache.bcel.generic.SASTORE.
- SASTORE - Store into short array
- SASTORE() - Constructor for class org.apache.bcel.generic.SASTORE
- SHORT - Static variable in class org.apache.bcel.generic.Type
- SIPUSH - class org.apache.bcel.generic.SIPUSH.
- SIPUSH - Push short
- SIPUSH() - Constructor for class org.apache.bcel.generic.SIPUSH
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- SIPUSH(short) - Constructor for class org.apache.bcel.generic.SIPUSH
- STRING - Static variable in class org.apache.bcel.generic.Type
- STRINGBUFFER - Static variable in class org.apache.bcel.generic.Type
- SWAP - Static variable in interface org.apache.bcel.generic.InstructionConstants
- SWAP - class org.apache.bcel.generic.SWAP.
- SWAP - Swa top operand stack word
- SWAP() - Constructor for class org.apache.bcel.generic.SWAP
- SWITCH - class org.apache.bcel.generic.SWITCH.
- SWITCH - Branch depending on int value, generates either LOOKUPSWITCH or TABLESWITCH instruction, depending on whether the match values (int[]) can be sorted with no gaps between the numbers.
- SWITCH(int[], InstructionHandle[], InstructionHandle, int) - Constructor for class org.apache.bcel.generic.SWITCH
- Template for switch() constructs.
- SWITCH(int[], InstructionHandle[], InstructionHandle) - Constructor for class org.apache.bcel.generic.SWITCH
- Select - class org.apache.bcel.generic.Select.
- Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.
- Select() - Constructor for class org.apache.bcel.generic.Select
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- Select(short, int[], InstructionHandle[], InstructionHandle) - Constructor for class org.apache.bcel.generic.Select
- (Match, target) pairs for switch.
- StackConsumer - interface org.apache.bcel.generic.StackConsumer.
- Denote an instruction that may consume a value from the stack.
- StackInstruction - class org.apache.bcel.generic.StackInstruction.
- Super class for stack operations like DUP and POP.
- StackInstruction() - Constructor for class org.apache.bcel.generic.StackInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- StackInstruction(short) - Constructor for class org.apache.bcel.generic.StackInstruction
- StackProducer - interface org.apache.bcel.generic.StackProducer.
- Denote an instruction that may produce a value on top of the stack (this excludes DUP_X1, e.g.)
- StoreInstruction - class org.apache.bcel.generic.StoreInstruction.
- Denotes an unparameterized instruction to store a value into a local variable, e.g.
- StoreInstruction(short, short) - Constructor for class org.apache.bcel.generic.StoreInstruction
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- StoreInstruction(short, short, int) - Constructor for class org.apache.bcel.generic.StoreInstruction
- setArgumentName(int, String) - Method in class org.apache.bcel.generic.MethodGen
- setArgumentNames(String[]) - Method in class org.apache.bcel.generic.MethodGen
- setArgumentType(int, Type) - Method in class org.apache.bcel.generic.MethodGen
- setArgumentTypes(Type[]) - Method in class org.apache.bcel.generic.MethodGen
- setCatchType(ObjectType) - Method in class org.apache.bcel.generic.CodeExceptionGen
- Sets the type of the Exception to catch.
- setClassGen(ClassGen) - Method in class org.apache.bcel.generic.InstructionFactory
- setClassName(String) - Method in class org.apache.bcel.generic.ClassGen
- setClassName(String) - Method in class org.apache.bcel.generic.MethodGen
- setClassNameIndex(int) - Method in class org.apache.bcel.generic.ClassGen
- setComparator(BCELComparator) - Static method in class org.apache.bcel.generic.ClassGen
- setComparator(BCELComparator) - Static method in class org.apache.bcel.generic.FieldGen
- setComparator(InstructionComparator) - Static method in class org.apache.bcel.generic.Instruction
- Set comparator to be used for equals().
- setComparator(BCELComparator) - Static method in class org.apache.bcel.generic.MethodGen
- setConstant(int, Constant) - Method in class org.apache.bcel.generic.ConstantPoolGen
- Use with care!
- setConstantPool(ConstantPoolGen) - Method in class org.apache.bcel.generic.ClassGen
- setConstantPool(ConstantPoolGen) - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- setConstantPool(ConstantPoolGen) - Method in class org.apache.bcel.generic.InstructionFactory
- setEnd(InstructionHandle) - Method in class org.apache.bcel.generic.LocalVariableGen
- setEndPC(InstructionHandle) - Method in class org.apache.bcel.generic.CodeExceptionGen
- setHandlerPC(InstructionHandle) - Method in class org.apache.bcel.generic.CodeExceptionGen
- setIncrement(int) - Method in class org.apache.bcel.generic.IINC
- Set increment factor.
- setIndex(int) - Method in class org.apache.bcel.generic.CPInstruction
- Set the index to constant pool.
- setIndex(int) - Method in class org.apache.bcel.generic.IINC
- Set index of local variable.
- setIndex(int) - Method in interface org.apache.bcel.generic.IndexedInstruction
- setIndex(int) - Method in class org.apache.bcel.generic.LDC
- Set the index to constant pool and adjust size.
- setIndex(int) - Method in class org.apache.bcel.generic.LocalVariableGen
- setIndex(int) - Method in class org.apache.bcel.generic.LocalVariableInstruction
- Set the local variable index
- setIndex(int) - Method in class org.apache.bcel.generic.RET
- Set index of local variable containg the return address
- setInitValue(String) - Method in class org.apache.bcel.generic.FieldGen
- Set (optional) initial value of field, otherwise it will be set to null/0/false by the JVM automatically.
- setInitValue(long) - Method in class org.apache.bcel.generic.FieldGen
- setInitValue(int) - Method in class org.apache.bcel.generic.FieldGen
- setInitValue(short) - Method in class org.apache.bcel.generic.FieldGen
- setInitValue(char) - Method in class org.apache.bcel.generic.FieldGen
- setInitValue(byte) - Method in class org.apache.bcel.generic.FieldGen
- setInitValue(boolean) - Method in class org.apache.bcel.generic.FieldGen
- setInitValue(float) - Method in class org.apache.bcel.generic.FieldGen
- setInitValue(double) - Method in class org.apache.bcel.generic.FieldGen
- setInstruction(Instruction) - Method in class org.apache.bcel.generic.BranchHandle
- Set new contents.
- setInstruction(Instruction) - Method in class org.apache.bcel.generic.InstructionHandle
- Replace current instruction contained in this handle.
- setInstruction(InstructionHandle) - Method in class org.apache.bcel.generic.LineNumberGen
- setInstructionList(InstructionList) - Method in class org.apache.bcel.generic.MethodGen
- setMajor(int) - Method in class org.apache.bcel.generic.ClassGen
- Set major version number of class file, default value is 45 (JDK 1.1)
- setMaxLocals(int) - Method in class org.apache.bcel.generic.MethodGen
- Set maximum number of local variables.
- setMaxLocals() - Method in class org.apache.bcel.generic.MethodGen
- Compute maximum number of local variables.
- setMaxStack(int) - Method in class org.apache.bcel.generic.MethodGen
- Set maximum stack size for this method.
- setMaxStack() - Method in class org.apache.bcel.generic.MethodGen
- Computes max.
- setMethodAt(Method, int) - Method in class org.apache.bcel.generic.ClassGen
- setMethods(Method[]) - Method in class org.apache.bcel.generic.ClassGen
- setMinor(int) - Method in class org.apache.bcel.generic.ClassGen
- Set minor version number of class file, default value is 3 (JDK 1.1)
- setName(String) - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- setName(String) - Method in class org.apache.bcel.generic.LocalVariableGen
- setName(String) - Method in interface org.apache.bcel.generic.NamedAndTyped
- setOpcode(short) - Method in class org.apache.bcel.generic.Instruction
- Needed in readInstruction.
- setPosition(int) - Method in class org.apache.bcel.generic.BranchHandle
- setPosition(int) - Method in class org.apache.bcel.generic.InstructionHandle
- Set the position, i.e., the byte code offset of the contained instruction.
- setPositions() - Method in class org.apache.bcel.generic.InstructionList
- setPositions(boolean) - Method in class org.apache.bcel.generic.InstructionList
- Give all instructions their position number (offset in byte stream), i.e., make the list ready to be dumped.
- setReturnType(Type) - Method in class org.apache.bcel.generic.MethodGen
- setSize() - Method in class org.apache.bcel.generic.LDC
- setSourceLine(int) - Method in class org.apache.bcel.generic.LineNumberGen
- setStart(InstructionHandle) - Method in class org.apache.bcel.generic.LocalVariableGen
- setStartPC(InstructionHandle) - Method in class org.apache.bcel.generic.CodeExceptionGen
- setSuperclassName(String) - Method in class org.apache.bcel.generic.ClassGen
- setSuperclassNameIndex(int) - Method in class org.apache.bcel.generic.ClassGen
- setTarget(InstructionHandle) - Method in class org.apache.bcel.generic.BranchHandle
- Pass new target to instruction.
- setTarget(InstructionHandle) - Method in class org.apache.bcel.generic.BranchInstruction
- Set branch target
- setTarget(int, InstructionHandle) - Method in class org.apache.bcel.generic.Select
- Set branch target for `i'th case
- setType(Type) - Method in class org.apache.bcel.generic.FieldGenOrMethodGen
- setType(Type) - Method in class org.apache.bcel.generic.LocalVariableGen
- setType(Type) - Method in interface org.apache.bcel.generic.NamedAndTyped
- setValue(int) - Method in class org.apache.bcel.generic.FieldGen
- setWide() - Method in class org.apache.bcel.generic.IINC
- setWide() - Method in class org.apache.bcel.generic.RET
- signature - Variable in class org.apache.bcel.generic.Type
- size - Variable in class org.apache.bcel.generic.ConstantPoolGen
- size() - Method in class org.apache.bcel.generic.InstructionList
- sort(LocalVariableGen[], int, int) - Static method in class org.apache.bcel.generic.MethodGen
- Sort local variables by index
- sort(int, int) - Method in class org.apache.bcel.generic.SWITCH
- Sort match and targets array with QuickSort.
- src_line - Variable in class org.apache.bcel.generic.LineNumberGen
- stackDepth - Variable in class org.apache.bcel.generic.MethodGen.BranchTarget
- start - Variable in class org.apache.bcel.generic.InstructionList
- start - Variable in class org.apache.bcel.generic.LocalVariableGen
- start_pc - Variable in class org.apache.bcel.generic.CodeExceptionGen
- string_table - Variable in class org.apache.bcel.generic.ConstantPoolGen
- stripAttributes(boolean) - Method in class org.apache.bcel.generic.MethodGen
- Do not/Do produce attributes code attributesLineNumberTable and LocalVariableTable, like javac -O
- strip_attributes - Variable in class org.apache.bcel.generic.MethodGen
- subclassOf(ObjectType) - Method in class org.apache.bcel.generic.ObjectType
- Return true if this type is a subclass of given ObjectType.
- super_class_name - Variable in class org.apache.bcel.generic.ClassGen
- superclass_name_index - Variable in class org.apache.bcel.generic.ClassGen
- swapInstruction(Instruction) - Method in class org.apache.bcel.generic.InstructionHandle
- Temporarily swap the current instruction, without disturbing anything.
T
- TABLESWITCH - class org.apache.bcel.generic.TABLESWITCH.
- TABLESWITCH - Switch within given range of values, i.e., low..high
- TABLESWITCH() - Constructor for class org.apache.bcel.generic.TABLESWITCH
- Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
- TABLESWITCH(int[], InstructionHandle[], InstructionHandle) - Constructor for class org.apache.bcel.generic.TABLESWITCH
- THIS - Static variable in interface org.apache.bcel.generic.InstructionConstants
- You can use these constants in multiple places safely, if you can guarantee that you will never alter their internal values, e.g.
- THROWABLE - Static variable in class org.apache.bcel.generic.Type
- TargetLostException - exception org.apache.bcel.generic.TargetLostException.
- Thrown by InstructionList.remove() when one or multiple disposed instruction are still being referenced by a InstructionTargeter object.
- TargetLostException(InstructionHandle[], String) - Constructor for class org.apache.bcel.generic.TargetLostException
- Type - class org.apache.bcel.generic.Type.
- Abstract super class for all possible java types, namely basic types such as int, object types like String and array types, e.g.
- Type(byte, String) - Constructor for class org.apache.bcel.generic.Type
- TypedInstruction - interface org.apache.bcel.generic.TypedInstruction.
- Get the type associated with an instruction, int for ILOAD, or the type of the field of a PUTFIELD instruction, e.g..
- target - Variable in class org.apache.bcel.generic.BranchInstruction
- target - Variable in class org.apache.bcel.generic.MethodGen.BranchTarget
- targeters - Variable in class org.apache.bcel.generic.InstructionHandle
- targets - Variable in class org.apache.bcel.generic.SWITCH
- targets - Variable in class org.apache.bcel.generic.Select
- targets - Variable in class org.apache.bcel.generic.TargetLostException
- throws_vec - Variable in class org.apache.bcel.generic.MethodGen
- toString(boolean) - Method in class org.apache.bcel.generic.BIPUSH
- toString(boolean) - Method in class org.apache.bcel.generic.BranchInstruction
- Long output format: <position in byte code> <name of opcode> "["<opcode number>"]" "("<length of instruction>")" "<"<target instruction>">" "@"<branch target offset>
- toString(boolean) - Method in class org.apache.bcel.generic.CPInstruction
- Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")" "<"< constant pool index>">"
- toString(ConstantPool) - Method in class org.apache.bcel.generic.CPInstruction
- toString() - Method in class org.apache.bcel.generic.CodeExceptionGen
- toString() - Method in class org.apache.bcel.generic.ConstantPoolGen
- toString() - Method in class org.apache.bcel.generic.FieldGen
- Return string representation close to declaration format, `public static final short MAX = 100', e.g..
- toString(ConstantPool) - Method in class org.apache.bcel.generic.FieldInstruction
- toString(boolean) - Method in class org.apache.bcel.generic.IINC
- toString(ConstantPool) - Method in class org.apache.bcel.generic.INVOKEINTERFACE
- toString(boolean) - Method in class org.apache.bcel.generic.Instruction
- Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")"
- toString() - Method in class org.apache.bcel.generic.Instruction
- toString(ConstantPool) - Method in class org.apache.bcel.generic.Instruction
- toString(boolean) - Method in class org.apache.bcel.generic.InstructionHandle
- toString() - Method in class org.apache.bcel.generic.InstructionHandle
- toString() - Method in class org.apache.bcel.generic.InstructionList
- toString(boolean) - Method in class org.apache.bcel.generic.InstructionList
- toString(ConstantPool) - Method in class org.apache.bcel.generic.InvokeInstruction
- toString() - Method in class org.apache.bcel.generic.LocalVariableGen
- toString(boolean) - Method in class org.apache.bcel.generic.LocalVariableInstruction
- Long output format: <name of opcode> "["<opcode number>"]" "("<length of instruction>")" "<"< local variable index>">"
- toString(boolean) - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- toString(ConstantPool) - Method in class org.apache.bcel.generic.MULTIANEWARRAY
- toString() - Method in class org.apache.bcel.generic.MethodGen
- Return string representation close to declaration format, `public static void main(String[]) throws IOException', e.g.
- toString(boolean) - Method in class org.apache.bcel.generic.NEWARRAY
- toString() - Method in class org.apache.bcel.generic.PUSH
- toString(boolean) - Method in class org.apache.bcel.generic.RET
- toString(boolean) - Method in class org.apache.bcel.generic.SIPUSH
- toString(boolean) - Method in class org.apache.bcel.generic.Select
- toString() - Method in class org.apache.bcel.generic.Type
- type - Variable in class org.apache.bcel.generic.FieldGenOrMethodGen
- type - Variable in class org.apache.bcel.generic.LocalVariableGen
- type - Variable in class org.apache.bcel.generic.NEWARRAY
- type - Variable in class org.apache.bcel.generic.Type
U
- UNKNOWN - Static variable in class org.apache.bcel.generic.Type
- UnconditionalBranch - interface org.apache.bcel.generic.UnconditionalBranch.
- Denotes an instruction to perform an unconditional branch, i.e., GOTO, JSR.
- unwrap(ThreadLocal) - Static method in class org.apache.bcel.generic.Type
- update() - Method in class org.apache.bcel.generic.ClassGen
- Call notify() method on all observers.
- update() - Method in class org.apache.bcel.generic.FieldGen
- Call notify() method on all observers.
- update() - Method in class org.apache.bcel.generic.InstructionList
- Call notify() method on all observers.
- update() - Method in class org.apache.bcel.generic.MethodGen
- Call notify() method on all observers.
- updatePosition(int, int) - Method in class org.apache.bcel.generic.BranchHandle
- updatePosition(int, int) - Method in class org.apache.bcel.generic.BranchInstruction
- Called by InstructionList.setPositions when setting the position for every instruction.
- updatePosition(int, int) - Method in class org.apache.bcel.generic.GOTO
- Called in pass 2 of InstructionList.setPositions() in order to update the branch target, that may shift due to variable length instructions.
- updatePosition(int, int) - Method in class org.apache.bcel.generic.InstructionHandle
- Called by InstructionList.setPositions when setting the position for every instruction.
- updatePosition(int, int) - Method in class org.apache.bcel.generic.JSR
- updatePosition(int, int) - Method in class org.apache.bcel.generic.Select
- Since this is a variable length instruction, it may shift the following instructions which then need to update their position.
- updateTarget(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.BranchHandle
- Update target of instruction.
- updateTarget(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.BranchInstruction
- updateTarget(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.CodeExceptionGen
- updateTarget(InstructionHandle, InstructionHandle) - Method in interface org.apache.bcel.generic.InstructionTargeter
- updateTarget(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.LineNumberGen
- updateTarget(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.LocalVariableGen
- updateTarget(InstructionHandle, InstructionHandle) - Method in class org.apache.bcel.generic.Select
- utf8_table - Variable in class org.apache.bcel.generic.ConstantPoolGen
V
- VOID - Static variable in class org.apache.bcel.generic.Type
- Predefined constants
- VariableLengthInstruction - interface org.apache.bcel.generic.VariableLengthInstruction.
- Denotes an instruction to be a variable length instruction, such as GOTO, JSR, LOOKUPSWITCH and TABLESWITCH.
- Visitor - interface org.apache.bcel.generic.Visitor.
- Interface implementing the Visitor pattern programming style.
- value - Variable in class org.apache.bcel.generic.DCONST
- value - Variable in class org.apache.bcel.generic.FCONST
- value - Variable in class org.apache.bcel.generic.FieldGen
- value - Variable in class org.apache.bcel.generic.ICONST
- value - Variable in class org.apache.bcel.generic.LCONST
- variable_vec - Variable in class org.apache.bcel.generic.MethodGen
- visit(InstructionHandle, int) - Method in class org.apache.bcel.generic.MethodGen.BranchStack
- visitAALOAD(AALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitAALOAD(AALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitAASTORE(AASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitAASTORE(AASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitACONST_NULL(ACONST_NULL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitACONST_NULL(ACONST_NULL) - Method in interface org.apache.bcel.generic.Visitor
- visitALOAD(ALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitALOAD(ALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitANEWARRAY(ANEWARRAY) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitANEWARRAY(ANEWARRAY) - Method in interface org.apache.bcel.generic.Visitor
- visitARETURN(ARETURN) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitARETURN(ARETURN) - Method in interface org.apache.bcel.generic.Visitor
- visitARRAYLENGTH(ARRAYLENGTH) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitARRAYLENGTH(ARRAYLENGTH) - Method in interface org.apache.bcel.generic.Visitor
- visitASTORE(ASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitASTORE(ASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitATHROW(ATHROW) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitATHROW(ATHROW) - Method in interface org.apache.bcel.generic.Visitor
- visitAllocationInstruction(AllocationInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitAllocationInstruction(AllocationInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitArithmeticInstruction(ArithmeticInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitArithmeticInstruction(ArithmeticInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitArrayInstruction(ArrayInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitArrayInstruction(ArrayInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitBALOAD(BALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitBALOAD(BALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitBASTORE(BASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitBASTORE(BASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitBIPUSH(BIPUSH) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitBIPUSH(BIPUSH) - Method in interface org.apache.bcel.generic.Visitor
- visitBREAKPOINT(BREAKPOINT) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitBREAKPOINT(BREAKPOINT) - Method in interface org.apache.bcel.generic.Visitor
- visitBranchInstruction(BranchInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitBranchInstruction(BranchInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitCALOAD(CALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitCALOAD(CALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitCASTORE(CASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitCASTORE(CASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitCHECKCAST(CHECKCAST) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitCHECKCAST(CHECKCAST) - Method in interface org.apache.bcel.generic.Visitor
- visitCPInstruction(CPInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitCPInstruction(CPInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitConstantPushInstruction(ConstantPushInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitConstantPushInstruction(ConstantPushInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitConversionInstruction(ConversionInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitConversionInstruction(ConversionInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitD2F(D2F) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitD2F(D2F) - Method in interface org.apache.bcel.generic.Visitor
- visitD2I(D2I) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitD2I(D2I) - Method in interface org.apache.bcel.generic.Visitor
- visitD2L(D2L) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitD2L(D2L) - Method in interface org.apache.bcel.generic.Visitor
- visitDADD(DADD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDADD(DADD) - Method in interface org.apache.bcel.generic.Visitor
- visitDALOAD(DALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDALOAD(DALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitDASTORE(DASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDASTORE(DASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitDCMPG(DCMPG) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDCMPG(DCMPG) - Method in interface org.apache.bcel.generic.Visitor
- visitDCMPL(DCMPL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDCMPL(DCMPL) - Method in interface org.apache.bcel.generic.Visitor
- visitDCONST(DCONST) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDCONST(DCONST) - Method in interface org.apache.bcel.generic.Visitor
- visitDDIV(DDIV) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDDIV(DDIV) - Method in interface org.apache.bcel.generic.Visitor
- visitDLOAD(DLOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDLOAD(DLOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitDMUL(DMUL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDMUL(DMUL) - Method in interface org.apache.bcel.generic.Visitor
- visitDNEG(DNEG) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDNEG(DNEG) - Method in interface org.apache.bcel.generic.Visitor
- visitDREM(DREM) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDREM(DREM) - Method in interface org.apache.bcel.generic.Visitor
- visitDRETURN(DRETURN) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDRETURN(DRETURN) - Method in interface org.apache.bcel.generic.Visitor
- visitDSTORE(DSTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDSTORE(DSTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitDSUB(DSUB) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDSUB(DSUB) - Method in interface org.apache.bcel.generic.Visitor
- visitDUP(DUP) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDUP(DUP) - Method in interface org.apache.bcel.generic.Visitor
- visitDUP2(DUP2) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDUP2(DUP2) - Method in interface org.apache.bcel.generic.Visitor
- visitDUP2_X1(DUP2_X1) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDUP2_X1(DUP2_X1) - Method in interface org.apache.bcel.generic.Visitor
- visitDUP2_X2(DUP2_X2) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDUP2_X2(DUP2_X2) - Method in interface org.apache.bcel.generic.Visitor
- visitDUP_X1(DUP_X1) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDUP_X1(DUP_X1) - Method in interface org.apache.bcel.generic.Visitor
- visitDUP_X2(DUP_X2) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitDUP_X2(DUP_X2) - Method in interface org.apache.bcel.generic.Visitor
- visitExceptionThrower(ExceptionThrower) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitExceptionThrower(ExceptionThrower) - Method in interface org.apache.bcel.generic.Visitor
- visitF2D(F2D) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitF2D(F2D) - Method in interface org.apache.bcel.generic.Visitor
- visitF2I(F2I) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitF2I(F2I) - Method in interface org.apache.bcel.generic.Visitor
- visitF2L(F2L) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitF2L(F2L) - Method in interface org.apache.bcel.generic.Visitor
- visitFADD(FADD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFADD(FADD) - Method in interface org.apache.bcel.generic.Visitor
- visitFALOAD(FALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFALOAD(FALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitFASTORE(FASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFASTORE(FASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitFCMPG(FCMPG) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFCMPG(FCMPG) - Method in interface org.apache.bcel.generic.Visitor
- visitFCMPL(FCMPL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFCMPL(FCMPL) - Method in interface org.apache.bcel.generic.Visitor
- visitFCONST(FCONST) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFCONST(FCONST) - Method in interface org.apache.bcel.generic.Visitor
- visitFDIV(FDIV) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFDIV(FDIV) - Method in interface org.apache.bcel.generic.Visitor
- visitFLOAD(FLOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFLOAD(FLOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitFMUL(FMUL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFMUL(FMUL) - Method in interface org.apache.bcel.generic.Visitor
- visitFNEG(FNEG) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFNEG(FNEG) - Method in interface org.apache.bcel.generic.Visitor
- visitFREM(FREM) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFREM(FREM) - Method in interface org.apache.bcel.generic.Visitor
- visitFRETURN(FRETURN) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFRETURN(FRETURN) - Method in interface org.apache.bcel.generic.Visitor
- visitFSTORE(FSTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFSTORE(FSTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitFSUB(FSUB) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFSUB(FSUB) - Method in interface org.apache.bcel.generic.Visitor
- visitFieldInstruction(FieldInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFieldInstruction(FieldInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitFieldOrMethod(FieldOrMethod) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitFieldOrMethod(FieldOrMethod) - Method in interface org.apache.bcel.generic.Visitor
- visitGETFIELD(GETFIELD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitGETFIELD(GETFIELD) - Method in interface org.apache.bcel.generic.Visitor
- visitGETSTATIC(GETSTATIC) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitGETSTATIC(GETSTATIC) - Method in interface org.apache.bcel.generic.Visitor
- visitGOTO(GOTO) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitGOTO(GOTO) - Method in interface org.apache.bcel.generic.Visitor
- visitGOTO_W(GOTO_W) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitGOTO_W(GOTO_W) - Method in interface org.apache.bcel.generic.Visitor
- visitGotoInstruction(GotoInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitGotoInstruction(GotoInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitI2B(I2B) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitI2B(I2B) - Method in interface org.apache.bcel.generic.Visitor
- visitI2C(I2C) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitI2C(I2C) - Method in interface org.apache.bcel.generic.Visitor
- visitI2D(I2D) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitI2D(I2D) - Method in interface org.apache.bcel.generic.Visitor
- visitI2F(I2F) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitI2F(I2F) - Method in interface org.apache.bcel.generic.Visitor
- visitI2L(I2L) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitI2L(I2L) - Method in interface org.apache.bcel.generic.Visitor
- visitI2S(I2S) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitI2S(I2S) - Method in interface org.apache.bcel.generic.Visitor
- visitIADD(IADD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIADD(IADD) - Method in interface org.apache.bcel.generic.Visitor
- visitIALOAD(IALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIALOAD(IALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitIAND(IAND) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIAND(IAND) - Method in interface org.apache.bcel.generic.Visitor
- visitIASTORE(IASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIASTORE(IASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitICONST(ICONST) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitICONST(ICONST) - Method in interface org.apache.bcel.generic.Visitor
- visitIDIV(IDIV) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIDIV(IDIV) - Method in interface org.apache.bcel.generic.Visitor
- visitIFEQ(IFEQ) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIFEQ(IFEQ) - Method in interface org.apache.bcel.generic.Visitor
- visitIFGE(IFGE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIFGE(IFGE) - Method in interface org.apache.bcel.generic.Visitor
- visitIFGT(IFGT) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIFGT(IFGT) - Method in interface org.apache.bcel.generic.Visitor
- visitIFLE(IFLE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIFLE(IFLE) - Method in interface org.apache.bcel.generic.Visitor
- visitIFLT(IFLT) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIFLT(IFLT) - Method in interface org.apache.bcel.generic.Visitor
- visitIFNE(IFNE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIFNE(IFNE) - Method in interface org.apache.bcel.generic.Visitor
- visitIFNONNULL(IFNONNULL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIFNONNULL(IFNONNULL) - Method in interface org.apache.bcel.generic.Visitor
- visitIFNULL(IFNULL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIFNULL(IFNULL) - Method in interface org.apache.bcel.generic.Visitor
- visitIF_ACMPEQ(IF_ACMPEQ) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIF_ACMPEQ(IF_ACMPEQ) - Method in interface org.apache.bcel.generic.Visitor
- visitIF_ACMPNE(IF_ACMPNE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIF_ACMPNE(IF_ACMPNE) - Method in interface org.apache.bcel.generic.Visitor
- visitIF_ICMPEQ(IF_ICMPEQ) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIF_ICMPEQ(IF_ICMPEQ) - Method in interface org.apache.bcel.generic.Visitor
- visitIF_ICMPGE(IF_ICMPGE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIF_ICMPGE(IF_ICMPGE) - Method in interface org.apache.bcel.generic.Visitor
- visitIF_ICMPGT(IF_ICMPGT) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIF_ICMPGT(IF_ICMPGT) - Method in interface org.apache.bcel.generic.Visitor
- visitIF_ICMPLE(IF_ICMPLE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIF_ICMPLE(IF_ICMPLE) - Method in interface org.apache.bcel.generic.Visitor
- visitIF_ICMPLT(IF_ICMPLT) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIF_ICMPLT(IF_ICMPLT) - Method in interface org.apache.bcel.generic.Visitor
- visitIF_ICMPNE(IF_ICMPNE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIF_ICMPNE(IF_ICMPNE) - Method in interface org.apache.bcel.generic.Visitor
- visitIINC(IINC) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIINC(IINC) - Method in interface org.apache.bcel.generic.Visitor
- visitILOAD(ILOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitILOAD(ILOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitIMPDEP1(IMPDEP1) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIMPDEP1(IMPDEP1) - Method in interface org.apache.bcel.generic.Visitor
- visitIMPDEP2(IMPDEP2) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIMPDEP2(IMPDEP2) - Method in interface org.apache.bcel.generic.Visitor
- visitIMUL(IMUL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIMUL(IMUL) - Method in interface org.apache.bcel.generic.Visitor
- visitINEG(INEG) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitINEG(INEG) - Method in interface org.apache.bcel.generic.Visitor
- visitINSTANCEOF(INSTANCEOF) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitINSTANCEOF(INSTANCEOF) - Method in interface org.apache.bcel.generic.Visitor
- visitINVOKEINTERFACE(INVOKEINTERFACE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitINVOKEINTERFACE(INVOKEINTERFACE) - Method in interface org.apache.bcel.generic.Visitor
- visitINVOKESPECIAL(INVOKESPECIAL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitINVOKESPECIAL(INVOKESPECIAL) - Method in interface org.apache.bcel.generic.Visitor
- visitINVOKESTATIC(INVOKESTATIC) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitINVOKESTATIC(INVOKESTATIC) - Method in interface org.apache.bcel.generic.Visitor
- visitINVOKEVIRTUAL(INVOKEVIRTUAL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitINVOKEVIRTUAL(INVOKEVIRTUAL) - Method in interface org.apache.bcel.generic.Visitor
- visitIOR(IOR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIOR(IOR) - Method in interface org.apache.bcel.generic.Visitor
- visitIREM(IREM) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIREM(IREM) - Method in interface org.apache.bcel.generic.Visitor
- visitIRETURN(IRETURN) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIRETURN(IRETURN) - Method in interface org.apache.bcel.generic.Visitor
- visitISHL(ISHL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitISHL(ISHL) - Method in interface org.apache.bcel.generic.Visitor
- visitISHR(ISHR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitISHR(ISHR) - Method in interface org.apache.bcel.generic.Visitor
- visitISTORE(ISTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitISTORE(ISTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitISUB(ISUB) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitISUB(ISUB) - Method in interface org.apache.bcel.generic.Visitor
- visitIUSHR(IUSHR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIUSHR(IUSHR) - Method in interface org.apache.bcel.generic.Visitor
- visitIXOR(IXOR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIXOR(IXOR) - Method in interface org.apache.bcel.generic.Visitor
- visitIfInstruction(IfInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitIfInstruction(IfInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitInvokeInstruction(InvokeInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitInvokeInstruction(InvokeInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitJSR(JSR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitJSR(JSR) - Method in interface org.apache.bcel.generic.Visitor
- visitJSR_W(JSR_W) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitJSR_W(JSR_W) - Method in interface org.apache.bcel.generic.Visitor
- visitJsrInstruction(JsrInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitJsrInstruction(JsrInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitL2D(L2D) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitL2D(L2D) - Method in interface org.apache.bcel.generic.Visitor
- visitL2F(L2F) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitL2F(L2F) - Method in interface org.apache.bcel.generic.Visitor
- visitL2I(L2I) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitL2I(L2I) - Method in interface org.apache.bcel.generic.Visitor
- visitLADD(LADD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLADD(LADD) - Method in interface org.apache.bcel.generic.Visitor
- visitLALOAD(LALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLALOAD(LALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitLAND(LAND) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLAND(LAND) - Method in interface org.apache.bcel.generic.Visitor
- visitLASTORE(LASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLASTORE(LASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitLCMP(LCMP) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLCMP(LCMP) - Method in interface org.apache.bcel.generic.Visitor
- visitLCONST(LCONST) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLCONST(LCONST) - Method in interface org.apache.bcel.generic.Visitor
- visitLDC(LDC) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLDC(LDC) - Method in interface org.apache.bcel.generic.Visitor
- visitLDC2_W(LDC2_W) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLDC2_W(LDC2_W) - Method in interface org.apache.bcel.generic.Visitor
- visitLDIV(LDIV) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLDIV(LDIV) - Method in interface org.apache.bcel.generic.Visitor
- visitLLOAD(LLOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLLOAD(LLOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitLMUL(LMUL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLMUL(LMUL) - Method in interface org.apache.bcel.generic.Visitor
- visitLNEG(LNEG) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLNEG(LNEG) - Method in interface org.apache.bcel.generic.Visitor
- visitLOOKUPSWITCH(LOOKUPSWITCH) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLOOKUPSWITCH(LOOKUPSWITCH) - Method in interface org.apache.bcel.generic.Visitor
- visitLOR(LOR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLOR(LOR) - Method in interface org.apache.bcel.generic.Visitor
- visitLREM(LREM) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLREM(LREM) - Method in interface org.apache.bcel.generic.Visitor
- visitLRETURN(LRETURN) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLRETURN(LRETURN) - Method in interface org.apache.bcel.generic.Visitor
- visitLSHL(LSHL) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLSHL(LSHL) - Method in interface org.apache.bcel.generic.Visitor
- visitLSHR(LSHR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLSHR(LSHR) - Method in interface org.apache.bcel.generic.Visitor
- visitLSTORE(LSTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLSTORE(LSTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitLSUB(LSUB) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLSUB(LSUB) - Method in interface org.apache.bcel.generic.Visitor
- visitLUSHR(LUSHR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLUSHR(LUSHR) - Method in interface org.apache.bcel.generic.Visitor
- visitLXOR(LXOR) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLXOR(LXOR) - Method in interface org.apache.bcel.generic.Visitor
- visitLoadClass(LoadClass) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLoadClass(LoadClass) - Method in interface org.apache.bcel.generic.Visitor
- visitLoadInstruction(LoadInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLoadInstruction(LoadInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitLocalVariableInstruction(LocalVariableInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitLocalVariableInstruction(LocalVariableInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitMONITORENTER(MONITORENTER) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitMONITORENTER(MONITORENTER) - Method in interface org.apache.bcel.generic.Visitor
- visitMONITOREXIT(MONITOREXIT) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitMONITOREXIT(MONITOREXIT) - Method in interface org.apache.bcel.generic.Visitor
- visitMULTIANEWARRAY(MULTIANEWARRAY) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitMULTIANEWARRAY(MULTIANEWARRAY) - Method in interface org.apache.bcel.generic.Visitor
- visitNEW(NEW) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitNEW(NEW) - Method in interface org.apache.bcel.generic.Visitor
- visitNEWARRAY(NEWARRAY) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitNEWARRAY(NEWARRAY) - Method in interface org.apache.bcel.generic.Visitor
- visitNOP(NOP) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitNOP(NOP) - Method in interface org.apache.bcel.generic.Visitor
- visitPOP(POP) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitPOP(POP) - Method in interface org.apache.bcel.generic.Visitor
- visitPOP2(POP2) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitPOP2(POP2) - Method in interface org.apache.bcel.generic.Visitor
- visitPUTFIELD(PUTFIELD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitPUTFIELD(PUTFIELD) - Method in interface org.apache.bcel.generic.Visitor
- visitPUTSTATIC(PUTSTATIC) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitPUTSTATIC(PUTSTATIC) - Method in interface org.apache.bcel.generic.Visitor
- visitPopInstruction(PopInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitPopInstruction(PopInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitPushInstruction(PushInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitPushInstruction(PushInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitRET(RET) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitRET(RET) - Method in interface org.apache.bcel.generic.Visitor
- visitRETURN(RETURN) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitRETURN(RETURN) - Method in interface org.apache.bcel.generic.Visitor
- visitReturnInstruction(ReturnInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitReturnInstruction(ReturnInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitSALOAD(SALOAD) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitSALOAD(SALOAD) - Method in interface org.apache.bcel.generic.Visitor
- visitSASTORE(SASTORE) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitSASTORE(SASTORE) - Method in interface org.apache.bcel.generic.Visitor
- visitSIPUSH(SIPUSH) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitSIPUSH(SIPUSH) - Method in interface org.apache.bcel.generic.Visitor
- visitSWAP(SWAP) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitSWAP(SWAP) - Method in interface org.apache.bcel.generic.Visitor
- visitSelect(Select) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitSelect(Select) - Method in interface org.apache.bcel.generic.Visitor
- visitStackConsumer(StackConsumer) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitStackConsumer(StackConsumer) - Method in interface org.apache.bcel.generic.Visitor
- visitStackInstruction(StackInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitStackInstruction(StackInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitStackProducer(StackProducer) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitStackProducer(StackProducer) - Method in interface org.apache.bcel.generic.Visitor
- visitStoreInstruction(StoreInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitStoreInstruction(StoreInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitTABLESWITCH(TABLESWITCH) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitTABLESWITCH(TABLESWITCH) - Method in interface org.apache.bcel.generic.Visitor
- visitTypedInstruction(TypedInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitTypedInstruction(TypedInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visitUnconditionalBranch(UnconditionalBranch) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitUnconditionalBranch(UnconditionalBranch) - Method in interface org.apache.bcel.generic.Visitor
- visitVariableLengthInstruction(VariableLengthInstruction) - Method in class org.apache.bcel.generic.EmptyVisitor
- visitVariableLengthInstruction(VariableLengthInstruction) - Method in interface org.apache.bcel.generic.Visitor
- visited(InstructionHandle) - Method in class org.apache.bcel.generic.MethodGen.BranchStack
- visitedTargets - Variable in class org.apache.bcel.generic.MethodGen.BranchStack
W
- wide - Variable in class org.apache.bcel.generic.IINC
- wide() - Method in class org.apache.bcel.generic.LocalVariableInstruction
- wide - Variable in class org.apache.bcel.generic.RET
- wrap(ThreadLocal, int) - Static method in class org.apache.bcel.generic.Type
_
- _cmp - Static variable in class org.apache.bcel.generic.ClassGen
- _cmp - Static variable in class org.apache.bcel.generic.FieldGen
- _cmp - Static variable in class org.apache.bcel.generic.MethodGen
A B C D E F G H I J L M N O P R S T U V W _
|
|||||||||
Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV NEXT |