Uses of Class
org.aspectj.apache.bcel.generic.InvokeInstruction
Packages that use InvokeInstruction
-
Uses of InvokeInstruction in org.aspectj.apache.bcel.generic
Subclasses of InvokeInstruction in org.aspectj.apache.bcel.genericModifier and TypeClassDescriptionclass
INVOKEDYNAMICclass
INVOKEINTERFACE - Invoke interface methodMethods in org.aspectj.apache.bcel.generic that return InvokeInstructionModifier and TypeMethodDescriptionInstructionFactory.createInvoke(String class_name, String name, String signature, short kind)
InstructionFactory.createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind)
InstructionFactory.createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind, boolean isInterface)
Create an invoke instruction.Methods in org.aspectj.apache.bcel.generic with parameters of type InvokeInstructionModifier and TypeMethodDescriptionvoid
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 InvokeInstructionModifier and TypeMethodDescriptionBcelWorld.makeJoinPointSignatureForMethodInvocation(LazyClassGen cg, InvokeInstruction ii)