org.codehaus.groovy.runtime.callsite
Class GetEffectivePogoPropertySite

java.lang.Object
  extended by org.codehaus.groovy.runtime.callsite.AbstractCallSite
      extended by org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite
All Implemented Interfaces:
CallSite

 class GetEffectivePogoPropertySite
extends AbstractCallSite

Created by IntelliJ IDEA. User: applerestore Date: May 21, 2008 Time: 10:37:37 AM To change this template use File | Settings | File Templates.


Field Summary
private  MetaProperty effective
           
private  MetaClass metaClass
           
 
Fields inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSite
array, index, name, usage
 
Constructor Summary
GetEffectivePogoPropertySite(CallSite site, MetaClass metaClass, MetaProperty effective)
           
 
Method Summary
 CallSite acceptGetProperty(java.lang.Object receiver)
           
 CallSite acceptGroovyObjectGetProperty(java.lang.Object receiver)
           
 java.lang.Object callGetProperty(java.lang.Object receiver)
           
 java.lang.Object callGroovyObjectGetProperty(java.lang.Object receiver)
           
 java.lang.Object getProperty(java.lang.Object receiver)
           
 
Methods inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSite
call, call, call, call, call, call, callConstructor, callConstructor, callConstructor, callConstructor, callConstructor, callConstructor, callCurrent, callCurrent, callCurrent, callCurrent, callCurrent, callCurrent, callGetPropertySafe, callGroovyObjectGetPropertySafe, callSafe, callSafe, callSafe, callSafe, callSafe, callSafe, callStatic, callStatic, callStatic, callStatic, callStatic, callStatic, createGetPropertySite, createGroovyObjectGetPropertySite, getArray, getIndex, getName, getUsage, noCoerce, noWrappers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaClass

private final MetaClass metaClass

effective

private final MetaProperty effective
Constructor Detail

GetEffectivePogoPropertySite

public GetEffectivePogoPropertySite(CallSite site,
                                    MetaClass metaClass,
                                    MetaProperty effective)
Method Detail

callGetProperty

public final java.lang.Object callGetProperty(java.lang.Object receiver)
                                       throws java.lang.Throwable
Specified by:
callGetProperty in interface CallSite
Overrides:
callGetProperty in class AbstractCallSite
Throws:
java.lang.Throwable

acceptGetProperty

public final CallSite acceptGetProperty(java.lang.Object receiver)
Overrides:
acceptGetProperty in class AbstractCallSite

callGroovyObjectGetProperty

public final java.lang.Object callGroovyObjectGetProperty(java.lang.Object receiver)
                                                   throws java.lang.Throwable
Specified by:
callGroovyObjectGetProperty in interface CallSite
Overrides:
callGroovyObjectGetProperty in class AbstractCallSite
Throws:
java.lang.Throwable

acceptGroovyObjectGetProperty

public final CallSite acceptGroovyObjectGetProperty(java.lang.Object receiver)
Overrides:
acceptGroovyObjectGetProperty in class AbstractCallSite

getProperty

public final java.lang.Object getProperty(java.lang.Object receiver)
                                   throws java.lang.Throwable
Specified by:
getProperty in interface CallSite
Overrides:
getProperty in class AbstractCallSite
Throws:
java.lang.Throwable


Copyright © ${year} The Codehaus. All Rights Reserved.