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 TypeClassDescriptionclassINVOKEDYNAMICclassINVOKEINTERFACE - 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 TypeMethodDescriptionvoidInstVisitor.visitInvokeInstruction(InvokeInstruction obj)voidInstVisitor.visitINVOKESPECIAL(InvokeInstruction obj)voidInstVisitor.visitINVOKESTATIC(InvokeInstruction obj)voidInstVisitor.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)