public static class Value.Inc_Or.Left extends Value.Inc_Or
Value.Inc_Or.Both, Value.Inc_Or.Left, Value.Inc_Or.Right
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 | Field and Description |
---|---|
Value |
v0
The Value, v0, in Left v0.
|
BOTH, LEFT, RIGHT
Modifier and Type | Method and Description |
---|---|
Value |
elt(int n)
The i-th element (component, field) of 'this'
Structured Value, counting from zero.
|
int |
n()
Return this Option Value's number within its
Option
Type . |
int |
nElts()
Return this Option's number of elements (fields).
|
type
closes, compareTo, opens, separator
AoM, elts, frth, fst, nlAoM, print, snd, thrd, toString
public final Value v0
public Left(Value v0)
public int n()
Value.Option
Type
.n
in class Value.Option
public int nElts()
Value.Option
nElts
in class Value.Option
public Value elt(int n)
Value.Structured
elt
in class Value.Structured