Save This Page
Home » Groovy-1.7.0 » org.codehaus » groovy » runtime » callsite » [javadoc | source]
org.codehaus.groovy.runtime.callsite
public final class: CallSiteArray [javadoc | source]
java.lang.Object
   org.codehaus.groovy.runtime.callsite.CallSiteArray
Field Summary
public final  CallSite[] array     
public static final  Object[] NOPARAM     
public final  Class owner     
Constructor:
 public CallSiteArray(Class owner,
    String[] names) 
Method from org.codehaus.groovy.runtime.callsite.CallSiteArray Summary:
defaultCall,   defaultCallConstructor,   defaultCallCurrent,   defaultCallStatic
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.runtime.callsite.CallSiteArray Detail:
 public static Object defaultCall(CallSite callSite,
    Object receiver,
    Object[] args) throws Throwable 
 public static Object defaultCallConstructor(CallSite callSite,
    Object receiver,
    Object[] args) throws Throwable 
 public static Object defaultCallCurrent(CallSite callSite,
    GroovyObject receiver,
    Object[] args) throws Throwable 
 public static Object defaultCallStatic(CallSite callSite,
    Class receiver,
    Object[] args) throws Throwable