gamma ~master (2021-10-12T13:52:47Z)
Dub
Repo
SymbolNode
gamma
grammar
SymbolNode
Undocumented in source.
class
SymbolNode :
Node
{
this
(Symbol symbol, Position position);
void
accept
(Visitor visitor);
Symbol
symbol
();
}
Constructors
this
this
(Symbol symbol, Position position)
Undocumented in source.
Members
Functions
accept
void
accept
(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
symbol
Symbol
symbol
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Node
accept
void
accept
(Visitor visitor)
Undocumented in source.
position
Position
position
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gamma
grammar
SymbolNode
modules
Alternative
Grammar
GrammarBuilder
GrammarProperties
Node
Nonterminal
PrintingVisitor
Rule
Symbol
SymbolNode
Terminal
Visitor
affixes
hyper