JavaScript is disabled on your browser.
gnu.mapping
Interface EnvironmentKey
-
- All Known Implementing Classes:
- AbstractScriptEngineFactory.BindingsLocation, DynamicLocation, KeyPair, Keyword, NamedLocation, PlainLocation, SharedLocation, SimpleSymbol, Symbol, ThreadLocation, XName
public interface EnvironmentKey
A pair of a name (a Symbol) and a property (any Object).
A Symbol is an EnvironmentKey with
a null property component.
An Environment is a map from EnvironmentKeys
to Locations.
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static java.lang.Object |
FUNCTION
Conventional value used as a property key for function bindings.
|
-
-
Method Detail
-
getKeySymbol
Symbol getKeySymbol()