SyntaxTree class abstract

Inheritance
Implementers

Constructors

SyntaxTree()

Properties

childCount int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
parent Tree?
no setterinherited
payload → dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceInterval Interval
Return an Interval indicating the index in the TokenStream of the first and last token associated with this subtree. If this node is a leaf, then the interval represents a single token and has interval i..i for token index i.
no setter

Methods

getChild<T>(int i) Tree?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toStringTree() String
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited