public static class Value.Char extends Value.Discrete
Type.CHAR
.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 |
---|---|
char |
ch
The
char of 'this' Char Value. |
Constructor and Description |
---|
Char(char ch) |
Modifier and Type | Method and Description |
---|---|
int |
n()
Return the Char's
int code. |
java.lang.String |
toString()
Return the
'char' of this Char. |
Type |
type()
The Type is
Type.CHAR . |
bOp