Property | Type | Description | |
---|---|---|---|
AddMethod | void | ||
ComputeNames | void | ||
EmitForDefn | void | ||
EmitGetCompiledConstants | void | ||
EmitGetDynMethod | void | ||
EmitGetRequiredArityMethod | void | ||
GetMethodKey | int | ||
HasPrimDecls | bool | ||
Parse | clojure.lang.CljCompiler.Ast.Expr |
Method | Description | |
---|---|---|
Eval ( ) : object | ||
FnExpr ( object tag ) : System | ||
GetCompiledConstants ( int key ) : object[] | ||
GetDynMethod ( int key, int arity ) : |
Method | Description | |
---|---|---|
EmitMethods ( |
Method | Description | |
---|---|---|
AddMethod ( |
||
ComputeNames ( ISeq form, string name ) : void | ||
EmitForDefn ( |
||
EmitGetCompiledConstants ( |
||
EmitGetDynMethod ( int arity, |
||
EmitGetRequiredArityMethod ( |
||
GetMethodKey ( |
||
HasPrimDecls ( ISeq forms ) : bool | ||
Parse ( |
protected EmitMethods ( |
||
tb | ||
return | void |
public static GetCompiledConstants ( int key ) : object[] | ||
key | int | |
return | object[] |
public static GetDynMethod ( int key, int arity ) : |
||
key | int | |
arity | int | |
return |