Class Global

java.lang.Object
org.mozilla.javascript.ScriptableObject
org.web3d.vrml.scripting.ecmascript.Global
All Implemented Interfaces:
Serializable, org.mozilla.javascript.ConstProperties, org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable

public class Global extends org.mozilla.javascript.ScriptableObject
The global object for ECMAScript. Used to implement the print function.
Author:
Alan Hudson
See Also: