Package | Description |
---|---|
org.armedbear.lisp |
Modifier and Type | Field and Description |
---|---|
static LispCharacter[] |
LispCharacter.constants |
Modifier and Type | Field and Description |
---|---|
static CharHashMap<LispCharacter> |
LispCharacter.lispChars |
(package private) static Map<String,LispCharacter> |
LispCharacter.namedToChar |
Modifier and Type | Method and Description |
---|---|
static LispCharacter |
Lisp.checkCharacter(LispObject obj) |
static LispCharacter |
LispCharacter.getInstance(char c) |
static LispCharacter |
RuntimeClass.makeLispObject(char i) |
Modifier and Type | Method and Description |
---|---|
LispObject |
Stream.unreadChar(LispCharacter c) |
Constructor and Description |
---|
SimpleString(LispCharacter c) |