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