public static class Value.Triv extends Value.Enum
() : TRIV
.Value.Enum.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 |
---|
Triv() |
Modifier and Type | Method and Description |
---|---|
int |
n()
Returns zero, 0, that is the only case of Triv.
|
java.lang.String |
toString()
Return the String representation of Triv.
|
Type.Triv |
type()
Return the
Type of 'this' Value. |
bOp
public Type.Triv type()
Value
Type
of 'this' Value.type
in class Value.Enum
public int n()
n
in class Value.Enum
public java.lang.String toString()
toString
in class Value.Enum