GenericTesterGrammar.TesterGrammar

Undocumented in source.

Members

Manifest constants

name
enum name;
Undocumented in source.

Mixins

__anonymous
mixin decimateTree
Undocumented in source.

Static functions

Branch
TParseTree Branch(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Branch
TParseTree Branch(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Branch
string Branch(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
Comment
TParseTree Comment(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Comment
TParseTree Comment(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Comment
string Comment(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
NestedComment
TParseTree NestedComment(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
NestedComment
TParseTree NestedComment(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
NestedComment
string NestedComment(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
NestedCommentEnd
TParseTree NestedCommentEnd(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
NestedCommentEnd
TParseTree NestedCommentEnd(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
NestedCommentEnd
string NestedCommentEnd(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
Node
TParseTree Node(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Node
TParseTree Node(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Node
string Node(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
OrderedBranch
TParseTree OrderedBranch(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
OrderedBranch
TParseTree OrderedBranch(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
OrderedBranch
string OrderedBranch(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
Root
TParseTree Root(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Root
TParseTree Root(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Root
string Root(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
Spacing
TParseTree Spacing(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Spacing
TParseTree Spacing(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Spacing
string Spacing(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
UnorderedBranch
TParseTree UnorderedBranch(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
UnorderedBranch
TParseTree UnorderedBranch(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
UnorderedBranch
string UnorderedBranch(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.
isRule
bool isRule(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
TParseTree opCall(TParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
TParseTree opCall(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string opCall(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin decimateTree

decimateTree
ParseTree decimateTree(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta