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 Summary
ConstructorsModifierConstructorDescriptionprotectedMethodCaller(int opcode, Class theClass, String name) MethodCaller(int opcode, Class theClass, String name, int parameterCount)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidcall(org.objectweb.asm.MethodVisitor methodVisitor) protected Methodstatic MethodCallernewInterface(Class theClass, String name) static MethodCallerstatic MethodCallerstatic MethodCallernewVirtual(Class theClass, String name)  
- 
Constructor Details
- 
MethodCaller
protected MethodCaller()- Since:
 - 2.5.0
 
 - 
MethodCaller
 - 
MethodCaller
 
 - 
 - 
Method Details
- 
newStatic
 - 
newStatic
 - 
newInterface
 - 
newVirtual
 - 
call
public void call(org.objectweb.asm.MethodVisitor methodVisitor)  - 
getMethodDescriptor
 - 
getMethod
 
 -