public final class CallSiteArray extends Object
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) |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.