ctpg.dsl.typed.visitors

Undocumented in source.

Members

Functions

applyMemoizeLiteral
Node applyMemoizeLiteral(Node node, bool isMemoizeLiteral)
Undocumented in source. Be warned that the author may not have intended to support it.
applyMemoizeNonterminal
Node applyMemoizeNonterminal(Node node, bool isMemoizeNonterminal)
Undocumented in source. Be warned that the author may not have intended to support it.
applyMemoizeSkip
Node applyMemoizeSkip(Node node, bool isMemoizeSkip)
Undocumented in source. Be warned that the author may not have intended to support it.
applySkipLiteral
Node applySkipLiteral(Node node, bool isSkipLiteral)
Undocumented in source. Be warned that the author may not have intended to support it.
expandSkip
Node expandSkip(Node node, Node skip)
Undocumented in source. Be warned that the author may not have intended to support it.
generate
string generate(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
removeMemoizeDuplicates
Node removeMemoizeDuplicates(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
removeSkipWithDuplicates
Node removeSkipWithDuplicates(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin enableCompileTimeUnittest
Undocumented in source.

Meta