Uses of Class
gnu.mapping.IndirectableLocation
-
Packages that use IndirectableLocation Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.mapping SupportsProcedure
, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). -
-
Uses of IndirectableLocation in gnu.expr
Subclasses of IndirectableLocation in gnu.expr Modifier and Type Class Description static class
AbstractScriptEngineFactory.BindingsLocation
A Location object that proxies lookup in global and engine Bindings. -
Uses of IndirectableLocation in gnu.mapping
Subclasses of IndirectableLocation in gnu.mapping Modifier and Type Class 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.Methods in gnu.mapping that return IndirectableLocation Modifier and Type Method Description static IndirectableLocation
Location. make(Symbol name)
static IndirectableLocation
Location. make(String name)
-