public static class Tree.Param.Leaf extends Tree.Param
Tree.Leaf
, i.e.,
a statistical parameter to make a Tree.Leaf
from Tree.leafUPM
.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
Modifier and Type | Method and Description |
---|---|
Value |
elt(int i)
Return
sp , providing i==0. |
int |
n()
Return this Option Value's number within its
Option
Type . |
type
AoM, elts, frth, fst, nlAoM, print, snd, thrd, toString
public Leaf(Value sp)
public int n()
Value.Option
Type
.n
in class Value.Option
public Value elt(int i)
sp
, providing i==0.elt
in class Value.Structured