[Java] Class CallSiteArray
- org.codehaus.groovy.runtime.callsite.CallSiteArray
Field Summary
Modifiers | Name | Description |
---|---|---|
static Object[] | NOPARAM | |
CallSite[] | array | |
Class | owner |
Constructor Summary
Constructor and description |
---|
CallSiteArray
(Class owner, String[] names) |
Methods Summary
Type Params | Return Type | Name and 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) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public static final Object[] NOPARAM
public final CallSite[] array
public final Class owner
Constructor Detail
public CallSiteArray(Class owner, String[] names)
Method Detail
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)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/callsite/CallSiteArray.html