INodeActions class abstract
Base class for Node that defines the actions that a Node can perform
- Implementers
Constructors
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
- 
  add(covariant INode value) → void 
- 
  Add a child valuenode to thethisnode
- 
  addAll(covariant Iterable< INode> iterable) → void
- 
  Add a collection of Iterable nodes to thisnode
- 
  clear() → void 
- 
  Clear all the child nodes from thisnode.thisnode will not have children after this operation.
- 
  delete() → void 
- 
  Delete thisnode
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  remove(covariant INode value) → void 
- 
  Remove a child valuenode from thethisnode
- 
  removeAll(covariant Iterable< INode> iterable) → void
- 
  Remove all the Iterable nodes from thisnode
- 
  removeWhere(bool test(INode element)) → void 
- 
  Remove all the child nodes from thisnode that match the criterion in the giventest
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited