Class CallSiteArray
java.lang.Object
org.codehaus.groovy.runtime.callsite.CallSiteArray
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic 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)  
- 
Field Details
- 
NOPARAM
 - 
array
 - 
owner
 
 - 
 - 
Constructor Details
- 
CallSiteArray
 
 - 
 - 
Method Details
- 
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
 - 
defaultCallConstructor
public static Object defaultCallConstructor(CallSite callSite, Object receiver, Object[] args) throws Throwable - Throws:
 Throwable
 
 -