| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectpublic class Q2extends SchemeField Summary |
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 |
|
Lexer |
|
Consumer |
|
Procedure | |
static Q2 | |
ApplyExp |
|
Expression |
|
static 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 ReadTable createReadTable()
Create a freshReadTableappropriate for this language.
- Overrides:
- createReadTable in interface Scheme
public ApplyExp makeApply(Expression func, Expression[] args)
- Overrides:
- makeApply in interface LispLanguage
public Expression makeBody(Expression[] exps)
Combine a
- Overrides:
- makeBody in interface LispLanguage
public static void registerEnvironment()
The compiler insert calls to this method for applications and applets.
- Overrides:
- registerEnvironment in interface Scheme