TreeOutput class

Simple class to provide a textual dump of trees for debugging.

Constructors

TreeOutput()

Properties

buf StringBuffer
final
depth int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
printer VisitorBase?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

heading(String name, [SourceSpan? span]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toValue(dynamic value) String
write(String s) → void
writeln(String s) → void
writeNode(String label, TreeNode? node) → void
writeNodeList(String label, List<TreeNode>? list) → void
writeValue(String label, dynamic value) → void

Operators

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