Class MethodMetaProperty.GetMethodMetaProperty
java.lang.Object
groovy.lang.MetaProperty
org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetMethodMetaProperty
- Enclosing class:
- MethodMetaProperty
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
- 
Nested Class SummaryNested classes/interfaces inherited from class org.codehaus.groovy.runtime.metaclass.MethodMetaPropertyMethodMetaProperty.GetBeanMethodMetaProperty, MethodMetaProperty.GetMethodMetaProperty
- 
Field SummaryFields inherited from class groovy.lang.MetaPropertyname, PROPERTY_SET_PREFIX, type
- 
Constructor SummaryConstructors Constructor Description GetMethodMetaProperty(java.lang.String name, MetaMethod theMethod)
- 
Method SummaryModifier and Type Method Description java.lang.ObjectgetProperty(java.lang.Object object)Methods inherited from class org.codehaus.groovy.runtime.metaclass.MethodMetaPropertygetMetaMethod, setPropertyMethods inherited from class groovy.lang.MetaPropertygetGetterName, getModifiers, getName, getSetterName, getTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
GetMethodMetaProperty
 
- 
- 
Method Details- 
getPropertypublic java.lang.Object getProperty(java.lang.Object object)- Overrides:
- getPropertyin class- MethodMetaProperty
- Returns:
- the property of the given object
 
 
-