Method | Description | |
---|---|---|
Code ( ) : string |
Returns Source code for given AST
|
|
ConcreteSyntaxTree ( ) : string |
Returns string representing concrete syntax tree
|
|
Evaluate ( IScriptContext context ) : void |
Evaluates script
|
|
Execute ( IScriptContext context ) : object |
Evaluates all child nodes
|
|
ScriptAst ( |
Base constructor
|
Method | Description | |
---|---|---|
ConcreteSyntaxTree ( string inted ) : string |
public Evaluate ( IScriptContext context ) : void | ||
context | IScriptContext | |
return | void |
public Execute ( IScriptContext context ) : object | ||
context | IScriptContext | |
return | object |
public ScriptAst ( |
||
args | AstNodeList | |
return | Irony.Compiler |