Class CallSiteArray
java.lang.Object
org.codehaus.groovy.runtime.callsite.CallSiteArray
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-