|
||||||||||
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 |
---|
Fields in org.codehaus.groovy.classgen declared as MethodCaller | |
---|---|
(package private) static MethodCaller |
AsmClassGenerator.assertFailedMethod
|
(package private) static MethodCaller |
AsmClassGenerator.asTypeMethod
|
(package private) static MethodCaller |
AsmClassGenerator.bitwiseNegate
|
(package private) static MethodCaller |
AsmClassGenerator.castToTypeMethod
|
(package private) static MethodCaller |
AsmClassGenerator.compareEqualMethod
|
(package private) static MethodCaller |
AsmClassGenerator.compareGreaterThanEqualMethod
|
(package private) static MethodCaller |
AsmClassGenerator.compareGreaterThanMethod
|
(package private) static MethodCaller |
AsmClassGenerator.compareIdenticalMethod
|
(package private) static MethodCaller |
AsmClassGenerator.compareLessThanEqualMethod
|
(package private) static MethodCaller |
AsmClassGenerator.compareLessThanMethod
|
(package private) static MethodCaller |
AsmClassGenerator.compareNotEqualMethod
|
(package private) static MethodCaller |
AsmClassGenerator.compareToMethod
|
(package private) static MethodCaller |
AsmClassGenerator.createGroovyObjectWrapperMethod
|
(package private) static MethodCaller |
AsmClassGenerator.createListMethod
|
(package private) static MethodCaller |
AsmClassGenerator.createMapMethod
|
(package private) static MethodCaller |
AsmClassGenerator.createPojoWrapperMethod
|
(package private) static MethodCaller |
AsmClassGenerator.createRangeMethod
|
(package private) static MethodCaller |
AsmClassGenerator.createTupleMethod
|
(package private) static MethodCaller |
AsmClassGenerator.despreadList
|
(package private) static MethodCaller |
AsmClassGenerator.findRegexMethod
|
(package private) static MethodCaller |
AsmClassGenerator.getMethodPointer
|
(package private) static MethodCaller |
AsmClassGenerator.invokeClosureMethod
|
(package private) static MethodCaller |
AsmClassGenerator.isCaseMethod
|
(package private) static MethodCaller |
AsmClassGenerator.iteratorHasNextMethod
|
(package private) static MethodCaller |
AsmClassGenerator.iteratorNextMethod
|
(package private) static MethodCaller |
AsmClassGenerator.matchRegexMethod
|
private MethodCaller[] |
MethodCallerMultiAdapter.methods
|
(package private) static MethodCaller |
AsmClassGenerator.regexPattern
|
(package private) static MethodCaller |
AsmClassGenerator.selectConstructorAndTransformArguments
|
(package private) static MethodCaller |
AsmClassGenerator.spreadMap
|
(package private) static MethodCaller |
AsmClassGenerator.unaryMinus
|
(package private) static MethodCaller |
AsmClassGenerator.unaryPlus
|
Methods in org.codehaus.groovy.classgen that return MethodCaller | |
---|---|
static MethodCaller |
MethodCaller.newInterface(java.lang.Class theClass,
java.lang.String name)
|
static MethodCaller |
MethodCaller.newStatic(java.lang.Class theClass,
java.lang.String name)
|
static MethodCaller |
MethodCaller.newVirtual(java.lang.Class theClass,
java.lang.String name)
|
Methods in org.codehaus.groovy.classgen with parameters of type MethodCaller | |
---|---|
private void |
AsmClassGenerator.evaluateBinaryExpression(MethodCaller compareMethod,
BinaryExpression expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |