PrettyNode class abstract

Base node class.

Implementers

Constructors

PrettyNode()

Properties

end → SourceLocation
The end location of this node.
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
start → SourceLocation
The start location of this node.
no setter

Methods

accept(PrettyNodeVisitor visitor) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Outputs the attributes as a Map.
toString() String
A string representation of this object.
inherited
writeln([bool append = true]) → void
Adds a line ending to this node.

Operators

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