Package ortus.boxlang.runtime.scripting
Class BoxScopeBindings
java.lang.Object
ortus.boxlang.runtime.scripting.BoxScopeBindings
A Bindings implementation that wraps an IScope for our scripting engine
contexts.
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
BoxScopeBindings
Constructor for the BoxScopeBindings- Parameters:
scope- The IScope to wrap
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceBindings- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
put
-
putAll
-
remove
-
clear
public void clear() -
keySet
-
values
-
entrySet
-