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 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)
-
-
-
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
-
-