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 class
INVOKEDYNAMICfinal class
INVOKEINTERFACE - 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 TypMethodeBeschreibungvoid
InstVisitor.visitInvokeInstruction
(InvokeInstruction obj) void
InstVisitor.visitINVOKESPECIAL
(InvokeInstruction obj) void
InstVisitor.visitINVOKESTATIC
(InvokeInstruction obj) void
InstVisitor.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)