Method | Description | |
---|---|---|
@params ( ) : |
||
@typeof ( ) : Type | ||
Method ( Type parent, string name, int flags, |
Constructor used by Type.reflect.
|
|
Method ( Type parent, string name, int flags, |
Constructor used by GenericType and we are given the generic method that is being parameterized.
|
|
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, |
||
func ( ) : |
||
getGenericMethod ( ) : |
If isGenericInstance is true, then return the generic method which this method instantiates. The generic method may be used to access the actual signatures used in the Java code (via getRawType). If this method is not a generic instance, return null.
|
|
inheritedReturns ( ) : Type | ||
isGenericInstance ( ) : bool |
Return if this method is the parameterization of a generic method, with all the generic parameters filled in with real types.
|
|
isGenericMethod ( ) : bool |
Return if this method contains generic parameters in it's signature.
|
|
minParams ( ) : int | ||
returns ( ) : Type | ||
signature ( ) : string | ||
trap ( string name, |
Method | Description | |
---|---|---|
invoke ( object instance, object args ) : object | ||
isInstance ( ) : bool | ||
toMask ( Type parent, Type returns, |
Compute if the method signature contains generic parameter types.
|
public Method ( Type parent, string name, int flags, |
||
parent | Type | |
name | string | |
flags | int | |
facets | ||
lineNum | int | |
returns | Type | |
inheritedReturns | Type | |
pars | ||
return | System |
public Method ( Type parent, string name, int flags, |
||
parent | Type | |
name | string | |
flags | int | |
facets | ||
lineNum | int | |
returns | Type | |
inheritedReturns | Type | |
pars | ||
generic | ||
return | System |
public call ( object a, object b, object c ) : object | ||
a | object | |
b | object | |
c | object | |
return | object |
public call ( object a, object b, object c, object d ) : object | ||
a | object | |
b | object | |
c | object | |
d | object | |
return | object |
public 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 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 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 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 callOn ( object target, |
||
target | object | |
args | ||
return | object |
public trap ( string name, |
||
name | string | |
args | ||
return | object |