Uses of Package
org.mozilla.javascript

Packages that use org.mozilla.javascript
org.mozilla.javascript   
org.mozilla.javascript.ast   
org.mozilla.javascript.commonjs.module Provides the public API for the CommonJS Modules/1.1 implementation. 
org.mozilla.javascript.commonjs.module.provider Provides default implementations for module providers. 
org.mozilla.javascript.debug   
org.mozilla.javascript.jdk13   
org.mozilla.javascript.jdk15   
org.mozilla.javascript.json   
org.mozilla.javascript.optimizer   
org.mozilla.javascript.regexp   
org.mozilla.javascript.serialize   
org.mozilla.javascript.xml   
 

Classes in org.mozilla.javascript used by org.mozilla.javascript
BaseFunction
          The base class for Function objects See ECMA 15.3.
Callable
          Generic notion of callable object that can execute some script-related code upon request with specified values for script scope and this objects.
ClassCache
          Cache of generated classes and data structures to access Java runtime from JavaScript.
ClassShutter
          Embeddings that wish to filter Java classes that are visible to scripts through the LiveConnect, should implement this interface.
CompilerEnvirons
           
ConstProperties
           
Context
          This class represents the runtime context of an executing script.
Context.ClassShutterSetter
           
ContextAction
          Interface to represent arbitrary action that requires to have Context object associated with the current thread for its execution.
ContextFactory
          Factory class that Rhino runtime uses to create new Context instances.
ContextFactory.GlobalSetter
           
ContextFactory.Listener
          Listener of Context creation and release events.
ContextListener
          Deprecated. Embeddings that wish to customize newly created Context instances should implement ContextFactory.Listener.
ContinuationPending
          Exception thrown by Context.executeScriptWithContinuations(Script, Scriptable) and Context.callFunctionWithContinuations(Callable, Scriptable, Object[]) when execution encounters a continuation captured by Context.captureContinuation().
Delegator
          This is a helper class for implementing wrappers around Scriptable objects.
EcmaError
          The class of exceptions raised by the engine as described in ECMA edition 3.
ErrorReporter
          This is interface defines a protocol for the reporting of errors during JavaScript translation or execution.
Evaluator
          Abstraction of evaluation, which can be implemented either by an interpreter or compiler.
EvaluatorException
          The class of exceptions thrown by the JavaScript engine.
Function
          This is interface that all functions in JavaScript must implement.
GeneratedClassLoader
          Interface to define classes from generated byte code.
IdFunctionCall
          Master for id-based functions that knows their properties and how to execute them.
IdFunctionObject
           
IdScriptableObject
          Base class for native object implementation that uses IdFunctionObject to export its methods to script via .prototype object.
InterfaceAdapter
          Adapter to use JS function as implementation of Java interfaces with single method or multiple methods with the same signature.
JavaScriptException
          Java reflection of JavaScript exceptions.
NativeContinuation
           
NativeFunction
          This class implements the Function native object.
NativeJavaArray
          This class reflects Java arrays into the JavaScript environment.
NativeJavaObject
          This class reflects non-Array Java objects into the JavaScript environment.
NativeJavaPackage
          This class reflects Java packages into the JavaScript environment.
Node
          This class implements the root of the intermediate representation.
ObjToIntMap
          Map to associate objects to integers.
ObjToIntMap.Iterator
           
Parser
          This class implements the JavaScript parser.
Ref
          Generic notion of reference object that know how to query/modify the target objects based on some property/index.
RegExpProxy
          A proxy for the regexp package, so that the regexp package can be loaded optionally.
RhinoException
          The class of exceptions thrown by the JavaScript engine.
Script
          All compiled scripts implement this interface.
Scriptable
          This is interface that all objects in JavaScript must implement.
ScriptableObject
          This is the default implementation of the Scriptable interface.
ScriptRuntime.MessageProvider
          This is an interface defining a message provider.
ScriptStackElement
          This class represents an element on the script execution stack.
SecurityController
          This class describes the support needed to implement security.
Token.CommentType
           
TopLevel
          A top-level scope object that provides special means to cache and preserve the initial values of the built-in constructor properties for better ECMAScript compliance.
TopLevel.Builtins
          An enumeration of built-in ECMAScript objects.
UintMap
          Map to associate non-negative integers to objects or integers.
UniqueTag
          Class instances represent serializable tags to mark special Object values.
