Uses of Interface
org.mozilla.javascript.IdFunctionCall

Packages that use IdFunctionCall
org.mozilla.javascript   
org.mozilla.javascript.commonjs.module Provides the public API for the CommonJS Modules/1.1 implementation. 
org.mozilla.javascript.regexp   
org.mozilla.javascript.xml   
 

Uses of IdFunctionCall in org.mozilla.javascript
 

Classes in org.mozilla.javascript that implement IdFunctionCall
 class BaseFunction
          The base class for Function objects See ECMA 15.3.
 class BoundFunction
          The class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5
 class FunctionObject
           
 class IdFunctionObject
           
 class IdScriptableObject
          Base class for native object implementation that uses IdFunctionObject to export its methods to script via .prototype object.
 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 JavaAdapter
           
 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 NativeGlobal
          This class implements the global native object (function and value properties only).
 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 NativeJavaTopPackage
          This class reflects Java packages into the JavaScript environment.
 class NativeJSON
          This class implements the JSON native object.
 class NativeObject
          This class implements the Object native object.
 class NativeWith
          This class implements the object lookup required for the with statement.
 class 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.
 

Constructors in org.mozilla.javascript with parameters of type IdFunctionCall
IdFunctionObject(IdFunctionCall idcall, Object tag, int id, int arity)
           
IdFunctionObject(IdFunctionCall idcall, Object tag, int id, String name, int arity, Scriptable scope)
           
 

Uses of IdFunctionCall in org.mozilla.javascript.commonjs.module
 

Classes in org.mozilla.javascript.commonjs.module that implement IdFunctionCall
 class ModuleScope
          A top-level module scope.
 class Require
          Implements the require() function as defined by Common JS modules.
 

Uses of IdFunctionCall in org.mozilla.javascript.regexp
 

Classes in org.mozilla.javascript.regexp that implement IdFunctionCall
 class NativeRegExp
          This class implements the RegExp native object.
 

Uses of IdFunctionCall in org.mozilla.javascript.xml
 

Classes in org.mozilla.javascript.xml that implement IdFunctionCall
 class XMLObject
          This Interface describes what all XML objects (XML, XMLList) should have in common.
 



Copyright © 2013. All Rights Reserved.