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 -
Method Summary