Uses of Class
org.aspectj.apache.bcel.generic.InstructionLV

Packages that use InstructionLV
org.aspectj.apache.bcel.generic   
 

Uses of InstructionLV in org.aspectj.apache.bcel.generic
 

Subclasses of InstructionLV in org.aspectj.apache.bcel.generic
 class IINC
          IINC - Increment local variable by constant
 class InstructionCLV
          A small subclass of the local variable accessing instruction class InstructionLV - this subclass does not allow the index to be altered.
 

Fields in org.aspectj.apache.bcel.generic declared as InstructionLV
static InstructionLV InstructionConstants.ALOAD_0
           
static InstructionLV InstructionConstants.ALOAD_1
           
static InstructionLV InstructionConstants.ALOAD_2
           
static InstructionLV InstructionConstants.ALOAD_3
           
static InstructionLV InstructionConstants.ASTORE_0
           
static InstructionLV InstructionConstants.ASTORE_1
           
static InstructionLV InstructionConstants.ASTORE_2
           
static InstructionLV InstructionConstants.ASTORE_3
           
static InstructionLV InstructionConstants.DLOAD_0
           
static InstructionLV InstructionConstants.DLOAD_1
           
static InstructionLV InstructionConstants.DLOAD_2
           
static InstructionLV InstructionConstants.DLOAD_3
           
static InstructionLV InstructionConstants.DSTORE_0
           
static InstructionLV InstructionConstants.DSTORE_1
           
static InstructionLV InstructionConstants.DSTORE_2
           
static InstructionLV InstructionConstants.DSTORE_3
           
static InstructionLV InstructionConstants.FLOAD_0
           
static InstructionLV InstructionConstants.FLOAD_1
           
static InstructionLV InstructionConstants.FLOAD_2
           
static InstructionLV InstructionConstants.FLOAD_3
           
static InstructionLV InstructionConstants.FSTORE_0
           
static InstructionLV InstructionConstants.FSTORE_1
           
static InstructionLV InstructionConstants.FSTORE_2
           
static InstructionLV InstructionConstants.FSTORE_3
           
static InstructionLV InstructionConstants.ILOAD_0
           
static InstructionLV InstructionConstants.ILOAD_1
           
static InstructionLV InstructionConstants.ILOAD_2
           
static InstructionLV InstructionConstants.ILOAD_3
           
static InstructionLV InstructionConstants.ISTORE_0
           
static InstructionLV InstructionConstants.ISTORE_1
           
static InstructionLV InstructionConstants.ISTORE_2
           
static InstructionLV InstructionConstants.ISTORE_3
           
static InstructionLV InstructionConstants.LLOAD_0
           
static InstructionLV InstructionConstants.LLOAD_1
           
static InstructionLV InstructionConstants.LLOAD_2
           
static InstructionLV InstructionConstants.LLOAD_3
           
static InstructionLV InstructionConstants.LSTORE_0
           
static InstructionLV InstructionConstants.LSTORE_1
           
static InstructionLV InstructionConstants.LSTORE_2
           
static InstructionLV InstructionConstants.LSTORE_3
           
static InstructionLV InstructionConstants.THIS
           
 

Methods in org.aspectj.apache.bcel.generic that return InstructionLV
static InstructionLV InstructionFactory.createLoad(Type type, int index)
           
static InstructionLV InstructionFactory.createStore(Type type, int index)
           
 InstructionLV InstructionLV.setIndexAndCopyIfNecessary(int newIndex)
           
 

Methods in org.aspectj.apache.bcel.generic with parameters of type InstructionLV
 void InstVisitor.visitLocalVariableInstruction(InstructionLV obj)