NonTerminalNode

Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isEmpty
bool isEmpty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isTerminal
bool isTerminal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
stringValue
string stringValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
ParseNode[] children;
Undocumented in source.

Inherited Members

From ParseNode

identifier
string identifier;
Undocumented in source.
value
Variant value;
Undocumented in source.
location
Location location;
Undocumented in source.
stringValue
string stringValue [@property getter]
Undocumented in source.
toString
string toString()
Undocumented in source.
isTerminal
bool isTerminal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta