TreeOutput class Null safety
Simple class to provide a textual dump of trees for debugging.
Constructors
Properties
- buf → StringBuffer
-
final
- depth ↔ int
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- printer ↔ VisitorBase?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
heading(
String name, [dynamic span]) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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