메소드 | 설명 | |
---|---|---|
BoxArgs ( |
||
CallInstanceMethod ( string methodName, IList |
||
CallMethod ( string methodName, IList |
||
CallStaticMethod ( string methodName, IList |
||
GetArityZeroMethod ( |
||
GetField ( |
||
GetInstanceFieldOrProperty ( object target, string fieldName ) : object | ||
GetMatchingMethod ( IPersistentMap spanMap, clojure.lang.CljCompiler.Ast.Expr target, IList |
Parse-time lookup of instance method
|
|
GetMatchingMethod ( IPersistentMap spanMap, |
Parse-time lookup of static method
|
|
GetProperty ( |
||
InvokeConstructor ( |
||
InvokeStaticMethod ( String typeName, String methodName, Object args ) : Object | ||
InvokeStaticMethod ( |
||
SetInstanceFieldOrProperty ( object target, string fieldName, object val ) : object |
메소드 | 설명 | |
---|---|---|
AreAssignable ( |
||
AreReferenceAssignable ( |
||
BoxArg ( |
||
ExpandArrayTypename ( |
||
ExprsTypes ( IList |
||
GetConstructors ( |
||
GetInterfaceMethods ( |
||
GetMatchingConstructor ( IPersistentMap spanMap, |
Get constructor matching args for type.
|
|
GetMatchingMethodAux ( |
Select matching method from list based on args.
|
|
GetMatchingMethodAux ( |
||
GetMethods ( |
Get methods of fixed name and arity.
|
|
InvokeMatchingMethod ( string methodName, IList |
||
InvokeMethod ( |
||
IsCongruent ( |
||
MaybeReflectionWarn ( IPersistentMap spanMap, |
||
ParamArgTypeMatch ( |
||
SignatureString ( List |
||
Subsumes ( |
||
prepRet ( |
public static BoxArgs ( |
||
pinfos | ||
args | object | |
리턴 | object[] |
public static CallInstanceMethod ( string methodName, IList |
||
methodName | string | |
typeArgs | IList |
|
target | object | |
리턴 | object |
public static CallMethod ( string methodName, IList |
||
methodName | string | |
typeArgs | IList |
|
isStatic | bool | |
t | ||
target | object | |
리턴 | object |
public static CallStaticMethod ( string methodName, IList |
||
methodName | string | |
typeArgs | IList |
|
t | ||
리턴 | object |
public static GetArityZeroMethod ( |
||
t | ||
name | string | |
getStatics | bool | |
리턴 |
public static GetField ( |
||
t | ||
name | String | |
getStatics | bool | |
리턴 |
public static GetInstanceFieldOrProperty ( object target, string fieldName ) : object | ||
target | object | |
fieldName | string | |
리턴 | object |
public static GetMatchingMethod ( IPersistentMap spanMap, clojure.lang.CljCompiler.Ast.Expr target, IList |
||
spanMap | IPersistentMap | |
target | clojure.lang.CljCompiler.Ast.Expr | |
args | IList |
|
methodName | string | |
typeArgs | IList |
|
리턴 |
public static GetMatchingMethod ( IPersistentMap spanMap, |
||
spanMap | IPersistentMap | |
targetType | ||
args | IList |
|
methodName | string | |
typeArgs | IList |
|
리턴 |
public static GetProperty ( |
||
t | ||
name | String | |
getStatics | bool | |
리턴 |
public static InvokeConstructor ( |
||
t | ||
args | object | |
리턴 | object |
public static InvokeStaticMethod ( String typeName, String methodName, Object args ) : Object | ||
typeName | String | |
methodName | String | |
args | Object | |
리턴 | Object |
public static InvokeStaticMethod ( |
||
t | ||
methodName | String | |
args | Object | |
리턴 | Object |
public static SetInstanceFieldOrProperty ( object target, string fieldName, object val ) : object | ||
target | object | |
fieldName | string | |
val | object | |
리턴 | object |