Property | Type | Description | |
---|---|---|---|
argumentTable | |||
arguments | |||
methodBuilder | |||
name | string | ||
returnType |
Method | Description | |
---|---|---|
AbstractRoutineSignature ( string name, |
||
Accept ( NodeVisitor visitor ) : void | ||
Clone ( ) : object | ||
GetArgument ( string name ) : |
Method | Description | |
---|---|---|
InitArguments ( ) : void |
public AbstractRoutineSignature ( string name, |
||
name | string | |
arguments | ||
returnType | ||
location | ||
return | System |
public GetArgument ( string name ) : |
||
name | string | |
return |
protected Hashtable,System.Collections argumentTable | ||
return |
protected TypedNodeList,Babel.Compiler arguments | ||
return |
protected MethodBuilder,System.Reflection.Emit methodBuilder | ||
return |