Property | Type | Description | |
---|---|---|---|
MaxIndirectParams | int |
Method | Description | |
---|---|---|
@params ( ) : |
||
@typeof ( ) : |
||
arity ( ) : long | ||
bind ( |
||
call ( ) : object | ||
call ( object a ) : object | ||
call ( object a, object b ) : object | ||
call ( object a, object b, object c ) : object | ||
call ( object a, object b, object c, object d ) : object | ||
call ( object a, object b, object c, object d, object e ) : object | ||
call ( object a, object b, object c, object d, object e, object f ) : object | ||
call ( object a, object b, object c, object d, object e, object f, object g ) : object | ||
call ( object a, object b, object c, object d, object e, object f, object g, object h ) : object | ||
callList ( |
||
callOn ( object target, |
||
checkInCtor ( object o ) : void | ||
enterCtor ( object o ) : void | ||
exitCtor ( ) : void | ||
isImmutable ( ) : bool | ||
method ( ) : |
||
returns ( ) : |
||
retype ( |
||
toImmutable ( ) : object |
public abstract call ( object a, object b ) : object | ||
a | object | |
b | object | |
return | object |
public abstract call ( object a, object b, object c ) : object | ||
a | object | |
b | object | |
c | object | |
return | object |
public abstract call ( object a, object b, object c, object d ) : object | ||
a | object | |
b | object | |
c | object | |
d | object | |
return | object |
public abstract call ( object a, object b, object c, object d, object e ) : object | ||
a | object | |
b | object | |
c | object | |
d | object | |
e | object | |
return | object |
public abstract call ( object a, object b, object c, object d, object e, object f ) : object | ||
a | object | |
b | object | |
c | object | |
d | object | |
e | object | |
f | object | |
return | object |
public abstract call ( object a, object b, object c, object d, object e, object f, object g ) : object | ||
a | object | |
b | object | |
c | object | |
d | object | |
e | object | |
f | object | |
g | object | |
return | object |
public abstract call ( object a, object b, object c, object d, object e, object f, object g, object h ) : object | ||
a | object | |
b | object | |
c | object | |
d | object | |
e | object | |
f | object | |
g | object | |
h | object | |
return | object |
public abstract callList ( |
||
args | ||
return | object |
public abstract callOn ( object target, |
||
target | object | |
args | ||
return | object |