C# Class Shakespeare.Ast.EnterNode

Inheritance: ShakespeareBaseAstNode
Datei anzeigen Open project: jamescurran/ShakespeareCompiler

Public Methods

Method Description
Init ( Irony.Ast.AstContext context, ParseTreeNode treeNode ) : void

Protected Methods

Method Description
ReallyDoEvaluate ( Irony.Interpreter.ScriptThread thread ) : object

Method Details

Init() public method

public Init ( Irony.Ast.AstContext context, ParseTreeNode treeNode ) : void
context Irony.Ast.AstContext
treeNode ParseTreeNode
return void

ReallyDoEvaluate() protected method

protected ReallyDoEvaluate ( Irony.Interpreter.ScriptThread thread ) : object
thread Irony.Interpreter.ScriptThread
return object