ParseTreeNode class
Constructors
- ParseTreeNode(String ruleID, LexerToken? token)
Properties
- alias ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNonTerminal ↔ bool
-
getter/setter pair
- isOption ↔ bool
-
getter/setter pair
- isRepetition ↔ bool
-
getter/setter pair
- isSequence ↔ bool
-
getter/setter pair
- nonTerminalId ↔ String
-
getter/setter pair
- ruleID ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subNodes
↔ List<
ParseTreeNode> -
getter/setter pair
- token ↔ LexerToken?
-
getter/setter pair
Methods
-
getNonTerminal(
String alias) → ParseTreeNode? -
getOption(
String alias) → ParseTreeNode? -
getTerminal(
String alias) → String -
getTerminals(
) → List< String> -
isOptionNonempty(
String alias) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
[int indent = 0]) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited