Uses of Class
org.aspectj.apache.bcel.generic.InvokeInstruction
-
Packages that use InvokeInstruction Package Description 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 Modifier and Type Class Description classInvokeDynamicclassINVOKEINTERFACEMethods in org.aspectj.apache.bcel.generic that return InvokeInstruction Modifier and Type Method Description InvokeInstructionInstructionFactory. createInvoke(String class_name, String name, String signature, short kind)InvokeInstructionInstructionFactory. createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind)InvokeInstructionInstructionFactory. createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind, boolean isInterface)Methods in org.aspectj.apache.bcel.generic with parameters of type InvokeInstruction Modifier and Type Method Description voidInstVisitor. 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 InvokeInstruction Modifier and Type Method Description MemberBcelWorld. makeJoinPointSignatureForMethodInvocation(LazyClassGen cg, InvokeInstruction ii)
-