C# Class ScriptNET.Ast.ScriptGenericsPostfix

Script Array Constructor Expression
Inheritance: ScriptExpr
Mostrar archivo Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Methods

Method Description
Evaluate ( IScriptContext context ) : void
GetGenericTypeName ( string name ) : string
ScriptGenericsPostfix ( AstNodeArgs args ) : System

Method Details

Evaluate() public method

public Evaluate ( IScriptContext context ) : void
context IScriptContext
return void

GetGenericTypeName() public method

public GetGenericTypeName ( string name ) : string
name string
return string

ScriptGenericsPostfix() public method

public ScriptGenericsPostfix ( AstNodeArgs args ) : System
args Irony.Compiler.AstNodeArgs
return System