Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
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
Afficher le fichier
Open project: jamescurran/ShakespeareCompiler
Méthodes publiques
Méthode
Description
Init
(
Irony.Ast.AstContext
context
,
ParseTreeNode
treeNode
) :
void
Method Details
Init()
public
méthode
public
Init
(
Irony.Ast.AstContext
context
,
ParseTreeNode
treeNode
) :
void
context
Irony.Ast.AstContext
treeNode
ParseTreeNode
Résultat
void