|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.javascript.ScriptableObject | +--org.mozilla.javascript.ImporterTopLevel | +--com.hjl.junitscript.languages.javascript.Global
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 |
public Global(org.mozilla.javascript.Context context) throws org.mozilla.javascript.PropertyException
Method Detail |
public static void print(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable _this, java.lang.Object[] args, org.mozilla.javascript.Function function)
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |