|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.classgen.asm.MethodCaller
public class MethodCaller extends Object
A helper class to invoke methods more easily in ASM
Constructor Summary | |
MethodCaller(int opcode, Class theClass, String name)
|
Method Summary | |
---|---|
void
|
call(org.objectweb.asm.MethodVisitor methodVisitor)
|
protected Method
|
getMethod()
|
String
|
getMethodDescriptor()
|
static MethodCaller
|
newInterface(Class theClass, String name)
|
static MethodCaller
|
newStatic(Class theClass, String name)
|
static MethodCaller
|
newVirtual(Class theClass, String name)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public MethodCaller(int opcode, Class theClass, String name)
Method Detail |
---|
public void call(org.objectweb.asm.MethodVisitor methodVisitor)
protected Method getMethod()
public String getMethodDescriptor()
public static MethodCaller newInterface(Class theClass, String name)
public static MethodCaller newStatic(Class theClass, String name)
public static MethodCaller newVirtual(Class theClass, String name)
Copyright © 2003-2013 The Codehaus. All rights reserved.