public final class CallSiteArray extends Object
| Modifiers | Name | Description |
|---|---|---|
static Object[] | NOPARAM | |
CallSite[] | array | |
Class | owner |
| Constructor and description |
|---|
CallSiteArray
(Class owner, String[] names) |
| Type Params | Return Type | Name and description |
|---|---|---|
public static Object |
defaultCall(CallSite callSite, Object receiver, Object[] args) | |
public static Object |
defaultCallConstructor(CallSite callSite, Object receiver, Object[] args) | |
public static Object |
defaultCallCurrent(CallSite callSite, GroovyObject receiver, Object[] args) | |
public static Object |
defaultCallStatic(CallSite callSite, Class receiver, Object[] args) |
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/callsite/CallSiteArray.html