gnu.commonlisp.lang
public class CommonLisp extends Lisp2
Field Summary | |
---|---|
static Environment | clispEnvironment |
static CommonLisp | instance |
static NumberCompare | numEqu |
static NumberCompare | numGEq |
static NumberCompare | numGrt |
static NumberCompare | numLEq |
static NumberCompare | numLss |
Constructor Summary | |
---|---|
CommonLisp() |
Method Summary | |
---|---|
static char | asChar(Object x) |
static Numeric | asNumber(Object arg) |
static Object | getCharacter(int c) Get a CommonLisp character object. |
AbstractFormat | getFormat(boolean readable) |
static CommonLisp | getInstance() |
String | getName() |
Type | getTypeFor(String name) |
Type | getTypeFor(Class clas) |
static void | registerEnvironment() The compiler insert calls to this method for applications and applets. |