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 classAbstractScriptEngineFactory.BindingsLocationA 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 classDynamicLocation<T>A Location that forwards to a thread-specific Location.classNamedLocation<T>A Location that can be used as an entry in an Environment.classPlainLocation<T>classSharedLocation<T>A Location suitable when Environment or Location can be access by multiple threads.classThreadLocation<T>A Location that forwards to a thread-specific Location.Methods in gnu.mapping that return IndirectableLocation Modifier and Type Method Description static IndirectableLocationLocation. make(Symbol name)static IndirectableLocationLocation. make(String name)
-