Verwendungen von Klasse
org.aspectj.apache.bcel.generic.InvokeInstruction
Packages, die InvokeInstruction verwenden
-
Verwendungen von InvokeInstruction in org.aspectj.apache.bcel.generic
Unterklassen von InvokeInstruction in org.aspectj.apache.bcel.genericModifizierer und TypKlasseBeschreibungfinal classINVOKEDYNAMICfinal classINVOKEINTERFACE - Invoke interface methodMethoden in org.aspectj.apache.bcel.generic, die InvokeInstruction zurückgebenModifizierer und TypMethodeBeschreibungInstructionFactory.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.Methoden in org.aspectj.apache.bcel.generic mit Parametern vom Typ InvokeInstructionModifizierer und TypMethodeBeschreibungvoidInstVisitor.visitInvokeInstruction(InvokeInstruction obj) voidInstVisitor.visitINVOKESPECIAL(InvokeInstruction obj) voidInstVisitor.visitINVOKESTATIC(InvokeInstruction obj) voidInstVisitor.visitINVOKEVIRTUAL(InvokeInstruction obj) -
Verwendungen von InvokeInstruction in org.aspectj.weaver.bcel
Methoden in org.aspectj.weaver.bcel mit Parametern vom Typ InvokeInstructionModifizierer und TypMethodeBeschreibungBcelWorld.makeJoinPointSignatureForMethodInvocation(LazyClassGen cg, InvokeInstruction ii)