Uses of Interface
gnu.mapping.EnvironmentKey
-
Packages that use EnvironmentKey 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).gnu.xml -
-
Uses of EnvironmentKey in gnu.expr
Classes in gnu.expr that implement EnvironmentKey Modifier and Type Class Description static classAbstractScriptEngineFactory.BindingsLocationA Location object that proxies lookup in global and engine Bindings.classKeywordImplementation of Lisp keywords. -
Uses of EnvironmentKey in gnu.mapping
Classes in gnu.mapping that implement EnvironmentKey Modifier and Type Class Description classDynamicLocation<T>A Location that forwards to a thread-specific Location.classKeyPairA simple concrete implemementation ofEnvironmentKey.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.classSimpleSymbolA Symbol in the EmptyNamespace.classSymbolA Symbol is a name, usually in a specific Namespace.classThreadLocation<T>A Location that forwards to a thread-specific Location.Methods in gnu.mapping that return EnvironmentKey Modifier and Type Method Description EnvironmentKeyNamedLocation. getKey()Methods in gnu.mapping with parameters of type EnvironmentKey Modifier and Type Method Description voidEnvironment. addLocation(EnvironmentKey key, Location loc)ObjectEnvironment. get(EnvironmentKey key, Object defaultValue)booleanEnvironmentKey. matches(EnvironmentKey key)booleanKeyPair. matches(EnvironmentKey key)booleanNamedLocation. matches(EnvironmentKey key)booleanSymbol. matches(EnvironmentKey key)ObjectEnvironment. remove(EnvironmentKey key)Remove and undefine binding. -
Uses of EnvironmentKey in gnu.xml
Classes in gnu.xml that implement EnvironmentKey Modifier and Type Class Description classXNameA QName with namespace nodes [and future optional type annotation].
-