Class BindingsObject

java.lang.Object
org.mozilla.javascript.ScriptableObject
org.mozilla.javascript.engine.BindingsObject
All Implemented Interfaces:
Serializable, ConstProperties, DebuggableObject, Scriptable, SymbolScriptable

public class BindingsObject extends ScriptableObject
This class makes the Bindings object into a Scriptable. That way, we can query and modify the contents of the Bindings on demand.
See Also: