org.codehaus.groovy.runtime.metaclass
Class ThreadManagedMetaBeanProperty.ThreadBoundGetter
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty.ThreadBoundGetter
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- ThreadManagedMetaBeanProperty
class ThreadManagedMetaBeanProperty.ThreadBoundGetter
- extends MetaMethod
Accesses the ThreadBound state of the property as a getter
- Author:
- Graeme Rocher
Field Summary |
private java.lang.String |
name
|
private java.lang.String |
name0
|
Methods inherited from class groovy.lang.MetaMethod |
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private final java.lang.String name
name0
private final java.lang.String name0
ThreadManagedMetaBeanProperty.ThreadBoundGetter
public ThreadManagedMetaBeanProperty.ThreadBoundGetter(java.lang.String name)
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in class MetaMethod
getName
public java.lang.String getName()
- Specified by:
getName
in class MetaMethod
getReturnType
public java.lang.Class getReturnType()
- Specified by:
getReturnType
in class MetaMethod
getDeclaringClass
public CachedClass getDeclaringClass()
- Specified by:
getDeclaringClass
in class MetaMethod
invoke
public java.lang.Object invoke(java.lang.Object object,
java.lang.Object[] arguments)
- Specified by:
invoke
in class MetaMethod
Copyright © ${year} The Codehaus. All Rights Reserved.