WrapFactory
          Embeddings that wish to provide their own custom wrappings for Java objects may extend this class and call Context.setWrapFactory(WrapFactory) Once an instance of this class or an extension of this class is enabled for a given context (by calling setWrapFactory on that context), Rhino will call the methods of this class whenever it needs to wrap a value resulting from a call to a Java method or an access to a Java field.
Wrapper
          Objects that can wrap other values for reflection in the JS environment will implement Wrapper.
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.ast
ErrorReporter
          This is interface defines a protocol for the reporting of errors during JavaScript translation or execution.
EvaluatorException
          The class of exceptions thrown by the JavaScript engine.
Node
          This class implements the root of the intermediate representation.
Token.CommentType
           
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.commonjs.module
BaseFunction
          The base class for Function objects See ECMA 15.3.
Callable
          Generic notion of callable object that can execute some script-related code upon request with specified values for script scope and this objects.
ConstProperties
           
Context
          This class represents the runtime context of an executing script.
Function
          This is interface that all functions in JavaScript must implement.
IdFunctionCall
          Master for id-based functions that knows their properties and how to execute them.
IdScriptableObject
          Base class for native object implementation that uses IdFunctionObject to export its methods to script via .prototype object.
Script
          All compiled scripts implement this interface.
Scriptable
          This is interface that all objects in JavaScript must implement.
ScriptableObject
          This is the default implementation of the Scriptable interface.
TopLevel
          A top-level scope object that provides special means to cache and preserve the initial values of the built-in constructor properties for better ECMAScript compliance.
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.commonjs.module.provider
Context
          This class represents the runtime context of an executing script.
Scriptable
          This is interface that all objects in JavaScript must implement.
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.debug
Context
          This class represents the runtime context of an executing script.
Scriptable
          This is interface that all objects in JavaScript must implement.
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.jdk13
Context
          This class represents the runtime context of an executing script.
ContextFactory
          Factory class that Rhino runtime uses to create new Context instances.
InterfaceAdapter
          Adapter to use JS function as implementation of Java interfaces with single method or multiple methods with the same signature.
Scriptable
          This is interface that all objects in JavaScript must implement.
VMBridge
           
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.jdk15
Context
          This class represents the runtime context of an executing script.
Scriptable
          This is interface that all objects in JavaScript must implement.
VMBridge
           
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.json
Context
          This class represents the runtime context of an executing script.
Scriptable
          This is interface that all objects in JavaScript must implement.
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.optimizer
Callable
          Generic notion of callable object that can execute some script-related code upon request with specified values for script scope and this objects.
CompilerEnvirons
           
Context
          This class represents the runtime context of an executing script.
Evaluator
          Abstraction of evaluation, which can be implemented either by an interpreter or compiler.
Function
          This is interface that all functions in JavaScript must implement.
NativeFunction
          This class implements the Function native object.
Node
          This class implements the root of the intermediate representation.
RhinoException
          The class of exceptions thrown by the JavaScript engine.
Script
          All compiled scripts implement this interface.
Scriptable
          This is interface that all objects in JavaScript must implement.
ScriptRuntime
          This is the class that implements the runtime.
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.regexp
Callable
          Generic notion of callable object that can execute some script-related code upon request with specified values for script scope and this objects.
ConstProperties
           
Context
          This class represents the runtime context of an executing script.
Function
          This is interface that all functions in JavaScript must implement.
IdFunctionCall
          Master for id-based functions that knows their properties and how to execute them.
IdFunctionObject
           
IdScriptableObject
          Base class for native object implementation that uses IdFunctionObject to export its methods to script via .prototype object.
RegExpProxy
          A proxy for the regexp package, so that the regexp package can be loaded optionally.
Scriptable
          This is interface that all objects in JavaScript must implement.
ScriptableObject
          This is the default implementation of the Scriptable interface.
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.serialize
Scriptable
          This is interface that all objects in JavaScript must implement.
 

Classes in org.mozilla.javascript used by org.mozilla.javascript.xml
ConstProperties
           
Context
          This class represents the runtime context of an executing script.
IdFunctionCall
          Master for id-based functions that knows their properties and how to execute them.
IdScriptableObject
          Base class for native object implementation that uses IdFunctionObject to export its methods to script via .prototype object.
NativeWith
          This class implements the object lookup required for the with statement.
Ref
          Generic notion of reference object that know how to query/modify the target objects based on some property/index.
Scriptable
          This is interface that all objects in JavaScript must implement.
ScriptableObject
          This is the default implementation of the Scriptable interface.
 



Copyright © 2013. All Rights Reserved.