public final class CallSiteArray extends Object
Modifier and Type | Field | Description |
---|---|---|
CallSite[] |
array |
|
static Object[] |
NOPARAM |
|
Class |
owner |
Constructor | Description |
---|---|
CallSiteArray(Class owner,
String[] names) |
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) |
public final CallSite[] array
public static final Object[] NOPARAM
public final Class owner
public static Object defaultCall(CallSite callSite, Object receiver, Object[] args) throws Throwable
Throwable
public static Object defaultCallCurrent(CallSite callSite, GroovyObject receiver, Object[] args) throws Throwable
Throwable
public static Object defaultCallStatic(CallSite callSite, Class receiver, Object[] args) throws Throwable
Throwable