public static class AbstractScriptEngineFactory.BindingsLocation extends NamedLocation<java.lang.Object>
base, DIRECT_ON_SET, INDIRECT_FLUIDS, value FUNCTION | Constructor and Description |
|---|
BindingsLocation (SimpleSymbol name,
AbstractScriptEngineFactory.BindingsEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get ()
Get the current value of this location.
|
java.lang.Object |
get (java.lang.Object defaultValue) |
Environment |
getEnvironment () |
boolean |
isBound () |
void |
set (java.lang.Object newValue) |
entered, equals, getKey, getKeyProperty, getKeySymbol, hashCode, matches, matches, setRestore, setWithSave getBase, getBaseForce, isConstant, setAlias, setBase, undefine define, getValue, make, make, make, print, setValue, toString clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, getValue, setValuepublic BindingsLocation(SimpleSymbol name, AbstractScriptEngineFactory.BindingsEnvironment env)
public java.lang.Object get(java.lang.Object defaultValue)
public java.lang.Object get()
Location public void set(java.lang.Object newValue)
public Environment getEnvironment()
getEnvironment in class NamedLocation<java.lang.Object>