PrintingHyperVisitor

Undocumented in source.

Constructors

this
this(Writer writer)
Undocumented in source.

Members

Functions

visit
void visit(Grammar grammar)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Alternative alternative)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(SymbolNode symbolNode)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Rule rule)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Group group)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Option option)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Repetition repetition)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(RepetitionAlternative alternative)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HyperVisitor

visit
void visit(Group group)
Undocumented in source.
visit
void visit(Option option)
Undocumented in source.
visit
void visit(Repetition repetition)
Undocumented in source.
visit
void visit(RepetitionAlternative alternative)
Undocumented in source.

Meta