public static class Tree.Param.OFork extends Tree.Param.Fork
Tree.OFork
, i.e., an
input-column number, a splitting Value Tree.Param.DFork
.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 |
---|
OFork(int col,
Value split,
Tree.Param[] subTrees) |
Modifier and Type | Method and Description |
---|---|
Value |
elt(int i)
|
int |
n()
Return this Option Value's number within its
Option
Type . |
Value |
split() |
col, subT, subTs
type
AoM, elts, frth, fst, nlAoM, print, snd, thrd, toString
public OFork(int col, Value split, Tree.Param[] subTrees)
public int n()
Value.Option
Type
.n
in class Value.Option
public Value split()
public Value elt(int i)
elt
in class Value.Structured