public interface EnvironmentKey
Symbol
) and a property (any Object
).
A Symbol
is an EnvironmentKey
with
a null property component.
An Environment
is a map from EnvironmentKey
s
to Location
s.Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
FUNCTION
Conventional value used as a property key for function bindings.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKeyProperty() |
Symbol |
getKeySymbol() |
boolean |
matches(EnvironmentKey key) |
boolean |
matches(Symbol symbol,
java.lang.Object property) |
static final java.lang.Object FUNCTION
Symbol getKeySymbol()
java.lang.Object getKeyProperty()
boolean matches(EnvironmentKey key)
boolean matches(Symbol symbol, java.lang.Object property)