Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.functions | |
gnu.kawa.lispexpr | |
gnu.kawa.models | |
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
gnu.xml |
Modifier and Type | Field and Description |
---|---|
static ThreadLocation<java.lang.String> |
ApplicationMainSupport.commandName |
Modifier and Type | Field and Description |
---|---|
static ThreadLocation |
DisplayFormat.outBase
Fluid parameter to specify default output base for printing rationals.
|
static ThreadLocation |
DisplayFormat.outRadix
True if we should print a radix indicator when printing rationals.
|
Modifier and Type | Field and Description |
---|---|
static ThreadLocation<LispPackage> |
LispPackage.currentPackage
Common Lisp
*package* special. |
Modifier and Type | Field and Description |
---|---|
static ThreadLocation |
Display.myDisplay |
Modifier and Type | Method and Description |
---|---|
static ThreadLocation |
ThreadLocation.makeAnonymous(java.lang.String name)
Create a fresh ThreadLocation, independent of other ThreadLocations.
|
static ThreadLocation |
ThreadLocation.makeAnonymous(Symbol name)
Create a fresh ThreadLocation, independent of other ThreadLocations.
|
Modifier and Type | Field and Description |
---|---|
static ThreadLocation |
XMLPrinter.doctypePublic
The system identifier emitted in a DOCTYPE declaration.
|
static ThreadLocation |
XMLPrinter.doctypeSystem
Fluid parameter to control whether a DOCTYPE declaration is emitted.
|
static ThreadLocation<java.lang.String> |
XMLPrinter.indentLoc |