Package org.codehaus.groovy.classgen.asm
Class MethodCaller
java.lang.Object
org.codehaus.groovy.classgen.asm.MethodCaller
A helper class to invoke methods more easily in ASM
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedMethodCaller(int opcode, Class theClass, String name) MethodCaller(int opcode, Class theClass, String name, int parameterCount) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidcall(org.objectweb.asm.MethodVisitor methodVisitor) protected Methodstatic MethodCallernewInterface(Class theClass, String name) static MethodCallerstatic MethodCallerstatic MethodCallernewVirtual(Class theClass, String name) 
- 
Constructor Details- 
MethodCallerprotected MethodCaller()- Since:
- 2.5.0
 
- 
MethodCaller
- 
MethodCaller
 
- 
- 
Method Details- 
newStatic
- 
newStatic
- 
newInterface
- 
newVirtual
- 
callpublic void call(org.objectweb.asm.MethodVisitor methodVisitor) 
- 
getMethodDescriptor
- 
getMethod
 
-