|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClosureMetaMethod | |
---|---|
groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
Uses of ClosureMetaMethod in groovy.lang |
---|
Fields in groovy.lang declared as ClosureMetaMethod | |
---|---|
private ClosureMetaMethod |
ExpandoMetaClass.getPropertyMethod
|
private ClosureMetaMethod |
ExpandoMetaClass.invokeMethodMethod
|
private ClosureMetaMethod |
ExpandoMetaClass.setPropertyMethod
|
Methods in groovy.lang with parameters of type ClosureMetaMethod | |
---|---|
private void |
ExpandoMetaClass.checkIfGroovyObjectMethod(ClosureMetaMethod metaMethod,
java.lang.String methodName)
Checks if the metaMethod is a method from the GroovyObject interface such as setProperty, getProperty and invokeMethod |
private boolean |
ExpandoMetaClass.isInvokeMethod(java.lang.String methodName,
ClosureMetaMethod metaMethod)
|
private boolean |
ExpandoMetaClass.isSetPropertyMethod(java.lang.String methodName,
ClosureMetaMethod metaMethod)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |