Uses of Class
gnu.mapping.ThreadLocation
-
Packages that use ThreadLocation Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.kawa.functions gnu.kawa.lispexpr gnu.kawa.models gnu.mapping SupportsProcedure
, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript).gnu.xml -
-
Uses of ThreadLocation in gnu.expr
Fields in gnu.expr declared as ThreadLocation Modifier and Type Field Description static ThreadLocation<String>
ApplicationMainSupport. commandName
-
Uses of ThreadLocation in gnu.kawa.functions
Fields in gnu.kawa.functions declared as ThreadLocation Modifier and Type Field 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. -
Uses of ThreadLocation in gnu.kawa.lispexpr
Fields in gnu.kawa.lispexpr declared as ThreadLocation Modifier and Type Field Description static ThreadLocation<LispPackage>
LispPackage. currentPackage
Common Lisp*package*
special.static ThreadLocation
LispReader. symbolReadCase
-
Uses of ThreadLocation in gnu.kawa.models
Fields in gnu.kawa.models declared as ThreadLocation Modifier and Type Field Description static ThreadLocation
Display. myDisplay
-
Uses of ThreadLocation in gnu.mapping
Methods in gnu.mapping that return ThreadLocation Modifier and Type Method Description static ThreadLocation
ThreadLocation. makeAnonymous(Symbol name)
Create a fresh ThreadLocation, independent of other ThreadLocations.static ThreadLocation
ThreadLocation. makeAnonymous(String name)
Create a fresh ThreadLocation, independent of other ThreadLocations. -
Uses of ThreadLocation in gnu.xml
Fields in gnu.xml declared as ThreadLocation Modifier and Type Field 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<String>
XMLPrinter. indentLoc
-