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

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

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

Subclasses of InstructionCP in org.aspectj.apache.bcel.generic
 class FieldInstruction
          Super class for the GET/PUTxxx family of instructions.
 class FieldOrMethod
          Super class for InvokeInstruction and FieldInstruction, since they have some methods in common!
 class InvokeInstruction
          Super class for the INVOKExxx family of instructions.
 class INVOKEINTERFACE
          INVOKEINTERFACE - Invoke interface method
 class MULTIANEWARRAY
          MULTIANEWARRAY - Create new mutidimensional array of references