Package | Description |
---|---|
sisc.reader | |
sisc.util |
Modifier and Type | Method and Description |
---|---|
static SchemeCharacter |
CharUtil.namedConstToChar(java.lang.String namedCharConstant)
Converts a human readable character name into the SchemeCharacter it represents.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CharUtil.charToNamedConst(SchemeCharacter c)
Retreives the human readable character name of the given SchemeCharacter
|
Modifier and Type | Method and Description |
---|---|
static SchemeCharacter |
Util.chr(Value o) |