Uses of Interface
gnu.mapping.EnvironmentKey
Packages that use EnvironmentKey
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of EnvironmentKey in gnu.expr
Classes in gnu.expr that implement EnvironmentKeyModifier and TypeClassDescriptionstatic classA Location object that proxies lookup in global and engine Bindings.classImplementation of Lisp keywords. -
Uses of EnvironmentKey in gnu.mapping
Classes in gnu.mapping that implement EnvironmentKeyModifier and TypeClassDescriptionclassA Location that forwards to a thread-specific Location.classA simple concrete implemementation ofEnvironmentKey.classA Location that can be used as an entry in an Environment.classclassA Location suitable when Environment or Location can be access by multiple threads.classA Symbol in the EmptyNamespace.classA Symbol is a name, usually in a specific Namespace.classA Location that forwards to a thread-specific Location.Methods in gnu.mapping that return EnvironmentKeyMethods in gnu.mapping with parameters of type EnvironmentKeyModifier and TypeMethodDescriptionfinal voidEnvironment.addLocation(EnvironmentKey key, Location loc) final ObjectEnvironment.get(EnvironmentKey key, Object defaultValue) booleanEnvironmentKey.matches(EnvironmentKey key) final booleanKeyPair.matches(EnvironmentKey key) final booleanNamedLocation.matches(EnvironmentKey key) booleanSymbol.matches(EnvironmentKey key) final ObjectEnvironment.remove(EnvironmentKey key) Remove and undefine binding. -
Uses of EnvironmentKey in gnu.xml
Classes in gnu.xml that implement EnvironmentKeyModifier and TypeClassDescriptionclassA QName with namespace nodes [and future optional type annotation].