com.hjl.junitscript.languages.javascript
Class Global

java.lang.Object
  |
  +--org.mozilla.javascript.ScriptableObject
        |
        +--org.mozilla.javascript.ImporterTopLevel
              |
              +--com.hjl.junitscript.languages.javascript.Global
All Implemented Interfaces:
org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable, java.io.Serializable

public class Global
extends org.mozilla.javascript.ImporterTopLevel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
DONTENUM, EMPTY, parent, PERMANENT, prototype, READONLY
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
Global(org.mozilla.javascript.Context context)
           
 
Method Summary
static void load(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable _this, java.lang.Object[] args, org.mozilla.javascript.Function function)
           
static void print(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable _this, java.lang.Object[] args, org.mozilla.javascript.Function function)
           
 
Methods inherited from class org.mozilla.javascript.ImporterTopLevel
get, getClassName, importClass, importPackage
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Global

public Global(org.mozilla.javascript.Context context)
       throws org.mozilla.javascript.PropertyException
Method Detail

print

public static void print(org.mozilla.javascript.Context context,
                         org.mozilla.javascript.Scriptable _this,
                         java.lang.Object[] args,
                         org.mozilla.javascript.Function function)

load

public static void load(org.mozilla.javascript.Context context,
                        org.mozilla.javascript.Scriptable _this,
                        java.lang.Object[] args,
                        org.mozilla.javascript.Function function)
                 throws java.lang.Throwable
java.lang.Throwable