Package gnu.expr
Class AbstractScriptEngineFactory.BindingsLocation
- All Implemented Interfaces:
EnvironmentKey
,Map.Entry<EnvironmentKey,
Object>
- Enclosing class:
AbstractScriptEngineFactory
A Location object that proxies lookup in global and engine Bindings.
-
Field Summary
Fields inherited from class gnu.mapping.IndirectableLocation
base, DIRECT_ON_SET, INDIRECT_FLUIDS, value
Fields inherited from interface gnu.mapping.EnvironmentKey
FUNCTION
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class gnu.mapping.NamedLocation
entered, equals, getKey, getKeyProperty, getKeySymbol, hashCode, matches, matches, setRestore, setWithSave
Methods inherited from class gnu.mapping.IndirectableLocation
getBase, getBaseForce, isConstant, setAlias, setBase, undefine
Methods inherited from class gnu.mapping.Location
define, getValue, make, make, make, print, setValue, toString
-
Constructor Details
-
BindingsLocation
-
-
Method Details
-
get
-
get
Description copied from class:Location
Get the current value of this location. -
isBound
public boolean isBound() -
set
-
getEnvironment
- Overrides:
getEnvironment
in classNamedLocation<Object>
-