Package com.googlecode.aviator.script
Class AviatorBindings
java.lang.Object
com.googlecode.aviator.script.AviatorBindings
Aviator bindings
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
int
hashCode()
boolean
isEmpty()
keySet()
void
void
setExpression
(Expression exp) void
setInstance
(AviatorEvaluatorInstance instance) void
setmOverrides
(Map<String, Object> mOverrides) int
size()
toString()
values()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
env
-
-
Constructor Details
-
AviatorBindings
public AviatorBindings() -
AviatorBindings
-
-
Method Details
-
setmOverrides
-
getDefaults
-
getInstance
-
setInstance
-
setExpression
-
clear
public void clear() -
hashCode
public int hashCode() -
equals
-
containsKey
- Specified by:
containsKey
in interfaceBindings
- Specified by:
containsKey
in interfaceMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
override
-
put
-
putAll
-
remove
-
forgot
-
size
public int size() -
values
-
toString
-