Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.expr.Language
gnu.kawa.lispexpr.LispLanguage
gnu.commonlisp.lang.Lisp2
gnu.commonlisp.lang.CommonLisp
public class CommonLisp
extends Lisp2
Field Summary | |
static Environment | |
static CommonLisp | |
static NumberCompare | |
static NumberCompare | |
static NumberCompare | |
static NumberCompare | |
static NumberCompare |
Fields inherited from class gnu.kawa.lispexpr.LispLanguage | |
defaultReadTable , lookup_sym , quasiquote_sym , quote_sym , unquote_sym , unquotesplicing_sym |
Fields inherited from class gnu.expr.Language | |
FUNCTION_NAMESPACE , NAMESPACE_PREFIX_NAMESPACE , PARSE_IMMEDIATE , PARSE_ONE_LINE , PARSE_PROLOG , VALUE_NAMESPACE , current , env_counter , environ , requirePedantic , userEnv |
Constructor Summary | |
Method Summary | |
static char |
|
static Numeric |
|
static Object |
|
AbstractFormat |
|
static CommonLisp | |
String |
|
Type |
|
Type |
|
static void |
|
Methods inherited from class gnu.commonlisp.lang.Lisp2 | |
asSymbol , booleanObject , createReadTable , defun , defun , emitPushBoolean , fromLangSymbol , getEnvPropertyFor , getNamespaceOf , getString , getString , hasSeparateFunctionNamespace , importLocation , isTrue , noValue , selfEvaluatingSymbol |
Methods inherited from class gnu.kawa.lispexpr.LispLanguage | |
createReadTable , declFromField , defSntxStFld , defSntxStFld , fromLangSymbol , getCompilation , getLexer , langSymbolToSymbol , makeApply , makeBody , parse , resolve , selfEvaluatingSymbol |
public static char asChar(Object x)
public static Object getCharacter(int c)
Get a CommonLisp character object.
public static void registerEnvironment()
The compiler insert calls to this method for applications and applets.