Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.jemacs.buffer |
Provides various building blocks for building an Emacs-like text editor.
|
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractScriptEngineFactory.BindingsLocation
A Location object that proxies lookup in global and engine Bindings.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferLocal
A buffer-local variable (Location).
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicLocation<T>
A Location that forwards to a thread-specific Location.
|
class |
NamedLocation<T>
A Location that can be used as an entry in an Environment.
|
class |
PlainLocation<T> |
class |
SharedLocation<T>
A Location suitable when Environment or Location can be access by
multiple threads.
|
class |
ThreadLocation<T>
A Location that forwards to a thread-specific Location.
|
Modifier and Type | Method and Description |
---|---|
static IndirectableLocation |
Location.make(java.lang.String name) |
static IndirectableLocation |
Location.make(Symbol name) |