viaduct
0.2.0-5-g5831d91.dirty
shared
/
edu.cornell.cs.apl.attributes
/
TreeNode
Tree
Node
interface
TreeNode
<
out
Node
>
Content copied to clipboard
A node in a
Tree
.
Properties
Properties
children
Link copied to clipboard
abstract
val
children
:
Iterable
<
Node
>
Content copied to clipboard
The list of all children nodes. This is empty for leaf nodes.