Save This Page
Home » Groovy-1.7.0 » org.codehaus » groovy » runtime » callsite » [javadoc | source]
org.codehaus.groovy.runtime.callsite
public class: PogoGetPropertySite [javadoc | source]
java.lang.Object
   org.codehaus.groovy.runtime.callsite.AbstractCallSite
      org.codehaus.groovy.runtime.callsite.PogoGetPropertySite

All Implemented Interfaces:
    CallSite

Fields inherited from org.codehaus.groovy.runtime.callsite.AbstractCallSite:
index,  name,  array,  usage
Constructor:
 public PogoGetPropertySite(CallSite parent,
    Class aClass) 
Method from org.codehaus.groovy.runtime.callsite.PogoGetPropertySite Summary:
acceptGetProperty,   acceptGroovyObjectGetProperty,   getProperty
Methods from org.codehaus.groovy.runtime.callsite.AbstractCallSite:
acceptGetProperty,   acceptGroovyObjectGetProperty,   call,   call,   call,   call,   call,   call,   callConstructor,   callConstructor,   callConstructor,   callConstructor,   callConstructor,   callConstructor,   callCurrent,   callCurrent,   callCurrent,   callCurrent,   callCurrent,   callCurrent,   callGetProperty,   callGetPropertySafe,   callGroovyObjectGetProperty,   callGroovyObjectGetPropertySafe,   callSafe,   callSafe,   callSafe,   callSafe,   callSafe,   callSafe,   callStatic,   callStatic,   callStatic,   callStatic,   callStatic,   callStatic,   createGetPropertySite,   createGroovyObjectGetPropertySite,   getArray,   getIndex,   getName,   getProperty,   getUsage,   noCoerce,   noWrappers
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.runtime.callsite.PogoGetPropertySite Detail:
 public CallSite acceptGetProperty(Object receiver) 
 public CallSite acceptGroovyObjectGetProperty(Object receiver) 
 public Object getProperty(Object receiver) throws Throwable