| 
 | Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.MetaProperty
org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetMethodMetaProperty
public static class MethodMetaProperty.GetMethodMetaProperty extends MethodMetaProperty
Wrapper for a method realizing the property get. WARNING: This class is for internal use only, don't use it for your APIs
| Field Summary | 
|---|
| Fields inherited from class MetaProperty | |
|---|---|
| PROPERTY_SET_PREFIX, name, type | 
| Constructor Summary | |
| MethodMetaProperty.GetMethodMetaProperty(java.lang.String name, MetaMethod theMethod) | |
| Method Summary | |
|---|---|
| java.lang.Object | getProperty(java.lang.Object object) | 
| Methods inherited from class MethodMetaProperty | |
|---|---|
| getMetaMethod, getProperty, setProperty | 
| Methods inherited from class MetaProperty | |
|---|---|
| getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty | 
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
| Constructor Detail | 
|---|
public MethodMetaProperty.GetMethodMetaProperty(java.lang.String name, MetaMethod theMethod)
| Method Detail | 
|---|
public java.lang.Object getProperty(java.lang.Object object)
Groovy Documentation