Program class

Parser return this Node

Implemented types

Constructors

Program(List<Statement> _statements, {required Env env, required List<ErrorNode> errors, Statement? start})

Properties

code List<int>
no setteroverride
env Env
final
errors List<ErrorNode>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setteroverride
start Statement?
final
statements List<Statement>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toStringWithIndent() String

Operators

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