viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.attributes
/
TreeNode
Tree
Node
interface
TreeNode
<
out
Node
>
A node in a
Tree
.
Properties
Inheritors
Properties
children
Link copied to clipboard
abstract
val
children
:
Iterable
<
Node
>
The list of all children nodes. This is empty for leaf nodes.
Inheritors
Node
Link copied to clipboard