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, valueFields 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, setWithSaveMethods inherited from class gnu.mapping.IndirectableLocation
getBase, getBaseForce, isConstant, setAlias, setBase, undefineMethods 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:LocationGet the current value of this location. -
isBound
public boolean isBound() -
set
-
getEnvironment
- Overrides:
getEnvironmentin classNamedLocation<Object>
-