Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Shakespeare
Ast
MultiWordTermialNode
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
Mostrar archivo
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