A Statement that can have child statements.
This has a generic parameter so that its subclasses can choose whether or not their children lists are nullable.
- Implemented types
Constructors
- ParentStatement(T children)
Properties
Methods
-
accept<
T> (StatementVisitor< T> visitor) → T -
Calls the appropriate visit method on
visitor
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited