TreeBuilder class

Generic processing tree builder.

Allows creating tree by direct adding nodes to it's parents, and finally results TreeProcessor. This is very generic class consider usage of StackedTreeBuilder instead.

Constructors

TreeBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addNode(dynamic parent, PNDelegate delegate, dynamic data) → dynamic
Adds delegate along with it's data to processing tree structure
build() TreeProcessor
Returns object which might be used to execute processing tree.
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