Groovy 2.2.0

org.codehaus.groovy.runtime.metaclass
[Java] Class MethodMetaProperty.GetMethodMetaProperty

java.lang.Object
  groovy.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(String name, MetaMethod theMethod)

 
Method Summary
Object getProperty(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 Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

MethodMetaProperty.GetMethodMetaProperty

public MethodMetaProperty.GetMethodMetaProperty(String name, MetaMethod theMethod)


 
Method Detail

getProperty

public Object getProperty(Object object)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.