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.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
gnu.xml |
Utilities for working with 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 | Field and Description |
---|---|
static ThreadLocation |
OutPort.errLocation |
static ThreadLocation |
InPort.inLocation |
static ThreadLocation |
OutPort.outLocation |
Modifier and Type | Method and Description |
---|---|
static ThreadLocation |
ThreadLocation.getInstance(Symbol name,
java.lang.Object property)
For a given (Symbol.
|
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 |
PrettyWriter.indentLoc |
static ThreadLocation |
PrettyWriter.isSharing
Whether to resolve shared structures is dependent on the out:print-circle
command line switch being set true.
|
static ThreadLocation |
PrettyWriter.lineLengthLoc |
static ThreadLocation |
PrettyWriter.miserWidthLoc |
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 |