public abstract static class Tree.Param.Fork extends Tree.Param
Tree.Param.DFork
and Tree.Param.OFork
.Tree.Param.DFork, Tree.Param.Fork, Tree.Param.Leaf, Tree.Param.OFork
Value.Option.GP
Value.Atomic, Value.Bool, Value.Char, Value.Chars, Value.Cts, Value.Defer, Value.Discrete, Value.Enum, Value.Inc_Or, Value.Int, Value.Lambda, Value.List, Value.Maybe, Value.Option, Value.Real, Value.Scannable, Value.Structured, Value.Triv, Value.Tuple
Constructor and Description |
---|
Fork(int col,
Tree.Param[] subTrees) |
Modifier and Type | Method and Description |
---|---|
int |
col() |
Tree.Param |
subT(int i) |
Tree.Param[] |
subTs() |
type
AoM, elt, elts, frth, fst, nlAoM, print, snd, thrd, toString
public Fork(int col, Tree.Param[] subTrees)
public int col()
public Tree.Param[] subTs()
public Tree.Param subT(int i)