|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodCaller | |
---|---|
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
Uses of MethodCaller in org.codehaus.groovy.classgen |
---|
Methods in org.codehaus.groovy.classgen that return MethodCaller | |
---|---|
static MethodCaller |
MethodCaller.newInterface(Class theClass,
String name)
|
static MethodCaller |
MethodCaller.newStatic(Class theClass,
String name)
|
static MethodCaller |
MethodCaller.newVirtual(Class theClass,
String name)
|
Methods in org.codehaus.groovy.classgen with parameters of type MethodCaller | |
---|---|
protected void |
AsmClassGenerator.evalBinaryExp_LateBinding(MethodCaller compareMethod,
BinaryExpression expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |