Class CallSiteArray
java.lang.Object
org.codehaus.groovy.runtime.callsite.CallSiteArray
public final class CallSiteArray extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CallSiteArray(Class owner, String[] names)
-
Method Summary
Modifier and Type Method Description static Object
defaultCall(CallSite callSite, Object receiver, Object[] args)
static Object
defaultCallConstructor(CallSite callSite, Object receiver, Object[] args)
static Object
defaultCallCurrent(CallSite callSite, GroovyObject receiver, Object[] args)
static Object
defaultCallStatic(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
-