Class CallSiteArray
- java.lang.Object
 - 
- org.codehaus.groovy.runtime.callsite.CallSiteArray
 
 
- 
public final class CallSiteArray extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description CallSiteArray(Class owner, String[] names) 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectdefaultCall(CallSite callSite, Object receiver, Object[] args)static ObjectdefaultCallConstructor(CallSite callSite, Object receiver, Object[] args)static ObjectdefaultCallCurrent(CallSite callSite, GroovyObject receiver, Object[] args)static ObjectdefaultCallStatic(CallSite callSite, Class receiver, Object[] args) 
 - 
 
- 
- 
Method Detail
- 
defaultCall
public static Object defaultCall(CallSite callSite, Object receiver, Object[] args) throws Throwable
- Throws:
 Throwable
 
- 
defaultCallCurrent
public static Object defaultCallCurrent(CallSite callSite, GroovyObject receiver, Object[] args) throws Throwable
- Throws:
 Throwable
 
- 
defaultCallStatic
public static Object defaultCallStatic(CallSite callSite, Class receiver, Object[] args) throws Throwable
- Throws:
 Throwable
 
 - 
 
 -