C# Class Shakespeare.Ast.MultiWordTermialNode

For nodes which are really terminals, but must be defined as non-termials because they are made up of more than one word.
Inheritance: ShakespeareBaseAstNode
Mostra file Open project: jamescurran/ShakespeareCompiler

Public Methods

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

Method Details

Init() public method

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