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

Packages that use InvokeInstruction
org.aspectj.apache.bcel.generic   
org.aspectj.weaver.bcel   
 

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

Subclasses of InvokeInstruction in org.aspectj.apache.bcel.generic
 class INVOKEINTERFACE
          INVOKEINTERFACE - Invoke interface method
 

Methods in org.aspectj.apache.bcel.generic that return InvokeInstruction
 InvokeInstruction InstructionFactory.createInvoke(java.lang.String class_name, java.lang.String name, java.lang.String signature, short kind)
           
 InvokeInstruction InstructionFactory.createInvoke(java.lang.String class_name, java.lang.String name, Type ret_type, Type[] arg_types, short kind)
          Create an invoke instruction.
 

Methods in org.aspectj.apache.bcel.generic with parameters of type InvokeInstruction
 void InstVisitor.visitInvokeInstruction(InvokeInstruction obj)
           
 void InstVisitor.visitINVOKESPECIAL(InvokeInstruction obj)
           
 void InstVisitor.visitINVOKESTATIC(InvokeInstruction obj)
           
 void InstVisitor.visitINVOKEVIRTUAL(InvokeInstruction obj)
           
 

Uses of InvokeInstruction in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel with parameters of type InvokeInstruction
 Member BcelWorld.makeJoinPointSignatureForMethodInvocation(LazyClassGen cg, InvokeInstruction ii)