Property | Type | Description | |
---|---|---|---|
CallDispatcher | DynamicCallDispatcher | ||
Data | |||
EvaluationTime | int | ||
Globals | ValuesTable | ||
GotoTarget | AstNode | ||
Jump | JumpType | ||
LanguageCaseSensitive | bool | ||
OutputBuffer | StringBuilder | ||
Runtime | |||
ThreadId | int | ||
TopFrame | Irony.Interpreter.StackFrame |
Method | Description | |
---|---|---|
ClearLastResult ( ) : void | ||
EvaluationContext ( |
||
PopFrame ( ) : void | ||
PushFrame ( string methodName, AstNode node, Irony.Interpreter.StackFrame parent ) : void | ||
SetValue ( Symbol symbol, object value ) : void | ||
ThrowError ( string message ) : void | ||
TryGetValue ( Symbol symbol, object &value ) : bool | ||
Write ( string text ) : void | ||
WriteLine ( string text ) : void |
public EvaluationContext ( |
||
runtime | ||
return | System |
public PushFrame ( string methodName, AstNode node, Irony.Interpreter.StackFrame parent ) : void | ||
methodName | string | |
node | AstNode | |
parent | Irony.Interpreter.StackFrame | |
return | void |
public SetValue ( Symbol symbol, object value ) : void | ||
symbol | Symbol | |
value | object | |
return | void |
public TryGetValue ( Symbol symbol, object &value ) : bool | ||
symbol | Symbol | |
value | object | |
return | bool |
public DynamicCallDispatcher CallDispatcher | ||
return | DynamicCallDispatcher |