Package gnu.mapping
Interface EnvironmentKey
-
- All Known Implementing Classes:
AbstractScriptEngineFactory.BindingsLocation,DynamicLocation,KeyPair,Keyword,NamedLocation,PlainLocation,SharedLocation,SimpleSymbol,Symbol,ThreadLocation,XName
public interface EnvironmentKeyA pair of a name (aSymbol) and a property (anyObject). ASymbolis anEnvironmentKeywith a null property component. AnEnvironmentis a map fromEnvironmentKeys toLocations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetKeyProperty()SymbolgetKeySymbol()booleanmatches(EnvironmentKey key)booleanmatches(Symbol symbol, Object property)
-
-
-
Field Detail
-
FUNCTION
static final Object FUNCTION
Conventional value used as a property key for function bindings.
-
-
Method Detail
-
getKeySymbol
Symbol getKeySymbol()
-
getKeyProperty
Object getKeyProperty()
-
matches
boolean matches(EnvironmentKey key)
-
-