| Package | Description |
|---|---|
| org.mozilla.javascript | |
| org.mozilla.javascript.regexp | |
| org.mozilla.javascript.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFunction
The base class for Function objects
See ECMA 15.3.
|
class |
FunctionObject |
class |
IdFunctionObject |
class |
IdScriptableObject
Base class for native object implementation that uses IdFunctionObject to export its methods to script via
|
class |
ImporterTopLevel
Class ImporterTopLevel
This class defines a ScriptableObject that can be instantiated
as a top-level ("global") object to provide functionality similar
to Java's "import" statement.
|
class |
NativeArray
This class implements the Array native object.
|
class |
NativeCall
This class implements the activation object.
|
class |
NativeContinuation |
class |
NativeFunction
This class implements the Function native object.
|
class |
NativeGenerator
This class implements generator objects.
|
class |
NativeIterator
This class implements iterator objects.
|
class |
NativeJavaConstructor
This class reflects a single Java constructor into the JavaScript
environment.
|
class |
NativeJavaMethod
This class reflects Java methods into the JavaScript environment and
handles overloading of methods.
|
class |
NativeJavaPackage
This class reflects Java packages into the JavaScript environment.
|
class |
NativeJavaTopPackage
This class reflects Java packages into the JavaScript environment.
|
class |
NativeObject
This class implements the Object native object.
|
class |
ScriptableObject
This is the default implementation of the Scriptable interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeRegExp
This class implements the RegExp native object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLObject
This Interface describes what all XML objects (XML, XMLList) should have in common.
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.