Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
public class BRL
extends Scheme
Field Summary | |
protected static SimpleEnvironment |
Fields inherited from class kawa.standard.Scheme | |
booleanType , displayFormat , forEach , instanceOf , isEq , isEqual , isEqv , kawaEnvironment , lambda , map , not , nullEnvironment , numEqu , numGEq , numGrt , numLEq , numLss , r4Environment , r5Environment , repl , writeFormat |
Fields inherited from class gnu.kawa.lispexpr.LispLanguage | |
defaultReadTable , quasiquote_sym , quote_sym , unquote_sym , unquotesplicing_sym |
Fields inherited from class gnu.expr.Language | |
FUNCTION_NAMESPACE , NAMESPACE_PREFIX , NAMESPACE_PREFIX_NAMESPACE , PARSE_IMMEDIATE , PARSE_ONE_LINE , VALUE_NAMESPACE , current , env_counter , environ , userEnv |
Constructor Summary | |
|
Method Summary | |
ReadTable | |
static BRL | |
static Language |
|
static BRL | |
Lexer |
|
Consumer |
|
Procedure | |
boolean | |
Expression |
|
static void |
|
void |
|
Methods inherited from class kawa.standard.Scheme | |
builtin , createReadTable , define_proc , define_proc , define_proc , eval , eval , eval , exp2Type , getFormat , getInstance , getLexer , getName , getNamedType , getNamespaceOf , getTypeFor , getTypeFor , getTypeValue , lookupBuiltin , read , registerEnvironment , string2Type |
Methods inherited from class gnu.kawa.lispexpr.LispLanguage | |
createReadTable , declFromField , defSntxStFld , defSntxStFld , fromLangSymbol , langSymbolToSymbol , makeApply , makeBody , parse , selfEvaluatingSymbol |
public boolean isBrlCompatible()
public static void registerEnvironment()
The compiler insert calls to this method for applications and applets.
- Overrides:
- registerEnvironment in interface Scheme
public void setBrlCompatible(boolean compat)