- AALOAD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- AASTORE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ACC_ABSTRACT - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_FINAL - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_NATIVE - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_PRIVATE - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_PROTECTED - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_PUBLIC - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_STATIC - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_SUPER - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_SYNCHRONIZED - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_TRANSIENT - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACC_VOLATILE - 类 中的静态变量org.mozilla.classfile.ClassFileWriter
-
- ACONST_NULL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- acquireLabel() - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- action(Context, Scriptable, Scriptable, Object[], int) - 类 中的方法org.mozilla.javascript.regexp.RegExpImpl
-
- action(Context, Scriptable, Scriptable, Object[], int) - 接口 中的方法org.mozilla.javascript.RegExpProxy
-
- activatePrototypeMap(int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- add(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add the single-byte opcode to the current method.
- add(int, int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add a single-operand opcode to the current method.
- add(int, int, int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add the given two-operand bytecode to the current method.
- add(int, String) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- add(int, String, String, String) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- add(Object) - 类 中的方法org.mozilla.javascript.NativeArray
-
- add(int, Object) - 类 中的方法org.mozilla.javascript.NativeArray
-
- add(Object) - 类 中的方法org.mozilla.javascript.ObjArray
-
- add(int, Object) - 类 中的方法org.mozilla.javascript.ObjArray
-
- add(Object, double) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
- add(double, Object) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
- add(Object, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- add(CharSequence, Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- add(Object, CharSequence) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- ADD - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- addActivationName(String) - 类 中的方法org.mozilla.javascript.Context
-
Add a name to the list of names forcing the creation of real
activation objects for functions.
- addActivationName(String) - 类 中的方法org.mozilla.javascript.Context
-
Add a name to the list of names forcing the creation of real
activation objects for functions.
- addAll(Collection) - 类 中的方法org.mozilla.javascript.NativeArray
-
- addAll(int, Collection) - 类 中的方法org.mozilla.javascript.NativeArray
-
- addALoad(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Load object from the given local into stack.
- addArgument(AstNode) - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Adds an argument to the list, and sets its parent to this node.
- addAsConstructor(Scriptable, Scriptable) - 类 中的方法org.mozilla.javascript.FunctionObject
-
Define this function as a JavaScript constructor.
- addAsConstructor(Scriptable, Scriptable) - 类 中的方法org.mozilla.javascript.FunctionObject
-
Define this function as a JavaScript constructor.
- addAsProperty(Scriptable) - 类 中的方法org.mozilla.javascript.IdFunctionObject
-
- addAStore(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Store object from stack top into the given local.
- addCase(SwitchCase) - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Adds a switch case statement to the end of the list.
- addCatchClause(CatchClause) - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
Add a catch-clause to the end of the list, and sets its parent to
this node.
- addChild(AstNode) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Adds a child or function to the end of the block.
- addChildAfter(Node, Node) - 类 中的方法org.mozilla.javascript.Node
-
Add 'child' after 'node'.
- addChildBefore(Node, Node) - 类 中的方法org.mozilla.javascript.Node
-
Add 'child' before 'node'.
- addChildrenToBack(Node) - 类 中的方法org.mozilla.javascript.Node
-
- addChildrenToFront(Node) - 类 中的方法org.mozilla.javascript.Node
-
- addChildScope(Scope) - 类 中的方法org.mozilla.javascript.ast.Scope
-
Add a scope to our list of child scopes.
- addChildToBack(Node) - 类 中的方法org.mozilla.javascript.Node
-
- addChildToFront(Node) - 类 中的方法org.mozilla.javascript.Node
-
- addComment(Comment) - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
Add a comment to the comment set.
- addContextListener(ContextListener) - 类 中的静态方法org.mozilla.javascript.Context
-
已过时。
- addContextListener(ContextListener) - 类 中的静态方法org.mozilla.javascript.Context
-
已过时。
- addDLoad(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Load double from the given local into stack.
- addDStore(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Store double from stack top into the given local.
- addElement(AstNode) - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Adds an element to the list, and sets its parent to this node.
- addElement(ObjectProperty) - 类 中的方法org.mozilla.javascript.ast.ObjectLiteral
-
Adds an element to the list, and sets its parent to this node.
- addExceptionHandler(int, int, int, String) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- addExcludedName(String) - 类 中的方法org.mozilla.javascript.serialize.ScriptableOutputStream
-
Adds a qualified name to the list of objects to be excluded from
serialization.
- addExcludedName(String) - 类 中的方法org.mozilla.javascript.serialize.ScriptableOutputStream
-
Adds a qualified name to the list of objects to be excluded from
serialization.
- addField(String, String, short) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add a field to the class.
- addField(String, String, short, int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add a field to the class.
- addField(String, String, short, long) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add a field to the class.
- addField(String, String, short, double) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add a field to the class.
- addFLoad(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Load float from the given local into stack.
- addFragment(XmlFragment) - 类 中的方法org.mozilla.javascript.ast.XmlLiteral
-
Adds a fragment to the fragment list.
- addFStore(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Store float from stack top into the given local.
- addFunction(FunctionNode) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- addFunction(FunctionNode) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- addIdFunctionProperty(Scriptable, Object, int, String, int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- addILoad(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Load integer from the given local into stack.
- addInstructionCount(Context, int) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- addInterface(String) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add an interface implemented by this class.
- addInvoke(int, String, String, String) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- addIStore(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Store integer from stack top into the given local.
- addLabel(Label) - 类 中的方法org.mozilla.javascript.ast.LabeledStatement
-
Adds a label and sets its parent to this node.
- addLineNumberEntry(short) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- addListener(ContextFactory.Listener) - 类 中的方法org.mozilla.javascript.ContextFactory
-
- addListener(ContextFactory.Listener) - 类 中的方法org.mozilla.javascript.ContextFactory
-
- addListener(Object, Object) - 类 中的静态方法org.mozilla.javascript.Kit
-
Add listener to bag of listeners.
- addLiveLocals(Node, int[]) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- addLLoad(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Load long from the given local into stack.
- addLoadConstant(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate the load constant bytecode for the given integer.
- addLoadConstant(long) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate the load constant bytecode for the given long.
- addLoadConstant(float) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate the load constant bytecode for the given float.
- addLoadConstant(double) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate the load constant bytecode for the given double.
- addLoadConstant(String) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate the load constant bytecode for the given string.
- addLoadThis() - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Load "this" into stack.
- addLoop(ArrayComprehensionLoop) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Adds a child loop node, and sets its parent to this node.
- addLoop(GeneratorExpressionLoop) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Adds a child loop node, and sets its parent to this node.
- addLStore(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Store long from stack top into the given local.
- addOptionalExcludedName(String) - 类 中的方法org.mozilla.javascript.serialize.ScriptableOutputStream
-
Adds a qualified name to the list of object to be excluded from
serialization.
- addOptionalExcludedName(String) - 类 中的方法org.mozilla.javascript.serialize.ScriptableOutputStream
-
Adds a qualified name to the list of object to be excluded from
serialization.
- addParam(AstNode) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Adds a parameter to the function parameter list.
- addPropertyChangeListener(PropertyChangeListener) - 类 中的方法org.mozilla.javascript.Context
-
Register an object to receive notifications when a bound property
has changed
- addPropertyChangeListener(PropertyChangeListener) - 类 中的方法org.mozilla.javascript.Context
-
Register an object to receive notifications when a bound property
has changed
- addPush(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate code to load the given integer on stack.
- addPush(boolean) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- addPush(long) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate code to load the given long on stack.
- addPush(double) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate code to load the given double on stack.
- addPush(String) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Generate the code to leave on stack the given string even if the
string encoding exeeds the class file limit for single string constant
- addRegExp(RegExpLiteral) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Called by IRFactory to add a RegExp to the regexp table.
- addResumptionPoint(Node) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- addStatement(AstNode) - 类 中的方法org.mozilla.javascript.ast.Block
-
- addStatement(AstNode) - 类 中的方法org.mozilla.javascript.ast.SwitchCase
-
Adds a statement to the end of the statement list.
- addTableSwitch(int, int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- addValues(Context, boolean, Object) - 类 中的方法org.mozilla.javascript.xml.XMLObject
-
Custom + operator.
- addVariable(VariableInitializer) - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
Adds a variable initializer node to the child list.
- addVariableDescriptor(String, String, int, int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add Information about java variable to use when generating the local
variable table.
- adjustStackTop(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- ALOAD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ALOAD_0 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ALOAD_1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ALOAD_2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ALOAD_3 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- AND - 类 中的静态变量org.mozilla.javascript.Token
-
- ANEWARRAY - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- applyDescriptorToAttributeBitset(int, ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- applyDescriptorToAttributeBitset(int, ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- applyOrCall(boolean, Context, Scriptable, Scriptable, Object[]) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Function.prototype.apply and Function.prototype.call
See Ecma 15.3.4.[34]
- ARETURN - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ARGC_LIMIT - 类 中的静态变量org.mozilla.javascript.Parser
-
Maximum number of allowed function or constructor arguments,
to follow SpiderMonkey.
- arguments - 类 中的变量org.mozilla.javascript.ast.FunctionCall
-
- ARRAYCOMP - 类 中的静态变量org.mozilla.javascript.Token
-
- ArrayComprehension - org.mozilla.javascript.ast中的类
-
AST node for a JavaScript 1.7 Array comprehension.
- ArrayComprehension() - 类 的构造器org.mozilla.javascript.ast.ArrayComprehension
-
- ArrayComprehension(int) - 类 的构造器org.mozilla.javascript.ast.ArrayComprehension
-
- ArrayComprehension(int, int) - 类 的构造器org.mozilla.javascript.ast.ArrayComprehension
-
- ArrayComprehensionLoop - org.mozilla.javascript.ast中的类
-
AST node for a single 'for (foo in bar)' loop construct in a JavaScript 1.7
Array comprehension.
- ArrayComprehensionLoop() - 类 的构造器org.mozilla.javascript.ast.ArrayComprehensionLoop
-
- ArrayComprehensionLoop(int) - 类 的构造器org.mozilla.javascript.ast.ArrayComprehensionLoop
-
- ArrayComprehensionLoop(int, int) - 类 的构造器org.mozilla.javascript.ast.ArrayComprehensionLoop
-
- ARRAYLENGTH - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ARRAYLIT - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- ArrayLiteral - org.mozilla.javascript.ast中的类
-
AST node for an Array literal.
- ArrayLiteral() - 类 的构造器org.mozilla.javascript.ast.ArrayLiteral
-
- ArrayLiteral(int) - 类 的构造器org.mozilla.javascript.ast.ArrayLiteral
-
- ArrayLiteral(int, int) - 类 的构造器org.mozilla.javascript.ast.ArrayLiteral
-
- assertNotNull(Object) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Bounces an IllegalArgumentException up if arg is null
.
- ASSIGN - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_ADD - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_BITAND - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_BITOR - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_BITXOR - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_DIV - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_LSH - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_MOD - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_MUL - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_RSH - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_SUB - 类 中的静态变量org.mozilla.javascript.Token
-
- ASSIGN_URSH - 类 中的静态变量org.mozilla.javascript.Token
-
- Assignment - org.mozilla.javascript.ast中的类
-
AST node representing the set of assignment operators such as =
,
*=
and +=
.
- Assignment() - 类 的构造器org.mozilla.javascript.ast.Assignment
-
- Assignment(int) - 类 的构造器org.mozilla.javascript.ast.Assignment
-
- Assignment(int, int) - 类 的构造器org.mozilla.javascript.ast.Assignment
-
- Assignment(int, int, AstNode, AstNode) - 类 的构造器org.mozilla.javascript.ast.Assignment
-
- Assignment(AstNode, AstNode) - 类 的构造器org.mozilla.javascript.ast.Assignment
-
- Assignment(int, AstNode, AstNode, int) - 类 的构造器org.mozilla.javascript.ast.Assignment
-
- associate(ScriptableObject) - 类 中的方法org.mozilla.javascript.ClassCache
-
Associate ClassCache object with the given top-level scope.
- associate(ScriptableObject) - 类 中的方法org.mozilla.javascript.ClassCache
-
Associate ClassCache object with the given top-level scope.
- associateValue(Object, Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Associate arbitrary application-specific value with this object.
- associateValue(Object, Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Associate arbitrary application-specific value with this object.
- AstNode - org.mozilla.javascript.ast中的类
-
Base class for AST node types.
- AstNode() - 类 的构造器org.mozilla.javascript.ast.AstNode
-
- AstNode(int) - 类 的构造器org.mozilla.javascript.ast.AstNode
-
Constructs a new AstNode
- AstNode(int, int) - 类 的构造器org.mozilla.javascript.ast.AstNode
-
Constructs a new AstNode
- AstNode.DebugPrintVisitor - org.mozilla.javascript.ast中的类
-
- AstNode.PositionComparator - org.mozilla.javascript.ast中的类
-
- ASTORE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ASTORE_0 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ASTORE_1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ASTORE_2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ASTORE_3 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- AstRoot - org.mozilla.javascript.ast中的类
-
Node for the root of a parse tree.
- AstRoot() - 类 的构造器org.mozilla.javascript.ast.AstRoot
-
- AstRoot(int) - 类 的构造器org.mozilla.javascript.ast.AstRoot
-
- ATHROW - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- atPos - 类 中的变量org.mozilla.javascript.ast.XmlRef
-
- ATTRIBUTE_FLAG - 类 中的静态变量org.mozilla.javascript.Node
-
- avoidObjectDetection() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Emulate the SpiderMonkey (and Firefox) feature of allowing
custom objects to avoid detection by normal "object detection"
code patterns.
- avoidObjectDetection() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Emulate the SpiderMonkey (and Firefox) feature of allowing
custom objects to avoid detection by normal "object detection"
code patterns.
- cacheBuiltins() - 类 中的方法org.mozilla.javascript.TopLevel
-
Cache the built-in ECMAScript objects to protect them against
modifications by the script.
- CachedModuleScript(ModuleScript, Object) - 类 的构造器org.mozilla.javascript.commonjs.module.provider.CachingModuleScriptProviderBase.CachedModuleScript
-
Creates a new cached module script.
- CachedPowers - org.mozilla.javascript.v8dtoa中的类
-
- CachedPowers() - 类 的构造器org.mozilla.javascript.v8dtoa.CachedPowers
-
- CachingModuleScriptProviderBase - org.mozilla.javascript.commonjs.module.provider中的类
-
Abstract base class that implements caching of loaded module scripts.
- CachingModuleScriptProviderBase(ModuleSourceProvider) - 类 的构造器org.mozilla.javascript.commonjs.module.provider.CachingModuleScriptProviderBase
-
Creates a new module script provider with the specified source.
- CachingModuleScriptProviderBase.CachedModuleScript - org.mozilla.javascript.commonjs.module.provider中的类
-
Instances of this class represent a loaded and cached module script.
- calculateExpiry(URLConnection) - 类 中的方法org.mozilla.javascript.commonjs.module.provider.DefaultUrlConnectionExpiryCalculator
-
- calculateExpiry(URLConnection) - 接口 中的方法org.mozilla.javascript.commonjs.module.provider.UrlConnectionExpiryCalculator
-
Given a URL connection, returns a calculated heuristic expiry time (in
terms of milliseconds since epoch) for the resource.
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.BaseFunction
-
Should be overridden.
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.BoundFunction
-
- call(Context, Scriptable, Scriptable, Object[]) - 接口 中的方法org.mozilla.javascript.Callable
-
Perform the call.
- call(Context, Scriptable, Scriptable, Object[]) - 接口 中的方法org.mozilla.javascript.Callable
-
Perform the call.
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.commonjs.module.Require
-
- call(ContextAction) - 类 中的静态方法org.mozilla.javascript.Context
-
- call(ContextFactory, Callable, Scriptable, Scriptable, Object[]) - 类 中的静态方法org.mozilla.javascript.Context
-
- call(ContextAction) - 类 中的静态方法org.mozilla.javascript.Context
-
- call(ContextFactory, Callable, Scriptable, Scriptable, Object[]) - 类 中的静态方法org.mozilla.javascript.Context
-
- call(ContextAction) - 类 中的方法org.mozilla.javascript.ContextFactory
-
- call(ContextAction) - 类 中的方法org.mozilla.javascript.ContextFactory
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.Delegator
-
- call(Context, Scriptable, Scriptable, Object[]) - 接口 中的方法org.mozilla.javascript.Function
-
Call the function.
- call(Context, Scriptable, Scriptable, Object[]) - 接口 中的方法org.mozilla.javascript.Function
-
Call the function.
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.FunctionObject
-
Performs conversions on argument types if needed and
invokes the underlying Java method or constructor.
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.FunctionObject
-
Performs conversions on argument types if needed and
invokes the underlying Java method or constructor.
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.IdFunctionObject
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.NativeContinuation
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.NativeJavaClass
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.NativeJavaConstructor
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.NativeJavaMethod
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.NativeJavaTopPackage
-
- call(Callable, Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.PolicySecurityController.SecureCaller
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
- call(Context, Object, Object, Object[], Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- call(Callable, Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.SecureCaller
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.Synchronizer
-
- call(Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.Synchronizer
-
- CALL - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- call0(Callable, Scriptable, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
Implement ....() call shrinking optimizer code.
- call1(Callable, Scriptable, Object, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
Implement ....
- call2(Callable, Scriptable, Object, Object, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
Implement ....
- Callable - org.mozilla.javascript中的接口
-
Generic notion of callable object that can execute some script-related code
upon request with specified values for script scope and this objects.
- Callable - org.mozilla.javascript中的接口
-
Generic notion of callable object that can execute some script-related code
upon request with specified values for script scope and this objects.
- callFunctionWithContinuations(Callable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.Context
-
Call function that may pause execution by capturing a continuation.
- callFunctionWithContinuations(Callable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.Context
-
Call function that may pause execution by capturing a continuation.
- callMethod(ContextFactory, Scriptable, Function, Object[], long) - 类 中的静态方法org.mozilla.javascript.JavaAdapter
-
Utility method which dynamically binds a Context to the current thread,
if none already exists.
- callMethod(Scriptable, String, Object[]) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Call a method of an object.
- callMethod(Context, Scriptable, String, Object[]) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Call a method of an object.
- callMethod(Scriptable, String, Object[]) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Call a method of an object.
- callMethod(Context, Scriptable, String, Object[]) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Call a method of an object.
- callN(Callable, Scriptable, Object[], Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
Implement ....
- callName(Object[], String, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
Implement name(args) call shrinking optimizer code.
- callName0(String, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
Implement name() call shrinking optimizer code.
- callProp0(Object, String, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
Implement x.property() call shrinking optimizer code.
- callRef(Callable, Scriptable, Object[], Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Perform function call in reference context.
- callSpecial(Context, Callable, Scriptable, Object[], Scriptable, Scriptable, int, String, int) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
- callSpecial(Context, Callable, Scriptable, Object[], Scriptable, Scriptable, int, String, int) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- callWithDomain(Object, Context, Callable, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.PolicySecurityController
-
- callWithDomain(Object, Context, Callable, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.SecurityController
-
- callWithDomain(Object, Context, Callable, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.SecurityController
-
- CALOAD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- canConvert(Object, Class<?>) - 类 中的静态方法org.mozilla.javascript.NativeJavaObject
-
Determine whether we can/should convert between the given type and the
desired one.
- captureContinuation() - 类 中的方法org.mozilla.javascript.Context
-
Capture a continuation from the current execution.
- captureContinuation() - 类 中的方法org.mozilla.javascript.Context
-
Capture a continuation from the current execution.
- captureContinuation(Context) - 类 中的静态方法org.mozilla.javascript.Interpreter
-
- captureStackInfo(RhinoException) - 接口 中的方法org.mozilla.javascript.Evaluator
-
Capture stack information from the given exception.
- captureStackInfo(RhinoException) - 类 中的方法org.mozilla.javascript.Interpreter
-
- captureStackInfo(RhinoException) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- CASE - 类 中的静态变量org.mozilla.javascript.Token
-
- CASE_GAP_PROP - 类 中的静态变量org.mozilla.javascript.Decompiler
-
Decompilation property to specify identation offset for case labels.
- CASEARRAY_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- CASTORE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- CATCH - 类 中的静态变量org.mozilla.javascript.Token
-
- CATCH_SCOPE - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- CATCH_SCOPE_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- CatchClause - org.mozilla.javascript.ast中的类
-
Node representing a catch-clause of a try-statement.
- CatchClause() - 类 的构造器org.mozilla.javascript.ast.CatchClause
-
- CatchClause(int) - 类 的构造器org.mozilla.javascript.ast.CatchClause
-
- CatchClause(int, int) - 类 的构造器org.mozilla.javascript.ast.CatchClause
-
- CharacterClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- charAt(int) - 类 中的方法org.mozilla.javascript.ConsString
-
- checkActivationName(String, int) - 类 中的方法org.mozilla.javascript.Parser
-
- CHECKCAST - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- checkLanguageVersion(int) - 类 中的静态方法org.mozilla.javascript.Context
-
- checkLanguageVersion(int) - 类 中的静态方法org.mozilla.javascript.Context
-
- checkMutableReference(Node) - 类 中的方法org.mozilla.javascript.Parser
-
- checkNotSealed() - 类 中的方法org.mozilla.javascript.ContextFactory
-
- checkNotSealed() - 类 中的方法org.mozilla.javascript.ContextFactory
-
- checkOptimizationLevel(int) - 类 中的静态方法org.mozilla.javascript.Context
-
- checkOptimizationLevel(int) - 类 中的静态方法org.mozilla.javascript.Context
-
- checkParentLinks() - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
Debugging function to check that the parser has set the parent
link for every node in the tree.
- checkPropertyChange(String, ScriptableObject, ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- checkPropertyChange(String, ScriptableObject, ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- checkPropertyDefinition(ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- checkPropertyDefinition(ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- checkRegExpProxy(Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- ClassCache - org.mozilla.javascript中的类
-
Cache of generated classes and data structures to access Java runtime
from JavaScript.
- ClassCache - org.mozilla.javascript中的类
-
Cache of generated classes and data structures to access Java runtime
from JavaScript.
- ClassCache() - 类 的构造器org.mozilla.javascript.ClassCache
-
- ClassCache() - 类 的构造器org.mozilla.javascript.ClassCache
-
- ClassClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- ClassCompiler - org.mozilla.javascript.optimizer中的类
-
Generates class files from script sources.
- ClassCompiler - org.mozilla.javascript.optimizer中的类
-
Generates class files from script sources.
- ClassCompiler(CompilerEnvirons) - 类 的构造器org.mozilla.javascript.optimizer.ClassCompiler
-
Construct ClassCompiler that uses the specified compiler environment
when generating classes.
- ClassCompiler(CompilerEnvirons) - 类 的构造器org.mozilla.javascript.optimizer.ClassCompiler
-
Construct ClassCompiler that uses the specified compiler environment
when generating classes.
- ClassFileWriter - org.mozilla.classfile中的类
-
ClassFileWriter
A ClassFileWriter is used to write a Java class file.
- ClassFileWriter(String, String, String) - 类 的构造器org.mozilla.classfile.ClassFileWriter
-
Construct a ClassFileWriter for a class.
- ClassFileWriter.ClassFileFormatException - org.mozilla.classfile中的异常错误
-
Thrown for cases where the error in generating the class file is
due to a program size constraints rather than a likely bug in the
compiler.
- classNameToSignature(String) - 类 中的静态方法org.mozilla.classfile.ClassFileWriter
-
Convert Java class name in dot notation into
"Lname-with-dots-replaced-by-slashes;" form suitable for use as
JVM type signatures.
- classOrNull(String) - 类 中的静态方法org.mozilla.javascript.Kit
-
- classOrNull(ClassLoader, String) - 类 中的静态方法org.mozilla.javascript.Kit
-
Attempt to load the class of the given name.
- ClassShutter - org.mozilla.javascript中的接口
-
Embeddings that wish to filter Java classes that are visible to scripts
through the LiveConnect, should implement this interface.
- ClassShutter - org.mozilla.javascript中的接口
-
Embeddings that wish to filter Java classes that are visible to scripts
through the LiveConnect, should implement this interface.
- clear() - 类 中的方法org.mozilla.javascript.NativeArray
-
- clear() - 类 中的方法org.mozilla.javascript.NativeObject
-
- clear() - 类 中的方法org.mozilla.javascript.ObjArray
-
- clear() - 类 中的方法org.mozilla.javascript.ObjToIntMap
-
- clear() - 类 中的方法org.mozilla.javascript.UintMap
-
- clearCaches() - 类 中的方法org.mozilla.javascript.ClassCache
-
Empty caches of generated Java classes and Java reflection information.
- clearCaches() - 类 中的方法org.mozilla.javascript.ClassCache
-
Empty caches of generated Java classes and Java reflection information.
- clearParentScope() - 类 中的方法org.mozilla.javascript.ast.Scope
-
Used only for code generation.
- cmp_LE(Object, Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- cmp_LT(Object, Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- codeBug() - 类 中的静态方法org.mozilla.javascript.ast.AstNode
-
- codeBug() - 类 中的静态方法org.mozilla.javascript.Kit
-
Throws RuntimeException to indicate failed assertion.
- codeBug(String) - 类 中的静态方法org.mozilla.javascript.Kit
-
Throws RuntimeException to indicate failed assertion.
- Codegen - org.mozilla.javascript.optimizer中的类
-
This class generates code for a given IR tree.
- Codegen() - 类 的构造器org.mozilla.javascript.optimizer.Codegen
-
- coerceType(Class<?>, Object) - 类 中的静态方法org.mozilla.javascript.NativeJavaObject
-
- COLON - 类 中的静态变量org.mozilla.javascript.Token
-
- COLONCOLON - 类 中的静态变量org.mozilla.javascript.Token
-
- colonPos - 类 中的变量org.mozilla.javascript.ast.XmlRef
-
- columnNumber() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
The column number of the location of the error, or zero if unknown.
- columnNumber() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
The column number of the location of the error, or zero if unknown.
- COMMA - 类 中的静态变量org.mozilla.javascript.Token
-
- Comment - org.mozilla.javascript.ast中的类
-
Node representing comments.
- Comment(int, int, Token.CommentType, String) - 类 的构造器org.mozilla.javascript.ast.Comment
-
Constructs a new Comment
- COMMENT - 类 中的静态变量org.mozilla.javascript.Token
-
- compare(AstNode, AstNode) - 类 中的方法org.mozilla.javascript.ast.AstNode.PositionComparator
-
Sorts nodes by (relative) start position.
- compareTo(AstNode) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Permits AST nodes to be sorted based on start position and length.
- compile(CompilerEnvirons, ScriptNode, String, boolean) - 接口 中的方法org.mozilla.javascript.Evaluator
-
Compile the script or function from intermediate representation
tree into an executable form.
- compile(CompilerEnvirons, ScriptNode, String, boolean) - 类 中的方法org.mozilla.javascript.Interpreter
-
- compile(CompilerEnvirons, ScriptNode, String, boolean) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- compileFunction(Scriptable, String, String, int, Object) - 类 中的方法org.mozilla.javascript.Context
-
Compile a JavaScript function.
- compileFunction(Scriptable, String, String, int, Object) - 类 中的方法org.mozilla.javascript.Context
-
Compile a JavaScript function.
- compileReader(Scriptable, Reader, String, int, Object) - 类 中的方法org.mozilla.javascript.Context
-
已过时。
- compileReader(Reader, String, int, Object) - 类 中的方法org.mozilla.javascript.Context
-
Compiles the source in the given reader.
- compileReader(Scriptable, Reader, String, int, Object) - 类 中的方法org.mozilla.javascript.Context
-
已过时。
- compileReader(Reader, String, int, Object) - 类 中的方法org.mozilla.javascript.Context
-
Compiles the source in the given reader.
- compileRegExp(Context, String, String) - 类 中的方法org.mozilla.javascript.regexp.RegExpImpl
-
- compileRegExp(Context, String, String) - 接口 中的方法org.mozilla.javascript.RegExpProxy
-
- CompilerEnvirons - org.mozilla.javascript中的类
-
- CompilerEnvirons - org.mozilla.javascript中的类
-
- CompilerEnvirons() - 类 的构造器org.mozilla.javascript.CompilerEnvirons
-
- CompilerEnvirons() - 类 的构造器org.mozilla.javascript.CompilerEnvirons
-
- compileString(String, String, int, Object) - 类 中的方法org.mozilla.javascript.Context
-
Compiles the source in the given string.
- compileString(String, String, int, Object) - 类 中的方法org.mozilla.javascript.Context
-
Compiles the source in the given string.
- compileToClassFile(CompilerEnvirons, String, ScriptNode, String, boolean) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- compileToClassFiles(String, String, int, String) - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Compile JavaScript source into one or more Java class files.
- compileToClassFiles(String, String, int, String) - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Compile JavaScript source into one or more Java class files.
- ConditionalExpression - org.mozilla.javascript.ast中的类
-
AST node representing the ternary operator.
- ConditionalExpression() - 类 的构造器org.mozilla.javascript.ast.ConditionalExpression
-
- ConditionalExpression(int) - 类 的构造器org.mozilla.javascript.ast.ConditionalExpression
-
- ConditionalExpression(int, int) - 类 的构造器org.mozilla.javascript.ast.ConditionalExpression
-
- ConsString - org.mozilla.javascript中的类
-
This class represents a string composed of two components, each of which
may be a java.lang.String
or another ConsString.
- ConsString(CharSequence, CharSequence) - 类 的构造器org.mozilla.javascript.ConsString
-
- CONST - 类 中的静态变量org.mozilla.javascript.ScriptableObject
-
- CONST - 类 中的静态变量org.mozilla.javascript.ScriptableObject
-
- CONST - 类 中的静态变量org.mozilla.javascript.Token
-
- ConstProperties - org.mozilla.javascript中的接口
-
- construct(Context, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.BaseFunction
-
- construct(Context, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.BoundFunction
-
- construct(Context, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.commonjs.module.Require
-
- construct(Context, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.Delegator
-
Note that if the delegee
is null
,
this method creates a new instance of the Delegator itself
rathert than forwarding the call to the
delegee
.
- construct(Context, Scriptable, Object[]) - 接口 中的方法org.mozilla.javascript.Function
-
Call the function as a constructor.
- construct(Context, Scriptable, Object[]) - 接口 中的方法org.mozilla.javascript.Function
-
Call the function as a constructor.
- construct(Context, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.NativeContinuation
-
- construct(Context, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.NativeJavaClass
-
- construct(Context, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.NativeJavaTopPackage
-
- construct(Context, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
- constructError(Context, String, String, Scriptable) - 类 中的静态方法org.mozilla.javascript.NativeGlobal
-
- constructError(Context, String, String, Scriptable, String, int, int, String) - 类 中的静态方法org.mozilla.javascript.NativeGlobal
-
- constructError(String, String) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- constructError(String, String, int) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- constructError(String, String, String, int, String, int) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- contains(Object) - 类 中的方法org.mozilla.javascript.NativeArray
-
- containsAll(Collection) - 类 中的方法org.mozilla.javascript.NativeArray
-
- containsKey(Object) - 类 中的方法org.mozilla.javascript.NativeObject
-
- containsValue(Object) - 类 中的方法org.mozilla.javascript.NativeObject
-
- Context - org.mozilla.javascript中的类
-
This class represents the runtime context of an executing script.
- Context - org.mozilla.javascript中的类
-
This class represents the runtime context of an executing script.
- Context() - 类 的构造器org.mozilla.javascript.Context
-
- Context(ContextFactory) - 类 的构造器org.mozilla.javascript.Context
-
Creates a new context.
- Context() - 类 的构造器org.mozilla.javascript.Context
-
- Context(ContextFactory) - 类 的构造器org.mozilla.javascript.Context
-
Creates a new context.
- Context.ClassShutterSetter - org.mozilla.javascript中的接口
-
- Context.ClassShutterSetter - org.mozilla.javascript中的接口
-
- ContextAction - org.mozilla.javascript中的接口
-
Interface to represent arbitrary action that requires to have Context
object associated with the current thread for its execution.
- ContextAction - org.mozilla.javascript中的接口
-
Interface to represent arbitrary action that requires to have Context
object associated with the current thread for its execution.
- ContextClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- contextCreated(Context) - 接口 中的方法org.mozilla.javascript.ContextFactory.Listener
-
Notify about newly created
Context
object.
- contextCreated(Context) - 接口 中的方法org.mozilla.javascript.ContextFactory.Listener
-
Notify about newly created
Context
object.
- contextEntered(Context) - 接口 中的方法org.mozilla.javascript.ContextListener
-
- contextExited(Context) - 接口 中的方法org.mozilla.javascript.ContextListener
-
- ContextFactory - org.mozilla.javascript中的类
-
Factory class that Rhino runtime uses to create new
Context
instances.
- ContextFactory - org.mozilla.javascript中的类
-
Factory class that Rhino runtime uses to create new
Context
instances.
- ContextFactory() - 类 的构造器org.mozilla.javascript.ContextFactory
-
- ContextFactory() - 类 的构造器org.mozilla.javascript.ContextFactory
-
- ContextFactory.GlobalSetter - org.mozilla.javascript中的接口
-
- ContextFactory.GlobalSetter - org.mozilla.javascript中的接口
-
- ContextFactory.Listener - org.mozilla.javascript中的接口
-
Listener of
Context
creation and release events.
- ContextFactory.Listener - org.mozilla.javascript中的接口
-
Listener of
Context
creation and release events.
- ContextFactoryClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- ContextListener - org.mozilla.javascript中的接口
-
- contextReleased(Context) - 接口 中的方法org.mozilla.javascript.ContextFactory.Listener
-
Notify that the specified
Context
instance is no longer
associated with the current thread.
- contextReleased(Context) - 接口 中的方法org.mozilla.javascript.ContextFactory.Listener
-
Notify that the specified
Context
instance is no longer
associated with the current thread.
- ContinuationPending - org.mozilla.javascript中的异常错误
-
- ContinuationPending - org.mozilla.javascript中的异常错误
-
- CONTINUE - 类 中的静态变量org.mozilla.javascript.Token
-
- ContinueStatement - org.mozilla.javascript.ast中的类
-
A continue statement.
- ContinueStatement() - 类 的构造器org.mozilla.javascript.ast.ContinueStatement
-
- ContinueStatement(int) - 类 的构造器org.mozilla.javascript.ast.ContinueStatement
-
- ContinueStatement(int, int) - 类 的构造器org.mozilla.javascript.ast.ContinueStatement
-
- ContinueStatement(Name) - 类 的构造器org.mozilla.javascript.ast.ContinueStatement
-
- ContinueStatement(int, Name) - 类 的构造器org.mozilla.javascript.ast.ContinueStatement
-
- ContinueStatement(int, int, Name) - 类 的构造器org.mozilla.javascript.ast.ContinueStatement
-
- CONTROL_BLOCK_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- convertArg(Context, Scriptable, Object, int) - 类 中的静态方法org.mozilla.javascript.FunctionObject
-
- convertArg(Context, Scriptable, Object, Class<?>) - 类 中的静态方法org.mozilla.javascript.FunctionObject
-
- convertArg(Context, Scriptable, Object, int) - 类 中的静态方法org.mozilla.javascript.FunctionObject
-
- convertArg(Context, Scriptable, Object, Class<?>) - 类 中的静态方法org.mozilla.javascript.FunctionObject
-
- convertResult(Object, Class<?>) - 类 中的静态方法org.mozilla.javascript.JavaAdapter
-
- create(String) - 类 中的静态方法org.mozilla.javascript.xml.XMLLib.Factory
-
- createAdapterCode(ObjToIntMap, String, Class<?>, Class<?>[], String) - 类 中的静态方法org.mozilla.javascript.JavaAdapter
-
- createAdapterWrapper(Scriptable, Object) - 类 中的静态方法org.mozilla.javascript.JavaAdapter
-
- createClassLoader(ClassLoader) - 类 中的方法org.mozilla.javascript.Context
-
Create class loader for generated classes.
- createClassLoader(ClassLoader) - 类 中的方法org.mozilla.javascript.Context
-
Create class loader for generated classes.
- createClassLoader(ClassLoader) - 类 中的方法org.mozilla.javascript.ContextFactory
-
Create class loader for generated classes.
- createClassLoader(ClassLoader) - 类 中的方法org.mozilla.javascript.ContextFactory
-
Create class loader for generated classes.
- createClassLoader(ClassLoader, Object) - 类 中的方法org.mozilla.javascript.PolicySecurityController
-
- createClassLoader(ClassLoader, Object) - 类 中的方法org.mozilla.javascript.SecurityController
-
Get class loader-like object that can be used
to define classes with the given security context.
- createClassLoader(ClassLoader, Object) - 类 中的方法org.mozilla.javascript.SecurityController
-
Get class loader-like object that can be used
to define classes with the given security context.
- createFunctionActivation(NativeFunction, Scriptable, Object[]) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- createFunctionObject(Context, Scriptable, Object, Object) - 接口 中的方法org.mozilla.javascript.Evaluator
-
Create a function object.
- createFunctionObject(Context, Scriptable, Object, Object) - 类 中的方法org.mozilla.javascript.Interpreter
-
- createFunctionObject(Context, Scriptable, Object, Object) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- createInterfaceAdapter(Class<?>, ScriptableObject) - 类 中的静态方法org.mozilla.javascript.NativeJavaObject
-
- createLoader(ClassLoader, Object) - 类 中的静态方法org.mozilla.javascript.SecurityController
-
- createLoader(ClassLoader, Object) - 类 中的静态方法org.mozilla.javascript.SecurityController
-
- createName(String) - 类 中的方法org.mozilla.javascript.Parser
-
- createName(int, String, Node) - 类 中的方法org.mozilla.javascript.Parser
-
- createNativeGenerator(NativeFunction, Scriptable, Scriptable, int, int) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
- createNumber(double) - 类 中的方法org.mozilla.javascript.Parser
-
- createObject(Context, Scriptable) - 类 中的方法org.mozilla.javascript.BaseFunction
-
Creates new script object.
- createObject(Context, Scriptable) - 类 中的方法org.mozilla.javascript.FunctionObject
-
Return new
Scriptable
instance using the default
constructor for the class of the underlying Java method.
- createObject(Context, Scriptable) - 类 中的方法org.mozilla.javascript.FunctionObject
-
Return new
Scriptable
instance using the default
constructor for the class of the underlying Java method.
- createObject(Context, Scriptable) - 类 中的方法org.mozilla.javascript.IdFunctionObject
-
- createRequire(Context, Scriptable) - 类 中的方法org.mozilla.javascript.commonjs.module.RequireBuilder
-
Creates a new require() function.
- createScopeNode(int, int) - 类 中的方法org.mozilla.javascript.Parser
-
Create a node that can be used to hold lexically scoped variable
definitions (via let declarations).
- createScriptObject(Object, Object) - 接口 中的方法org.mozilla.javascript.Evaluator
-
Create a script object.
- createScriptObject(Object, Object) - 类 中的方法org.mozilla.javascript.Interpreter
-
- createScriptObject(Object, Object) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- D2F - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- D2I - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- D2L - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DADD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DALOAD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DASTORE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DateClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- DCMPG - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DCMPL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DCONST_0 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DCONST_1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DDIV - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DebugFrame - org.mozilla.javascript.debug中的接口
-
Interface to implement if the application is interested in receiving debug
information during execution of a particular script or function.
- DebuggableObject - org.mozilla.javascript.debug中的接口
-
This interface exposes debugging information from objects.
- DebuggableScript - org.mozilla.javascript.debug中的接口
-
This interface exposes debugging information from executable
code (either functions or top-level scripts).
- DebuggableScript - org.mozilla.javascript.debug中的接口
-
This interface exposes debugging information from executable
code (either functions or top-level scripts).
- Debugger - org.mozilla.javascript.debug中的接口
-
Interface to implement if the application is interested in receiving debug
information.
- DEBUGGER - 类 中的静态变量org.mozilla.javascript.Token
-
- debugPrint() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns a debugging representation of the parse tree
starting at this node.
- debugPrint() - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
A debug-printer that includes comments (at the end).
- DebugPrintVisitor(StringBuilder) - 类 的构造器org.mozilla.javascript.ast.AstNode.DebugPrintVisitor
-
- DEC - 类 中的静态变量org.mozilla.javascript.Token
-
- decompile(String, int, UintMap) - 类 中的静态方法org.mozilla.javascript.Decompiler
-
Decompile the source information associated with this js
function/script back into a string.
- decompileFunction(Function, int) - 类 中的方法org.mozilla.javascript.Context
-
Decompile a JavaScript Function.
- decompileFunction(Function, int) - 类 中的方法org.mozilla.javascript.Context
-
Decompile a JavaScript Function.
- decompileFunctionBody(Function, int) - 类 中的方法org.mozilla.javascript.Context
-
Decompile the body of a JavaScript Function.
- decompileFunctionBody(Function, int) - 类 中的方法org.mozilla.javascript.Context
-
Decompile the body of a JavaScript Function.
- Decompiler - org.mozilla.javascript中的类
-
The following class save decompilation information about the source.
- Decompiler() - 类 的构造器org.mozilla.javascript.Decompiler
-
- decompileScript(Script, int) - 类 中的方法org.mozilla.javascript.Context
-
Decompile the script.
- decompileScript(Script, int) - 类 中的方法org.mozilla.javascript.Context
-
Decompile the script.
- DECR_FLAG - 类 中的静态变量org.mozilla.javascript.Node
-
- DEFAULT - 类 中的静态变量org.mozilla.javascript.Token
-
- defaultGet(String) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- DEFAULTNAMESPACE - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- defaultPut(String, Object) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- DefaultUrlConnectionExpiryCalculator - org.mozilla.javascript.commonjs.module.provider中的类
-
The default heuristic for calculating cache expiry of URL-based resources.
- DefaultUrlConnectionExpiryCalculator() - 类 的构造器org.mozilla.javascript.commonjs.module.provider.DefaultUrlConnectionExpiryCalculator
-
Creates a new default expiry calculator with one minute relative expiry.
- DefaultUrlConnectionExpiryCalculator(long) - 类 的构造器org.mozilla.javascript.commonjs.module.provider.DefaultUrlConnectionExpiryCalculator
-
Creates a new default expiry calculator with the specified relative
expiry.
- defineClass(String, byte[]) - 类 中的方法org.mozilla.javascript.DefiningClassLoader
-
- defineClass(String, byte[]) - 接口 中的方法org.mozilla.javascript.GeneratedClassLoader
-
Define a new Java class.
- defineClass(String, byte[]) - 接口 中的方法org.mozilla.javascript.GeneratedClassLoader
-
Define a new Java class.
- defineClass(Scriptable, Class<T>) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Defines JavaScript objects from a Java class that implements Scriptable.
- defineClass(Scriptable, Class<T>, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Defines JavaScript objects from a Java class, optionally
allowing sealing.
- defineClass(Scriptable, Class<T>, boolean, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Defines JavaScript objects from a Java class, optionally
allowing sealing and mapping of Java inheritance to JavaScript
prototype-based inheritance.
- defineClass(Scriptable, Class<T>) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Defines JavaScript objects from a Java class that implements Scriptable.
- defineClass(Scriptable, Class<T>, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Defines JavaScript objects from a Java class, optionally
allowing sealing.
- defineClass(Scriptable, Class<T>, boolean, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Defines JavaScript objects from a Java class, optionally
allowing sealing and mapping of Java inheritance to JavaScript
prototype-based inheritance.
- defineConst(String, Scriptable) - 接口 中的方法org.mozilla.javascript.ConstProperties
-
Reserves a definition spot for a const.
- defineConst(String, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- defineConst(String, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- defineConstProperty(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Utility method to add properties to arbitrary Scriptable object.
- defineConstProperty(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Utility method to add properties to arbitrary Scriptable object.
- defineFunctionProperties(String[], Class<?>, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Search for names in a class, adding the resulting methods
as properties.
- defineFunctionProperties(String[], Class<?>, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Search for names in a class, adding the resulting methods
as properties.
- defineOwnProperties(Context, ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Defines one or more properties on this object.
- defineOwnProperties(Context, ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Defines one or more properties on this object.
- defineOwnProperty(Context, Object, ScriptableObject) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- defineOwnProperty(Context, Object, ScriptableObject, boolean) - 类 中的方法org.mozilla.javascript.NativeArray
-
- defineOwnProperty(Context, Object, ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Defines a property on an object.
- defineOwnProperty(Context, Object, ScriptableObject, boolean) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Defines a property on an object.
- defineOwnProperty(Context, Object, ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Defines a property on an object.
- defineOwnProperty(Context, Object, ScriptableObject, boolean) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Defines a property on an object.
- defineProperty(String, Object, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Define a JavaScript property.
- defineProperty(Scriptable, String, Object, int) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Utility method to add properties to arbitrary Scriptable object.
- defineProperty(String, Class<?>, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Define a JavaScript property with getter and setter side effects.
- defineProperty(String, Object, Method, Method, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Define a JavaScript property.
- defineProperty(String, Object, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Define a JavaScript property.
- defineProperty(Scriptable, String, Object, int) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Utility method to add properties to arbitrary Scriptable object.
- defineProperty(String, Class<?>, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Define a JavaScript property with getter and setter side effects.
- defineProperty(String, Object, Method, Method, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Define a JavaScript property.
- DefiningClassLoader - org.mozilla.javascript中的类
-
Load generated classes.
- DefiningClassLoader() - 类 的构造器org.mozilla.javascript.DefiningClassLoader
-
- DefiningClassLoader(ClassLoader) - 类 的构造器org.mozilla.javascript.DefiningClassLoader
-
- DEL_REF - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- Delegator - org.mozilla.javascript中的类
-
This is a helper class for implementing wrappers around Scriptable
objects.
- Delegator() - 类 的构造器org.mozilla.javascript.Delegator
-
Create a Delegator prototype.
- Delegator(Scriptable) - 类 的构造器org.mozilla.javascript.Delegator
-
Create a new Delegator that forwards requests to a delegee
Scriptable object.
- delete(String) - 类 中的方法org.mozilla.javascript.Delegator
-
- delete(int) - 类 中的方法org.mozilla.javascript.Delegator
-
- delete(String) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- delete(int) - 类 中的方法org.mozilla.javascript.NativeArray
-
- delete(String) - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- delete(int) - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- delete(String) - 类 中的方法org.mozilla.javascript.NativeWith
-
- delete(int) - 类 中的方法org.mozilla.javascript.NativeWith
-
- delete(Context) - 类 中的方法org.mozilla.javascript.Ref
-
- delete(String) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Removes a property from this object.
- delete(int) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Removes a property from this object.
- delete(String) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Removes a property from this object.
- delete(int) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Removes a property from this object.
- delete(String) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Removes a named property from the object.
- delete(int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Removes the indexed property from the object.
- delete(String) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Removes a named property from the object.
- delete(int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Removes the indexed property from the object.
- delete(Object, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
已过时。
- delete(Object, Object, Context, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
The delete operator
See ECMA 11.4.1
In ECMA 0.19, the description of the delete operator (11.4.1)
assumes that the [[Delete]] method returns a value.
- delete(Context, Object) - 类 中的方法org.mozilla.javascript.xml.XMLObject
-
Implementation of ECMAScript [[Delete]].
- deleteObjectElem(Scriptable, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- deleteProperty(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Removes the property from an object or its prototype chain.
- deleteProperty(Scriptable, int) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Removes the property from an object or its prototype chain.
- deleteProperty(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Removes the property from an object or its prototype chain.
- deleteProperty(Scriptable, int) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Removes the property from an object or its prototype chain.
- DELPROP - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- depth() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns the depth of this node.
- DESCENDANTS_FLAG - 类 中的静态变量org.mozilla.javascript.Node
-
- DESTRUCTURING_ARRAY_LENGTH - 类 中的静态变量org.mozilla.javascript.Node
-
- DESTRUCTURING_NAMES - 类 中的静态变量org.mozilla.javascript.Node
-
- DESTRUCTURING_PARAMS - 类 中的静态变量org.mozilla.javascript.Node
-
- DESTRUCTURING_SHORTHAND - 类 中的静态变量org.mozilla.javascript.Node
-
- DestructuringForm - org.mozilla.javascript.ast中的接口
-
Common interface for
ArrayLiteral
and
ObjectLiteral
node types, both of which may appear in "destructuring" expressions or
contexts.
- details() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- details() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- details() - 异常错误 中的方法org.mozilla.javascript.JavaScriptException
-
- details() - 异常错误 中的方法org.mozilla.javascript.JavaScriptException
-
- details() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
- details() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
- DIRECTCALL_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- DIV - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- DLOAD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DLOAD_0 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DLOAD_1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DLOAD_2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DLOAD_3 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DMUL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DNEG - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DO - 类 中的静态变量org.mozilla.javascript.Token
-
- DoLoop - org.mozilla.javascript.ast中的类
-
Do statement.
- DoLoop() - 类 的构造器org.mozilla.javascript.ast.DoLoop
-
- DoLoop(int) - 类 的构造器org.mozilla.javascript.ast.DoLoop
-
- DoLoop(int, int) - 类 的构造器org.mozilla.javascript.ast.DoLoop
-
- done() - 类 中的方法org.mozilla.javascript.ObjToIntMap.Iterator
-
- DONTENUM - 类 中的静态变量org.mozilla.javascript.ScriptableObject
-
Property attribute indicating property is not enumerated.
- DONTENUM - 类 中的静态变量org.mozilla.javascript.ScriptableObject
-
Property attribute indicating property is not enumerated.
- DOT - 类 中的静态变量org.mozilla.javascript.Token
-
- DOTDOT - 类 中的静态变量org.mozilla.javascript.Token
-
- doTopCall(Callable, Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.ContextFactory
-
Execute top call to script or function.
- doTopCall(Callable, Context, Scriptable, Scriptable, Object[]) - 类 中的方法org.mozilla.javascript.ContextFactory
-
Execute top call to script or function.
- doTopCall(Callable, Context, Scriptable, Scriptable, Object[]) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- DOTQUERY - 类 中的静态变量org.mozilla.javascript.Token
-
- DOUBLE_MARK - 类 中的静态变量org.mozilla.javascript.UniqueTag
-
Tag to indicate that a object represents "double" with the real value
stored somewhere else.
- DoubleClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- DoubleHelper - org.mozilla.javascript.v8dtoa中的类
-
- DoubleHelper() - 类 的构造器org.mozilla.javascript.v8dtoa.DoubleHelper
-
- DREM - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DRETURN - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DSTORE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DSTORE_0 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DSTORE_1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DSTORE_2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DSTORE_3 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DSUB - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- dtoa(double, FastDtoaBuilder) - 类 中的静态方法org.mozilla.javascript.v8dtoa.FastDtoa
-
- DUP - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DUP2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DUP2_X1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DUP2_X2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DUP_X1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- DUP_X2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- GE - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- GeneratedClassLoader - org.mozilla.javascript中的接口
-
Interface to define classes from generated byte code.
- GeneratedClassLoader - org.mozilla.javascript中的接口
-
Interface to define classes from generated byte code.
- generateObserverCount - 类 中的变量org.mozilla.javascript.Context
-
- generateObserverCount - 类 中的变量org.mozilla.javascript.Context
-
- GENERATOR_CLOSE - 类 中的静态变量org.mozilla.javascript.NativeGenerator
-
- GENERATOR_END_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- GENERATOR_SEND - 类 中的静态变量org.mozilla.javascript.NativeGenerator
-
- GENERATOR_THROW - 类 中的静态变量org.mozilla.javascript.NativeGenerator
-
- GeneratorClosedException() - 异常错误 的构造器org.mozilla.javascript.NativeGenerator.GeneratorClosedException
-
- GeneratorExpression - org.mozilla.javascript.ast中的类
-
- GeneratorExpression() - 类 的构造器org.mozilla.javascript.ast.GeneratorExpression
-
- GeneratorExpression(int) - 类 的构造器org.mozilla.javascript.ast.GeneratorExpression
-
- GeneratorExpression(int, int) - 类 的构造器org.mozilla.javascript.ast.GeneratorExpression
-
- GeneratorExpressionLoop - org.mozilla.javascript.ast中的类
-
- GeneratorExpressionLoop() - 类 的构造器org.mozilla.javascript.ast.GeneratorExpressionLoop
-
- GeneratorExpressionLoop(int) - 类 的构造器org.mozilla.javascript.ast.GeneratorExpressionLoop
-
- GeneratorExpressionLoop(int, int) - 类 的构造器org.mozilla.javascript.ast.GeneratorExpressionLoop
-
- GENEXPR - 类 中的静态变量org.mozilla.javascript.Token
-
- get(Scriptable) - 类 中的静态方法org.mozilla.javascript.ClassCache
-
Search for ClassCache object in the given scope.
- get(Scriptable) - 类 中的静态方法org.mozilla.javascript.ClassCache
-
Search for ClassCache object in the given scope.
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.Delegator
-
- get(int, Scriptable) - 类 中的方法org.mozilla.javascript.Delegator
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- get(int, Scriptable) - 类 中的方法org.mozilla.javascript.NativeArray
-
- get(long) - 类 中的方法org.mozilla.javascript.NativeArray
-
- get(int) - 类 中的方法org.mozilla.javascript.NativeArray
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaArray
-
- get(int, Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaArray
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaClass
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- get(int, Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaPackage
-
- get(int, Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaPackage
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.NativeWith
-
- get(int, Scriptable) - 类 中的方法org.mozilla.javascript.NativeWith
-
- get(int) - 类 中的方法org.mozilla.javascript.ObjArray
-
- get(Object, int) - 类 中的方法org.mozilla.javascript.ObjToIntMap
-
Get integer value assigned with key.
- get(ScriptNode, int) - 类 中的静态方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- get(ScriptNode) - 类 中的静态方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- get(Context) - 类 中的方法org.mozilla.javascript.Ref
-
- get(String, Scriptable) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get a named property from the object.
- get(int, Scriptable) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get a property from the object selected by an integral index.
- get(String, Scriptable) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get a named property from the object.
- get(int, Scriptable) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get a property from the object selected by an integral index.
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns the value of the named property or NOT_FOUND.
- get(int, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns the value of the indexed property or NOT_FOUND.
- get(Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- get(String, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns the value of the named property or NOT_FOUND.
- get(int, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns the value of the indexed property or NOT_FOUND.
- get(Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- GET - 类 中的静态变量org.mozilla.javascript.Token
-
- get(Context, Object) - 类 中的方法org.mozilla.javascript.xml.XMLObject
-
Implementation of ECMAScript [[Get]].
- GET_REF - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- getAbsolutePosition() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns the absolute document position of the node.
- getActivationNames() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getActivationNames() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getAdapterSelf(Class<?>, Object) - 类 中的静态方法org.mozilla.javascript.JavaAdapter
-
- getAllIds() - 接口 中的方法org.mozilla.javascript.debug.DebuggableObject
-
Returns an array of ids for the properties of the object.
- getAllIds() - 类 中的方法org.mozilla.javascript.NativeArray
-
- getAllIds() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns an array of ids for the properties of the object.
- getAllIds() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns an array of ids for the properties of the object.
- getAllowSharpComments() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getAllowSharpComments() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getApplicationClassLoader() - 类 中的方法org.mozilla.javascript.Context
-
- getApplicationClassLoader() - 类 中的方法org.mozilla.javascript.Context
-
- getApplicationClassLoader() - 类 中的方法org.mozilla.javascript.ContextFactory
-
Get ClassLoader to use when searching for Java classes.
- getApplicationClassLoader() - 类 中的方法org.mozilla.javascript.ContextFactory
-
Get ClassLoader to use when searching for Java classes.
- getApplicationState() - 异常错误 中的方法org.mozilla.javascript.ContinuationPending
-
- getApplicationState() - 异常错误 中的方法org.mozilla.javascript.ContinuationPending
-
- getArguments() - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Returns function argument list
- getArity() - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getArity() - 类 中的方法org.mozilla.javascript.commonjs.module.Require
-
- getArity() - 类 中的方法org.mozilla.javascript.FunctionObject
-
Return the value defined by the method used to construct the object
(number of parameters of the method, or 1 if the method is a "varargs"
form).
- getArity() - 类 中的方法org.mozilla.javascript.FunctionObject
-
Return the value defined by the method used to construct the object
(number of parameters of the method, or 1 if the method is a "varargs"
form).
- getArity() - 类 中的方法org.mozilla.javascript.IdFunctionObject
-
- getArity() - 类 中的方法org.mozilla.javascript.NativeFunction
-
- getArrayElements(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getArrayPrototype(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
- getArrayPrototype(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
- getAssociatedValue(Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Get arbitrary application-specific value associated with this object.
- getAssociatedValue(Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Get arbitrary application-specific value associated with this object.
- getAstRoot() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns the root of the tree containing this node.
- getAtPos() - 类 中的方法org.mozilla.javascript.ast.XmlRef
-
Returns position of @
-token, or -1 if this is not
an attribute-access expression.
- getAttributes(String) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- getAttributes(int) - 类 中的方法org.mozilla.javascript.NativeArray
-
- getAttributes(String, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- getAttributes(int, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- getAttributes(String) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Get the attributes of a named property.
- getAttributes(int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Get the attributes of an indexed property.
- getAttributes(String, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- getAttributes(int, Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- getAttributes(String) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Get the attributes of a named property.
- getAttributes(int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Get the attributes of an indexed property.
- getBase() - 类 中的方法org.mozilla.javascript.commonjs.module.ModuleScope
-
- getBase() - 类 中的方法org.mozilla.javascript.commonjs.module.ModuleScript
-
Returns the base URI from which this module source was loaded, or null
if it was loaded from an absolute URI.
- getBase() - 类 中的方法org.mozilla.javascript.commonjs.module.provider.ModuleSource
-
Returns the base URI from which this module source was loaded, or null
if it was loaded from an absolute URI.
- getBaseLineno() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getBody() - 类 中的方法org.mozilla.javascript.ast.ArrayComprehensionLoop
-
Returns null
for loop body
- getBody() - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Returns catch body
- getBody() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns function body.
- getBody() - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Returns body statement or expression.
- getBody() - 类 中的方法org.mozilla.javascript.ast.Loop
-
Returns loop body
- getBreakLabel() - 类 中的方法org.mozilla.javascript.ast.BreakStatement
-
Returns the intended label of this break statement
- getBreakTarget() - 类 中的方法org.mozilla.javascript.ast.BreakStatement
-
Returns the statement to break to
- getBuiltinCtor(Context, Scriptable, TopLevel.Builtins) - 类 中的静态方法org.mozilla.javascript.TopLevel
-
Static helper method to get a built-in object constructor with the given
type
from the given scope
.
- getBuiltinCtor(TopLevel.Builtins) - 类 中的方法org.mozilla.javascript.TopLevel
-
Get the cached built-in object constructor from this scope with the
given type
.
- getBuiltinPrototype(Scriptable, TopLevel.Builtins) - 类 中的静态方法org.mozilla.javascript.TopLevel
-
Static helper method to get a built-in object prototype with the given
type
from the given scope
.
- getBuiltinPrototype(TopLevel.Builtins) - 类 中的方法org.mozilla.javascript.TopLevel
-
Get the cached built-in object prototype from this scope with the
given type
.
- getCases() - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Returns case statement list.
- getCatchClauses() - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
- getCatchCondition() - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Returns catch condition node, if present
- getChildBefore(Node) - 类 中的方法org.mozilla.javascript.Node
-
- getChildScopes() - 类 中的方法org.mozilla.javascript.ast.Scope
-
Return a list of the scopes whose parent is this scope.
- getClassName() - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- getClassName() - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getClassName() - 类 中的方法org.mozilla.javascript.Delegator
-
- getClassName() - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- getClassName() - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeArray
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeCall
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeContinuation
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeGenerator
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeIterator
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeJavaArray
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeJavaClass
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeJavaPackage
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeJSON
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeObject
-
- getClassName() - 类 中的方法org.mozilla.javascript.NativeWith
-
- getClassName() - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
- getClassName() - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get the name of the set of objects implemented by this Java class.
- getClassName() - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get the name of the set of objects implemented by this Java class.
- getClassName() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Return the name of the class.
- getClassName() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Return the name of the class.
- getClassName() - 类 中的方法org.mozilla.javascript.TopLevel
-
- getClassObject() - 类 中的方法org.mozilla.javascript.NativeJavaClass
-
- getClassPrototype() - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getClassPrototype(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get the prototype for the named class.
- getClassPrototype(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get the prototype for the named class.
- getClassShutter() - 接口 中的方法org.mozilla.javascript.Context.ClassShutterSetter
-
- getClassShutter() - 接口 中的方法org.mozilla.javascript.Context.ClassShutterSetter
-
- getClassShutterSetter() - 类 中的方法org.mozilla.javascript.Context
-
- getClassShutterSetter() - 类 中的方法org.mozilla.javascript.Context
-
- getColonPos() - 类 中的方法org.mozilla.javascript.ast.XmlRef
-
Returns position of ::
token, or -1 if not present.
- getColonPosition() - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Returns position of : token
- getColumnNumber() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getColumnNumber() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getColumnNumber() - 异常错误 中的方法org.mozilla.javascript.EvaluatorException
-
- getColumnNumber() - 异常错误 中的方法org.mozilla.javascript.EvaluatorException
-
- getComments() - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
Returns comment set
- getCommentType() - 类 中的方法org.mozilla.javascript.ast.Comment
-
Returns the comment style
- getCompilerData() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getCompilerEnv() - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Get the compiler environment the compiler uses.
- getCompilerEnv() - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Get the compiler environment the compiler uses.
- getConcurrencyLevel() - 类 中的静态方法org.mozilla.javascript.commonjs.module.provider.CachingModuleScriptProviderBase
-
Returns the internal concurrency level utilized by caches in this JVM.
- getCondition() - 类 中的方法org.mozilla.javascript.ast.DoLoop
-
Returns loop condition
- getCondition() - 类 中的方法org.mozilla.javascript.ast.ForLoop
-
Returns loop condition
- getCondition() - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Returns if condition
- getCondition() - 类 中的方法org.mozilla.javascript.ast.WhileLoop
-
Returns loop condition
- getContainingTable() - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Returns the Scope in which this symbol is entered
- getContentType() - 类 中的方法org.mozilla.javascript.commonjs.module.provider.ParsedContentType
-
Returns the content type (without charset declaration) of the MIME type.
- getContext(Object) - 类 中的方法org.mozilla.javascript.jdk13.VMBridge_jdk13
-
- getContext(Object) - 类 中的方法org.mozilla.javascript.VMBridge
-
Get
Context
instance associated with the current thread
or null if none.
- getContextFactoryGlobal() - 接口 中的方法org.mozilla.javascript.ContextFactory.GlobalSetter
-
- getContextFactoryGlobal() - 接口 中的方法org.mozilla.javascript.ContextFactory.GlobalSetter
-
- getContinuation() - 异常错误 中的方法org.mozilla.javascript.ContinuationPending
-
Get continuation object.
- getContinuation() - 异常错误 中的方法org.mozilla.javascript.ContinuationPending
-
Get continuation object.
- getContinue() - 类 中的方法org.mozilla.javascript.ast.Jump
-
- getCurrentCodeOffset() - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Get the current offset into the code of the current method.
- getCurrentContext() - 类 中的静态方法org.mozilla.javascript.Context
-
Get the current Context.
- getCurrentContext() - 类 中的静态方法org.mozilla.javascript.Context
-
Get the current Context.
- getCurrentScriptClass() - 类 中的方法org.mozilla.javascript.RhinoSecurityManager
-
Get the class of the top-most stack element representing a script.
- getCurrentThreadClassLoader() - 类 中的方法org.mozilla.javascript.jdk13.VMBridge_jdk13
-
- getCurrentThreadClassLoader() - 类 中的方法org.mozilla.javascript.VMBridge
-
Return the ClassLoader instance associated with the current thread.
- getDebuggableView(Script) - 类 中的静态方法org.mozilla.javascript.Context
-
Return DebuggableScript instance if any associated with the script.
- getDebuggableView(Script) - 类 中的静态方法org.mozilla.javascript.Context
-
Return DebuggableScript instance if any associated with the script.
- getDebuggableView() - 类 中的方法org.mozilla.javascript.NativeFunction
-
- getDebugger() - 类 中的方法org.mozilla.javascript.Context
-
Return the current debugger.
- getDebugger() - 类 中的方法org.mozilla.javascript.Context
-
Return the current debugger.
- getDebuggerContextData() - 类 中的方法org.mozilla.javascript.Context
-
Return the debugger context data associated with current context.
- getDebuggerContextData() - 类 中的方法org.mozilla.javascript.Context
-
Return the debugger context data associated with current context.
- getDeclType() - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Returns symbol declaration type
- getDeclTypeName() - 类 中的方法org.mozilla.javascript.ast.Symbol
-
- getDefault() - 类 中的方法org.mozilla.javascript.ast.Jump
-
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.Delegator
-
Note that this method does not get forwarded to the delegee if
the hint
parameter is null,
ScriptRuntime.ScriptableClass
or
ScriptRuntime.FunctionClass
.
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.NativeArray
-
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.NativeJavaArray
-
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.NativeJavaClass
-
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.NativeJavaPackage
-
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.NativeWith
-
- getDefaultValue(Class<?>) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get the default value of the object with a given hint.
- getDefaultValue(Class<?>) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get the default value of the object with a given hint.
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements the [[DefaultValue]] internal method.
- getDefaultValue(Scriptable, Class<?>) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
- getDefaultValue(Class<?>) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements the [[DefaultValue]] internal method.
- getDefaultValue(Scriptable, Class<?>) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
- getDefiningScope() - 类 中的方法org.mozilla.javascript.ast.Name
-
Returns the
Scope
in which this
Name
is defined.
- getDefiningScope(String) - 类 中的方法org.mozilla.javascript.ast.Scope
-
Returns the scope in which this name is defined
- getDelegee() - 类 中的方法org.mozilla.javascript.Delegator
-
Retrieve the delegee.
- getDestructuringLength() - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Returns destructuring length
- getDirectTargetIndex() - 类 中的方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- getDouble() - 类 中的方法org.mozilla.javascript.Node
-
Can only be called when getType() == Token.NUMBER
- getDynamicSecurityDomain(Object) - 类 中的方法org.mozilla.javascript.PolicySecurityController
-
- getDynamicSecurityDomain(Object) - 类 中的方法org.mozilla.javascript.SecurityController
-
Get dynamic security domain that allows an action only if it is allowed
by the current Java stack and securityDomain.
- getDynamicSecurityDomain(Object) - 类 中的方法org.mozilla.javascript.SecurityController
-
Get dynamic security domain that allows an action only if it is allowed
by the current Java stack and securityDomain.
- getE4xImplementationFactory() - 类 中的方法org.mozilla.javascript.Context
-
Returns an object which specifies an E4X implementation to use within
this Context
.
- getE4xImplementationFactory() - 类 中的方法org.mozilla.javascript.Context
-
Returns an object which specifies an E4X implementation to use within
this Context
.
- getE4xImplementationFactory() - 类 中的方法org.mozilla.javascript.ContextFactory
-
Provides a default
XMLLib.Factory
to be used by the
Context
instances produced by this
factory.
- getE4xImplementationFactory() - 类 中的方法org.mozilla.javascript.ContextFactory
-
Provides a default
XMLLib.Factory
to be used by the
Context
instances produced by this
factory.
- getEachPosition() - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Returns position of "each" keyword
- GETELEM - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- getElement(int) - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Returns element at specified index.
- getElement() - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Returns the element being accessed
- getElements() - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Returns the element list
- getElements() - 类 中的方法org.mozilla.javascript.ast.ObjectLiteral
-
Returns the element list.
- getElements(Scriptable) - 类 中的方法org.mozilla.javascript.Context
-
Get the elements of a JavaScript array.
- getElements(Scriptable) - 类 中的方法org.mozilla.javascript.Context
-
Get the elements of a JavaScript array.
- getElemFunctionAndThis(Object, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Prepare for calling obj[id](...): return function corresponding to
obj[id] and make obj properly converted to Scriptable available
as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.
- getElsePart() - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Returns statement to execute if condition is false
- getElsePosition() - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Returns position of "else" keyword, or -1
- getEnclosingFunction() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns the innermost enclosing function, or null
if not in a
function.
- getEnclosingScope() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns the innermost enclosing
Scope
node, or
null
if we're not nested in a scope.
- getEncodedSource() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Returns a canonical version of the source for this script or function,
for use in implementing the Object.toSource
method of
JavaScript objects.
- getEncodedSource() - 类 中的方法org.mozilla.javascript.NativeFunction
-
Get encoded source string.
- getEncodedSourceEnd() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Returns the end offset of the encoded source.
- getEncodedSourceStart() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Returns the start offset of the encoded source.
- getEncoding() - 类 中的方法org.mozilla.javascript.commonjs.module.provider.ParsedContentType
-
Returns the character encoding of the MIME type.
- getEndLineno() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getErrorMessage() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
Gets the message corresponding to the error.
- getErrorMessage() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
Gets the message corresponding to the error.
- getErrorObject() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getErrorObject() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getErrorReporter() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getErrorReporter() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getErrorReporter() - 类 中的方法org.mozilla.javascript.Context
-
Get the current error reporter.
- getErrorReporter() - 类 中的方法org.mozilla.javascript.Context
-
Get the current error reporter.
- getErrors() - 类 中的方法org.mozilla.javascript.ast.ErrorCollector
-
Returns the list of errors and warnings produced during parsing.
- getExisting(Object) - 类 中的方法org.mozilla.javascript.ObjToIntMap
-
Get integer value assigned with key.
- getExistingInt(int) - 类 中的方法org.mozilla.javascript.UintMap
-
Get integer value assigned with key.
- getExistingIntProp(int) - 类 中的方法org.mozilla.javascript.Node
-
- getExpression() - 类 中的方法org.mozilla.javascript.ast.ExpressionStatement
-
Returns the wrapped expression
- getExpression() - 类 中的方法org.mozilla.javascript.ast.ParenthesizedExpression
-
Returns the expression between the parens
- getExpression() - 类 中的方法org.mozilla.javascript.ast.SwitchCase
-
Returns the case expression, null
for default case
- getExpression() - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Returns the switch discriminant expression
- getExpression() - 类 中的方法org.mozilla.javascript.ast.ThrowStatement
-
Returns the expression being thrown
- getExpression() - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Returns object expression
- getExpression() - 类 中的方法org.mozilla.javascript.ast.XmlElemRef
-
Returns index expression: the 'expr' in @[expr]
or @*::[expr]
.
- getExpression() - 类 中的方法org.mozilla.javascript.ast.XmlExpression
-
Returns the expression embedded in {}
- getExtraMethodSource(Context) - 类 中的方法org.mozilla.javascript.xml.XMLObject
-
Return an additional object to look for methods that runtime should
consider during method search.
- getFactory() - 类 中的方法org.mozilla.javascript.Context
-
- getFactory() - 类 中的方法org.mozilla.javascript.Context
-
- getFalseExpression() - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Returns expression to evaluate if test is false
- GETFIELD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- getFileOffset() - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- getFilter() - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Returns filter expression, or null
if not present
- getFilter() - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Returns filter expression, or null
if not present
- getFilterLp() - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Returns filter left paren position, or -1 if no filter
- getFilterLp() - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Returns filter left paren position, or -1 if no filter
- getFilterRp() - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Returns filter right paren position, or -1 if no filter
- getFilterRp() - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Returns filter right paren position, or -1 if no filter
- getFinally() - 类 中的方法org.mozilla.javascript.ast.Jump
-
- getFinallyBlock() - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
Returns finally block, or null
if not present
- getFinallyPosition() - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
Returns position of finally
keyword, if present, or -1
- getFirstChild() - 类 中的方法org.mozilla.javascript.Node
-
- getFirstLabel() - 类 中的方法org.mozilla.javascript.ast.LabeledStatement
-
- getFlags() - 类 中的方法org.mozilla.javascript.ast.RegExpLiteral
-
Returns regexp flags, null
or "" if no flags specified
- getFragments() - 类 中的方法org.mozilla.javascript.ast.XmlLiteral
-
Returns fragment list - a list of expression nodes.
- getFrame(Context, DebuggableScript) - 接口 中的方法org.mozilla.javascript.debug.Debugger
-
Called when execution entered a particular function or script.
- getFunction(int) - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
- getFunction(int) - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
- getFunction(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.JavaAdapter
-
- getFunctionCount() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getFunctionCount() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
- getFunctionCount() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
- getFunctionName() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns function name
- getFunctionName() - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getFunctionName() - 类 中的方法org.mozilla.javascript.commonjs.module.Require
-
- getFunctionName() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get name of the function described by this script.
- getFunctionName() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get name of the function described by this script.
- getFunctionName() - 类 中的方法org.mozilla.javascript.FunctionObject
-
- getFunctionName() - 类 中的方法org.mozilla.javascript.FunctionObject
-
- getFunctionName() - 类 中的方法org.mozilla.javascript.IdFunctionObject
-
- getFunctionName() - 类 中的方法org.mozilla.javascript.NativeJavaConstructor
-
- getFunctionName() - 类 中的方法org.mozilla.javascript.NativeJavaMethod
-
- getFunctionNode(int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getFunctionProperty(Context, String) - 类 中的方法org.mozilla.javascript.xml.XMLObject
-
- getFunctionProperty(Context, int) - 类 中的方法org.mozilla.javascript.xml.XMLObject
-
- getFunctionPrototype(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get the Function.prototype property.
- getFunctionPrototype(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get the Function.prototype property.
- getFunctions() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getFunctionType() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns the function type (statement, expr, statement expr)
- getGeneratorLocalsState(Object) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
- getGeneratorStackState(Object) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
- getGetterOrSetter(String, int, boolean) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Get the getter or setter for a given property.
- getGetterOrSetter(String, int, boolean) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Get the getter or setter for a given property.
- getGlobal() - 类 中的静态方法org.mozilla.javascript.ContextFactory
-
Get global ContextFactory.
- getGlobal() - 类 中的静态方法org.mozilla.javascript.ContextFactory
-
Get global ContextFactory.
- getGlobal(Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getGlobalSetter() - 类 中的静态方法org.mozilla.javascript.ContextFactory
-
- getGlobalSetter() - 类 中的静态方法org.mozilla.javascript.ContextFactory
-
- getIdentifier() - 类 中的方法org.mozilla.javascript.ast.Name
-
Returns the node's identifier
- getIds() - 类 中的方法org.mozilla.javascript.Delegator
-
- getIds() - 类 中的方法org.mozilla.javascript.NativeArray
-
- getIds() - 类 中的方法org.mozilla.javascript.NativeJavaArray
-
- getIds() - 类 中的方法org.mozilla.javascript.NativeJavaClass
-
- getIds() - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- getIds() - 类 中的方法org.mozilla.javascript.NativeWith
-
- getIds() - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get an array of property ids.
- getIds() - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get an array of property ids.
- getIds() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns an array of ids for the properties of the object.
- getIds() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns an array of ids for the properties of the object.
- getIfPosition() - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Returns position of 'if' keyword, -1 if not present
- getIfPosition() - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Returns position of "if" keyword
- getIfPosition() - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Returns position of 'if' keyword, -1 if not present
- getImplementation() - 类 中的方法org.mozilla.javascript.NativeContinuation
-
- getImplementationClassName() - 类 中的方法org.mozilla.javascript.xml.XMLLib.Factory
-
- getImplementationVersion() - 类 中的方法org.mozilla.javascript.Context
-
Get the implementation version.
- getImplementationVersion() - 类 中的方法org.mozilla.javascript.Context
-
Get the implementation version.
- getIncrement() - 类 中的方法org.mozilla.javascript.ast.ForLoop
-
Returns loop increment expression
- getIndex() - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Returns symbol's index in its scope
- getIndexForNameNode(Node) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getIndexIds() - 类 中的方法org.mozilla.javascript.NativeArray
-
- getInitializer() - 类 中的方法org.mozilla.javascript.ast.ForLoop
-
Returns loop initializer variable declaration list.
- getInitializer() - 类 中的方法org.mozilla.javascript.ast.NewExpression
-
Returns initializer object, if any.
- getInitializer() - 类 中的方法org.mozilla.javascript.ast.VariableInitializer
-
Returns the initial value, or null
if not provided
- getInPosition() - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Returns position of "in" keyword
- getInstanceIdName(int) - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getInstanceIdName(int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
Map id back to property name it defines.
- getInstanceIdName(int) - 类 中的方法org.mozilla.javascript.NativeArray
-
- getInstanceIdName(int) - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
- getInstanceIdValue(int) - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getInstanceIdValue(int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
Get id value.
- getInstanceIdValue(int) - 类 中的方法org.mozilla.javascript.NativeArray
-
- getInstanceIdValue(int) - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
- getInstructionObserverThreshold() - 类 中的方法org.mozilla.javascript.Context
-
Get threshold of executed instructions counter that triggers call to
observeInstructionCount()
.
- getInstructionObserverThreshold() - 类 中的方法org.mozilla.javascript.Context
-
Get threshold of executed instructions counter that triggers call to
observeInstructionCount()
.
- getInt(int, int) - 类 中的方法org.mozilla.javascript.UintMap
-
Get integer value assigned with key.
- getInterfaceProxyHelper(ContextFactory, Class<?>[]) - 类 中的方法org.mozilla.javascript.jdk13.VMBridge_jdk13
-
- getInterfaceProxyHelper(ContextFactory, Class<?>[]) - 类 中的方法org.mozilla.javascript.VMBridge
-
Create helper object to create later proxies implementing the specified
interfaces later.
- getIntProp(int, int) - 类 中的方法org.mozilla.javascript.Node
-
- getIteratedObject() - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Returns object being iterated over
- getIterator() - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Returns loop iterator expression
- getJavaIterator(Context, Scriptable, Object) - 类 中的方法org.mozilla.javascript.jdk15.VMBridge_jdk15
-
If "obj" is a java.util.Iterator or a java.lang.Iterable, return a
wrapping as a JavaScript Iterator.
- getJavaIterator(Context, Scriptable, Object) - 类 中的方法org.mozilla.javascript.VMBridge
-
If "obj" is a java.util.Iterator or a java.lang.Iterable, return a
wrapping as a JavaScript Iterator.
- getJsDoc() - 类 中的方法org.mozilla.javascript.Node
-
Gets the JsDoc comment string attached to this node.
- getJsDocNode() - 类 中的方法org.mozilla.javascript.Node
-
Gets the JsDoc Comment object attached to this node.
- getJumpStatement() - 类 中的方法org.mozilla.javascript.ast.Jump
-
- getKey() - 类 中的方法org.mozilla.javascript.ObjToIntMap.Iterator
-
- getKeys() - 类 中的方法org.mozilla.javascript.ObjToIntMap
-
Return array of present keys
- getKeys(Object[], int) - 类 中的方法org.mozilla.javascript.ObjToIntMap
-
- getKeys() - 类 中的方法org.mozilla.javascript.UintMap
-
Return array of present keys
- getLabel() - 类 中的方法org.mozilla.javascript.ast.ContinueStatement
-
Returns the intended label of this continue statement
- getLabelByName(String) - 类 中的方法org.mozilla.javascript.ast.LabeledStatement
-
Returns label with specified name from the label list for
this labeled statement.
- getLabelPC(int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- getLabels() - 类 中的方法org.mozilla.javascript.ast.LabeledStatement
-
Returns label list
- getLanguageVersion() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getLanguageVersion() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getLanguageVersion() - 类 中的方法org.mozilla.javascript.Context
-
Get the current language version.
- getLanguageVersion() - 类 中的方法org.mozilla.javascript.Context
-
Get the current language version.
- getLanguageVersion() - 类 中的方法org.mozilla.javascript.NativeFunction
-
- getLastChild() - 类 中的方法org.mozilla.javascript.Node
-
- getLastSibling() - 类 中的方法org.mozilla.javascript.Node
-
- getLb() - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Returns left bracket position
- getLb() - 类 中的方法org.mozilla.javascript.ast.XmlElemRef
-
Returns left bracket position, or -1 if missing.
- getLeft() - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
Returns the left-hand side of the expression
- getLength() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns node length
- getLength() - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- getLength() - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getLength() - 类 中的方法org.mozilla.javascript.BoundFunction
-
- getLength() - 类 中的方法org.mozilla.javascript.commonjs.module.Require
-
- getLength() - 类 中的方法org.mozilla.javascript.FunctionObject
-
- getLength() - 类 中的方法org.mozilla.javascript.FunctionObject
-
- getLength() - 类 中的方法org.mozilla.javascript.IdFunctionObject
-
- getLength() - 类 中的方法org.mozilla.javascript.NativeArray
-
- getLength() - 类 中的方法org.mozilla.javascript.NativeFunction
-
- getLibraryScopeOrNull(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getLineno() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Return the line number recorded for this node.
- getLineno() - 类 中的方法org.mozilla.javascript.Node
-
Return the line number recorded for this node.
- getLineNumber() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getLineNumber() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getLineNumber() - 异常错误 中的方法org.mozilla.javascript.EvaluatorException
-
- getLineNumber() - 异常错误 中的方法org.mozilla.javascript.EvaluatorException
-
- getLineNumber() - 异常错误 中的方法org.mozilla.javascript.JavaScriptException
-
- getLineNumber() - 异常错误 中的方法org.mozilla.javascript.JavaScriptException
-
- getLineNumbers() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get array containing the line numbers that
that can be passed to DebugFrame.onLineChange().
- getLineNumbers() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get array containing the line numbers that
that can be passed to DebugFrame.onLineChange().
- getLineSource() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getLineSource() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getLineSource() - 异常错误 中的方法org.mozilla.javascript.EvaluatorException
-
- getLineSource() - 异常错误 中的方法org.mozilla.javascript.EvaluatorException
-
- getListener(Object, int) - 类 中的静态方法org.mozilla.javascript.Kit
-
Get listener at index position in bag or null if
index equals to number of listeners in bag.
- getLiveLocals() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- getLoadedModule(String) - 类 中的方法org.mozilla.javascript.commonjs.module.provider.CachingModuleScriptProviderBase
-
- getLoadedModule(String) - 类 中的方法org.mozilla.javascript.commonjs.module.provider.SoftCachingModuleScriptProvider
-
- getLoadedModule(String) - 类 中的方法org.mozilla.javascript.commonjs.module.provider.StrongCachingModuleScriptProvider
-
- getLocale() - 类 中的方法org.mozilla.javascript.Context
-
Get the current locale.
- getLocale() - 类 中的方法org.mozilla.javascript.Context
-
Get the current locale.
- getLoop() - 类 中的方法org.mozilla.javascript.ast.Jump
-
- getLoops() - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Returns loop list
- getLoops() - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Returns loop list
- getLp() - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Returns left paren position
- getLp() - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Returns left paren position, -1 if missing
- getLp() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns left paren position, -1 if missing
- getLp() - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Returns left paren offset
- getLp() - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Returns left paren position, -1 if missing
- getLp() - 类 中的方法org.mozilla.javascript.ast.Loop
-
Returns left paren position, -1 if missing
- getLp() - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Returns left paren position, -1 if missing
- getLp() - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Returns left paren offset
- getMainMethodClass() - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Get the name of the class for main method implementation.
- getMainMethodClass() - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Get the name of the class for main method implementation.
- getMaximumInterpreterStackDepth() - 类 中的方法org.mozilla.javascript.Context
-
Returns the maximum stack depth (in terms of number of call frames)
allowed in a single invocation of interpreter.
- getMaximumInterpreterStackDepth() - 类 中的方法org.mozilla.javascript.Context
-
Returns the maximum stack depth (in terms of number of call frames)
allowed in a single invocation of interpreter.
- getMaxInstanceId() - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getMaxInstanceId() - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
Get maximum id findInstanceIdInfo can generate.
- getMaxInstanceId() - 类 中的方法org.mozilla.javascript.NativeArray
-
- getMaxInstanceId() - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
- getMemberExprNode() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- getMemberRef() - 类 中的方法org.mozilla.javascript.ast.XmlMemberGet
-
Returns the right-side XML member ref expression.
- getMessage() - 类 中的方法org.mozilla.javascript.ast.ErrorNode
-
Returns error message key
- getMessage() - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- getMessage() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
- getMessage() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
- getMessage(String, Object[]) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getMessage(String, Object[]) - 接口 中的方法org.mozilla.javascript.ScriptRuntime.MessageProvider
-
Returns a textual message identified by the given messageId,
parameterized by the given arguments.
- getMessage0(String) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getMessage1(String, Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getMessage2(String, Object, Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getMessage3(String, Object, Object, Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getMessage4(String, Object, Object, Object, Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getMethodOrConstructor() - 类 中的方法org.mozilla.javascript.FunctionObject
-
Get Java method or constructor this function represent.
- getMethodOrConstructor() - 类 中的方法org.mozilla.javascript.FunctionObject
-
Get Java method or constructor this function represent.
- getModuleScript(Context, String, URI, URI, Scriptable) - 接口 中的方法org.mozilla.javascript.commonjs.module.ModuleScriptProvider
-
Returns a module script.
- getModuleScript(Context, String, URI, URI, Scriptable) - 类 中的方法org.mozilla.javascript.commonjs.module.provider.CachingModuleScriptProviderBase
-
- getModuleScript(Context, String, URI, URI, Scriptable) - 类 中的方法org.mozilla.javascript.commonjs.module.provider.MultiModuleScriptProvider
-
- getModuleScript(Context, String, URI, URI, Scriptable) - 类 中的方法org.mozilla.javascript.commonjs.module.provider.SoftCachingModuleScriptProvider
-
- getName() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns the function name as a string
- getName() - 类 中的方法org.mozilla.javascript.ast.Label
-
Returns the label text
- getName() - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Returns symbol name
- getName() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
Gets the name of the error.
- getName() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
Gets the name of the error.
- getNameFunctionAndThis(String, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Prepare for calling name(...): return function corresponding to
name and make current top scope available
as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.
- getNamespace() - 类 中的方法org.mozilla.javascript.ast.XmlRef
-
Return the namespace.
- getNext() - 类 中的方法org.mozilla.javascript.Node
-
- getNextTempName() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getNode() - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Returns the node associated with this identifier
- getNumber() - 类 中的方法org.mozilla.javascript.ast.NumberLiteral
-
Gets the double
value.
- getObject(int) - 类 中的方法org.mozilla.javascript.UintMap
-
Get object value assigned with key.
- getObjectElem(Object, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Call obj.
- getObjectElem(Object, Object, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Call obj.
- getObjectElem(Scriptable, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getObjectIndex(Object, double, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getObjectIndex(Scriptable, int, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getObjectProp(Object, String, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Version of getObjectElem when elem is a valid JS identifier name.
- getObjectProp(Object, String, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getObjectProp(Scriptable, String, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getObjectPropNoWarn(Object, String, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getObjectPrototype(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get the Object.prototype property.
- getObjectPrototype(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get the Object.prototype property.
- getOperand() - 类 中的方法org.mozilla.javascript.ast.UnaryExpression
-
- getOperator() - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
- getOperator() - 类 中的方法org.mozilla.javascript.ast.UnaryExpression
-
- getOperatorPosition() - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
Returns relative offset of operator token
- getOptimizationLevel() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getOptimizationLevel() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getOptimizationLevel() - 类 中的方法org.mozilla.javascript.Context
-
Get the current optimization level.
- getOptimizationLevel() - 类 中的方法org.mozilla.javascript.Context
-
Get the current optimization level.
- getOwnPropertyDescriptor(Context, Object) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- getOwnPropertyDescriptor(Context, Object) - 类 中的方法org.mozilla.javascript.NativeArray
-
- getOwnPropertyDescriptor(Context, Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- getOwnPropertyDescriptor(Context, Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- getParamAndVarConst() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getParamAndVarCount() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getParamAndVarCount() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get number of declared parameters and local variables.
- getParamAndVarCount() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get number of declared parameters and local variables.
- getParamAndVarCount() - 类 中的方法org.mozilla.javascript.NativeFunction
-
Get number of declared parameters and variables defined through var
statements.
- getParamAndVarNames() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getParamCount() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getParamCount() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get number of declared parameters in the function.
- getParamCount() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get number of declared parameters in the function.
- getParamCount() - 类 中的方法org.mozilla.javascript.NativeFunction
-
Get number of declared parameters.
- getParameterNumberContext() - 类 中的方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- getParamOrVarConst(int) - 类 中的方法org.mozilla.javascript.NativeFunction
-
Get parameter or variable const-ness.
- getParamOrVarName(int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getParamOrVarName(int) - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get name of a declared parameter or local variable.
- getParamOrVarName(int) - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get name of a declared parameter or local variable.
- getParamOrVarName(int) - 类 中的方法org.mozilla.javascript.NativeFunction
-
Get parameter or variable name.
- getParams() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns the function parameter list
- getParent() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns the node parent, or null
if it has none
- getParent() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
- getParent() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
- getParentScope() - 类 中的方法org.mozilla.javascript.ast.Scope
-
- getParentScope() - 类 中的方法org.mozilla.javascript.Delegator
-
- getParentScope() - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
Returns the parent (enclosing) scope of the object.
- getParentScope() - 类 中的方法org.mozilla.javascript.NativeWith
-
- getParentScope() - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get the parent scope of the object.
- getParentScope() - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get the parent scope of the object.
- getParentScope() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns the parent (enclosing) scope of the object.
- getParentScope() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns the parent (enclosing) scope of the object.
- getPatchedStack(RhinoException, String) - 接口 中的方法org.mozilla.javascript.Evaluator
-
Given a native stack trace, patch it with script-specific source
and line information
- getPatchedStack(RhinoException, String) - 类 中的方法org.mozilla.javascript.Interpreter
-
- getPatchedStack(RhinoException, String) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- getPosition() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns relative position in parent
- getPrettyIndent() - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- getProp(int) - 类 中的方法org.mozilla.javascript.Node
-
- GETPROP - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- getProperty() - 类 中的方法org.mozilla.javascript.ast.PropertyGet
-
Returns the property being accessed.
- getProperty(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Gets a named property from an object or any object in its prototype chain.
- getProperty(Scriptable, int) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Gets an indexed property from an object or any object in its prototype chain.
- getProperty(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Gets a named property from an object or any object in its prototype chain.
- getProperty(Scriptable, int) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Gets an indexed property from an object or any object in its prototype chain.
- getPropertyIds(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Returns an array of all ids from an object and its prototypes.
- getPropertyIds(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Returns an array of all ids from an object and its prototypes.
- getPropFunctionAndThis(Object, String, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Prepare for calling obj.property(...): return function corresponding to
obj.property and make obj properly converted to Scriptable available
as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.
- getPropFunctionAndThis(Object, String, Context, Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Prepare for calling obj.property(...): return function corresponding to
obj.property and make obj properly converted to Scriptable available
as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.
- getPropName() - 类 中的方法org.mozilla.javascript.ast.XmlPropRef
-
Returns property name.
- GETPROPNOWARN - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- getProtectionDomain(Class<?>) - 类 中的静态方法org.mozilla.javascript.SecurityUtilities
-
- getPrototype() - 类 中的方法org.mozilla.javascript.Delegator
-
- getPrototype() - 类 中的方法org.mozilla.javascript.IdFunctionObject
-
- getPrototype() - 类 中的方法org.mozilla.javascript.NativeJavaArray
-
- getPrototype() - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- getPrototype() - 类 中的方法org.mozilla.javascript.NativeWith
-
- getPrototype() - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get the prototype of the object.
- getPrototype() - 接口 中的方法org.mozilla.javascript.Scriptable
-
Get the prototype of the object.
- getPrototype() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns the prototype of the object.
- getPrototype() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns the prototype of the object.
- getPrototypeProperty() - 类 中的方法org.mozilla.javascript.BaseFunction
-
- getQuestionMarkPosition() - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Returns position of ?
- getQuoteCharacter() - 类 中的方法org.mozilla.javascript.ast.StringLiteral
-
Returns the character used as the delimiter for this string.
- getRb() - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Returns right bracket position, -1 if missing
- getRb() - 类 中的方法org.mozilla.javascript.ast.XmlElemRef
-
Returns left bracket position, or -1 if missing.
- getReader() - 类 中的方法org.mozilla.javascript.commonjs.module.provider.ModuleSource
-
Returns the reader returning the source text of the module.
- getRegexpCount() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getRegexpFlags(int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getRegExpProxy(Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getRegexpString(int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getResult() - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Returns result expression node (just after opening bracket)
- getResult() - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Returns result expression node (just after opening bracket)
- getResumptionPoints() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- getReturnValue() - 类 中的方法org.mozilla.javascript.ast.ReturnStatement
-
Returns return value, null
if return value is void
- getRight() - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
Returns the right-hand side of the expression
- getRp() - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Returns right paren position
- getRp() - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Returns right paren position, -1 if missing
- getRp() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns right paren position, -1 if missing
- getRp() - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Returns right paren position, -1 if missing
- getRp() - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Returns right paren position, -1 if missing
- getRp() - 类 中的方法org.mozilla.javascript.ast.Loop
-
Returns right paren position, -1 if missing
- getRp() - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Returns right paren position, -1 if missing
- getRp() - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Returns right paren offset
- getRp() - 类 中的方法org.mozilla.javascript.ast.XmlDotQuery
-
Returns right-paren position, -1 if missing.
- getScope() - 类 中的方法org.mozilla.javascript.ast.Name
-
Return the
Scope
associated with this node.
- getScope() - 类 中的方法org.mozilla.javascript.Node
-
Can only be called when node has String context.
- getScript() - 类 中的方法org.mozilla.javascript.commonjs.module.ModuleScript
-
Returns the script object representing the code of the module.
- getScriptProtectionDomain() - 类 中的静态方法org.mozilla.javascript.SecurityUtilities
-
Look up the top-most element in the current stack representing a
script and return its protection domain.
- getScriptStack(RhinoException) - 接口 中的方法org.mozilla.javascript.Evaluator
-
Get the script stack for the given exception
- getScriptStack(RhinoException) - 类 中的方法org.mozilla.javascript.Interpreter
-
- getScriptStack(RhinoException) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- getScriptStack() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
- getScriptStack() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
- getScriptStackElements(RhinoException) - 类 中的方法org.mozilla.javascript.Interpreter
-
- getScriptStackTrace() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Get a string representing the script stack of this exception.
- getScriptStackTrace(FilenameFilter) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
- getScriptStackTrace() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Get a string representing the script stack of this exception.
- getScriptStackTrace(FilenameFilter) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
- getSecurityDomain() - 类 中的方法org.mozilla.javascript.commonjs.module.provider.ModuleSource
-
Returns the object representing the security domain for the module's
source.
- getSecurityDomain(URLConnection) - 接口 中的方法org.mozilla.javascript.commonjs.module.provider.UrlConnectionSecurityDomainProvider
-
Create a new security domain object for a script source identified by
its URL connection.
- getSize() - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Returns the number of elements in this Array
literal,
including empty elements.
- getSkipCount() - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Used by code generator.
- getSlot(Context, Object, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- getSlot(Context, Object, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- getSourceName() - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- getSourceName() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Returns the URI, path or descriptive text indicating the origin
of this script's source code.
- getSourceName() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get the name of the source (usually filename or URL)
of the script.
- getSourceName() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Get the name of the source (usually filename or URL)
of the script.
- getSourceName() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getSourceName() - 异常错误 中的方法org.mozilla.javascript.EcmaError
-
- getSourceName() - 异常错误 中的方法org.mozilla.javascript.EvaluatorException
-
- getSourceName() - 异常错误 中的方法org.mozilla.javascript.EvaluatorException
-
- getSourceName() - 异常错误 中的方法org.mozilla.javascript.JavaScriptException
-
- getSourceName() - 异常错误 中的方法org.mozilla.javascript.JavaScriptException
-
- getSourcePositionFromStack(int[]) - 类 中的静态方法org.mozilla.javascript.Context
-
- getSourcePositionFromStack(int[]) - 类 中的静态方法org.mozilla.javascript.Context
-
- getSourcePositionFromStack(Context, int[]) - 接口 中的方法org.mozilla.javascript.Evaluator
-
Get the source position information by examining the stack.
- getSourcePositionFromStack(Context, int[]) - 类 中的方法org.mozilla.javascript.Interpreter
-
- getSourcePositionFromStack(Context, int[]) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- getStackTop() - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- getStatement() - 类 中的方法org.mozilla.javascript.ast.LabeledStatement
-
Returns the labeled statement
- getStatement() - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Returns the statement or block
- getStatements() - 类 中的方法org.mozilla.javascript.ast.Scope
-
Returns a copy of the child list, with each child cast to an
AstNode
.
- getStatements() - 类 中的方法org.mozilla.javascript.ast.SwitchCase
-
Returns statement list, which may be null
.
- GETSTATIC - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- getStaticSecurityDomainClass() - 类 中的静态方法org.mozilla.javascript.SecurityController
-
- getStaticSecurityDomainClass() - 类 中的静态方法org.mozilla.javascript.SecurityController
-
- getStaticSecurityDomainClassInternal() - 类 中的方法org.mozilla.javascript.PolicySecurityController
-
- getStaticSecurityDomainClassInternal() - 类 中的方法org.mozilla.javascript.SecurityController
-
- getStaticSecurityDomainClassInternal() - 类 中的方法org.mozilla.javascript.SecurityController
-
- getStopIterationObject(Scriptable) - 类 中的静态方法org.mozilla.javascript.NativeIterator
-
Get the value of the "StopIteration" object.
- getString() - 类 中的方法org.mozilla.javascript.Node
-
Can only be called when node has String context.
- getSymbol(String) - 类 中的方法org.mozilla.javascript.ast.Scope
-
Looks up a symbol in this scope.
- getSymbols() - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- getSymbolTable() - 类 中的方法org.mozilla.javascript.ast.Scope
-
Returns the symbol table for this scope.
- getSystemProperty(String) - 类 中的静态方法org.mozilla.javascript.SecurityUtilities
-
Retrieves a system property within a privileged block.
- getTarget() - 类 中的方法org.mozilla.javascript.ast.ContinueStatement
-
Returns continue target
- getTarget() - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Returns the object on which the element is being fetched.
- getTarget() - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Returns node evaluating to the function to call
- getTarget() - 类 中的方法org.mozilla.javascript.ast.PropertyGet
-
Returns the object on which the property is being fetched.
- getTarget() - 类 中的方法org.mozilla.javascript.ast.VariableInitializer
-
Returns the variable name or destructuring form
- getTarget() - 类 中的方法org.mozilla.javascript.ast.XmlMemberGet
-
Returns the object on which the XML member-ref expression
is being evaluated.
- getTargetExtends() - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Get the class that the generated target will extend.
- getTargetExtends() - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Get the class that the generated target will extend.
- getTargetImplements() - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Get the interfaces that the generated target will implement.
- getTargetImplements() - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Get the interfaces that the generated target will implement.
- getTestExpression() - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Returns test expression
- getThenPart() - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Returns statement to execute if condition is true
- getThreadContextHelper() - 类 中的方法org.mozilla.javascript.jdk13.VMBridge_jdk13
-
- getThreadContextHelper() - 类 中的方法org.mozilla.javascript.VMBridge
-
Return a helper object to optimize
Context
access.
- getThreadLocal(Object) - 类 中的方法org.mozilla.javascript.Context
-
Get a value corresponding to a key.
- getThreadLocal(Object) - 类 中的方法org.mozilla.javascript.Context
-
Get a value corresponding to a key.
- getTop() - 类 中的方法org.mozilla.javascript.ast.Scope
-
Returns current script or function scope
- getTopCallScope(Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getTopLevelProp(Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- getTopLevelScope(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get the global scope.
- getTopLevelScope(Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get the global scope.
- getTopScopeValue(Scriptable, Object) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get arbitrary application-specific value associated with the top scope
of the given scope.
- getTopScopeValue(Scriptable, Object) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Get arbitrary application-specific value associated with the top scope
of the given scope.
- getTrueExpression() - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Returns expression to evaluate if test is true
- getTryBlock() - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
- getType() - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- getType() - 类 中的方法org.mozilla.javascript.Node
-
- getTypedProperty(Scriptable, int, Class<T>) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Gets an indexed property from an object or any object in its prototype
chain and coerces it to the requested Java type.
- getTypedProperty(Scriptable, String, Class<T>) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Gets a named property from an object or any object in its prototype chain
and coerces it to the requested Java type.
- getTypedProperty(Scriptable, int, Class<T>) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Gets an indexed property from an object or any object in its prototype
chain and coerces it to the requested Java type.
- getTypedProperty(Scriptable, String, Class<T>) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
Gets a named property from an object or any object in its prototype chain
and coerces it to the requested Java type.
- getTypeOf() - 类 中的方法org.mozilla.javascript.BaseFunction
-
Gets the value returned by calling the typeof operator on this object.
- getTypeOf() - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
Gets the value to be returned by the typeof operator called on this object.
- getTypeOf() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Gets the value that will be returned by calling the typeof operator on this object.
- getTypeOf() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Gets the value that will be returned by calling the typeof operator on this object.
- getTypeOf() - 类 中的方法org.mozilla.javascript.xml.XMLObject
-
Gets the value returned by calling the typeof operator on this object.
- getTypeTag(Class<?>) - 类 中的静态方法org.mozilla.javascript.FunctionObject
-
- getTypeTag(Class<?>) - 类 中的静态方法org.mozilla.javascript.FunctionObject
-
- getUndefinedValue() - 类 中的静态方法org.mozilla.javascript.Context
-
Get the singleton object that represents the JavaScript Undefined value.
- getUndefinedValue() - 类 中的静态方法org.mozilla.javascript.Context
-
Get the singleton object that represents the JavaScript Undefined value.
- getUri() - 类 中的方法org.mozilla.javascript.commonjs.module.ModuleScope
-
- getUri() - 类 中的方法org.mozilla.javascript.commonjs.module.ModuleScript
-
Returns the URI of the module.
- getUri() - 类 中的方法org.mozilla.javascript.commonjs.module.provider.ModuleSource
-
Returns the URI of the module source text.
- getValidator() - 类 中的方法org.mozilla.javascript.commonjs.module.provider.ModuleSource
-
Returns the validator that can be used for subsequent cache validation
of the source text.
- getValue() - 类 中的方法org.mozilla.javascript.ast.Comment
-
Returns a string of the comment value.
- getValue() - 类 中的方法org.mozilla.javascript.ast.NumberLiteral
-
Returns the node's string value (the original source token)
- getValue() - 类 中的方法org.mozilla.javascript.ast.RegExpLiteral
-
Returns the regexp string without delimiters
- getValue() - 类 中的方法org.mozilla.javascript.ast.StringLiteral
-
Returns the node's value: the parsed string without the enclosing quotes
- getValue(boolean) - 类 中的方法org.mozilla.javascript.ast.StringLiteral
-
Returns the string value, optionally including the enclosing quotes.
- getValue() - 类 中的方法org.mozilla.javascript.ast.Yield
-
Returns yielded expression, null
if none
- getValue() - 异常错误 中的方法org.mozilla.javascript.JavaScriptException
-
- getValue() - 异常错误 中的方法org.mozilla.javascript.JavaScriptException
-
- getValue() - 类 中的方法org.mozilla.javascript.ObjToIntMap.Iterator
-
- getValueFunctionAndThis(Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Prepare for calling (...): return function corresponding to
and make parent scope of the function available
as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.
- GETVAR - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- getVarCount() - 类 中的方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- getVariables() - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Returns variable list
- getVariables() - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
Returns variable list.
- getVarIndex(Node) - 类 中的方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- getVarName() - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Returns catch variable node
- getWarnTrailingComma() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getWarnTrailingComma() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- getWhilePosition() - 类 中的方法org.mozilla.javascript.ast.DoLoop
-
Returns source position of "while" keyword
- getWrapFactory() - 类 中的方法org.mozilla.javascript.Context
-
Return the current WrapFactory, or null if none is defined.
- getWrapFactory() - 类 中的方法org.mozilla.javascript.Context
-
Return the current WrapFactory, or null if none is defined.
- getWrappedException() - 异常错误 中的方法org.mozilla.javascript.WrappedException
-
Get the wrapped exception.
- getWrappedException() - 异常错误 中的方法org.mozilla.javascript.WrappedException
-
Get the wrapped exception.
- getXml() - 类 中的方法org.mozilla.javascript.ast.XmlString
-
Returns the xml string for this component.
- GOTO - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- GOTO - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- GOTO_W - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- GT - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- I2B - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- I2C - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- I2D - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- I2F - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- I2L - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- I2S - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IADD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IALOAD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IAND - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IASTORE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ICONST_0 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ICONST_1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ICONST_2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ICONST_3 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ICONST_4 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ICONST_5 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ICONST_M1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ideEnvirons() - 类 中的静态方法org.mozilla.javascript.CompilerEnvirons
-
Returns a CompilerEnvirons
suitable for using Rhino
in an IDE environment.
- ideEnvirons() - 类 中的静态方法org.mozilla.javascript.CompilerEnvirons
-
Returns a CompilerEnvirons
suitable for using Rhino
in an IDE environment.
- IdeErrorReporter - org.mozilla.javascript.ast中的接口
-
This is interface defines a protocol for the reporting of
errors during JavaScript translation in IDE-mode.
- IdFunctionCall - org.mozilla.javascript中的接口
-
Master for id-based functions that knows their properties and how to
execute them.
- IdFunctionObject - org.mozilla.javascript中的类
-
- IdFunctionObject(IdFunctionCall, Object, int, int) - 类 的构造器org.mozilla.javascript.IdFunctionObject
-
- IdFunctionObject(IdFunctionCall, Object, int, String, int, Scriptable) - 类 的构造器org.mozilla.javascript.IdFunctionObject
-
- IDIV - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IdScriptableObject - org.mozilla.javascript中的类
-
Base class for native object implementation that uses IdFunctionObject to export its methods to script via .prototype object.
- IdScriptableObject() - 类 的构造器org.mozilla.javascript.IdScriptableObject
-
- IdScriptableObject(Scriptable, Scriptable) - 类 的构造器org.mozilla.javascript.IdScriptableObject
-
- IF - 类 中的静态变量org.mozilla.javascript.Token
-
- IF_ACMPEQ - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IF_ACMPNE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IF_ICMPEQ - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IF_ICMPGE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IF_ICMPGT - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IF_ICMPLE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IF_ICMPLT - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IF_ICMPNE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IFEQ - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IFEQ - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- IFGE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IFGT - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IFLE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IFLT - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IFNE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IFNE - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- IFNONNULL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IFNULL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IfStatement - org.mozilla.javascript.ast中的类
-
If-else statement.
- IfStatement() - 类 的构造器org.mozilla.javascript.ast.IfStatement
-
- IfStatement(int) - 类 的构造器org.mozilla.javascript.ast.IfStatement
-
- IfStatement(int, int) - 类 的构造器org.mozilla.javascript.ast.IfStatement
-
- IINC - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ILOAD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ILOAD_0 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ILOAD_1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ILOAD_2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ILOAD_3 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IMPDEP1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IMPDEP2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IMPORT - 类 中的静态变量org.mozilla.javascript.Token
-
- ImporterTopLevel - org.mozilla.javascript中的类
-
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.
- ImporterTopLevel - org.mozilla.javascript中的类
-
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.
- ImporterTopLevel() - 类 的构造器org.mozilla.javascript.ImporterTopLevel
-
- ImporterTopLevel(Context) - 类 的构造器org.mozilla.javascript.ImporterTopLevel
-
- ImporterTopLevel(Context, boolean) - 类 的构造器org.mozilla.javascript.ImporterTopLevel
-
- ImporterTopLevel() - 类 的构造器org.mozilla.javascript.ImporterTopLevel
-
- ImporterTopLevel(Context) - 类 的构造器org.mozilla.javascript.ImporterTopLevel
-
- ImporterTopLevel(Context, boolean) - 类 的构造器org.mozilla.javascript.ImporterTopLevel
-
- importPackage(Context, Scriptable, Object[], Function) - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- importPackage(Context, Scriptable, Object[], Function) - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- IMUL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- in(Object, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
The in operator.
- IN - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- INC - 类 中的静态变量org.mozilla.javascript.Token
-
- incompatibleCallError(IdFunctionObject) - 类 中的静态方法org.mozilla.javascript.IdScriptableObject
-
Utility method to construct type error to indicate incompatible call
when converting script thisObj to a particular type is not possible.
- INCRDECR_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- INDENT_GAP_PROP - 类 中的静态变量org.mozilla.javascript.Decompiler
-
Decompilation property to specify default identation offset.
- indexFromString(String) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Return -1L if str is not an index, or the index value as lower 32
bits of the result.
- indexOf(Object) - 类 中的方法org.mozilla.javascript.NativeArray
-
- indexOf(Object) - 类 中的方法org.mozilla.javascript.ObjArray
-
- INEG - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- InfixExpression - org.mozilla.javascript.ast中的类
-
AST node representing an infix (binary operator) expression.
- InfixExpression() - 类 的构造器org.mozilla.javascript.ast.InfixExpression
-
- InfixExpression(int) - 类 的构造器org.mozilla.javascript.ast.InfixExpression
-
- InfixExpression(int, int) - 类 的构造器org.mozilla.javascript.ast.InfixExpression
-
- InfixExpression(int, int, AstNode, AstNode) - 类 的构造器org.mozilla.javascript.ast.InfixExpression
-
- InfixExpression(AstNode, AstNode) - 类 的构造器org.mozilla.javascript.ast.InfixExpression
-
Constructs a new InfixExpression
.
- InfixExpression(int, AstNode, AstNode, int) - 类 的构造器org.mozilla.javascript.ast.InfixExpression
-
Constructs a new InfixExpression
.
- init(Context, Scriptable, boolean) - 类 中的静态方法org.mozilla.javascript.ImporterTopLevel
-
- init(Context, Scriptable, boolean) - 类 中的静态方法org.mozilla.javascript.ImporterTopLevel
-
- init(Context, Scriptable, boolean) - 类 中的静态方法org.mozilla.javascript.JavaAdapter
-
- init(Context, Scriptable, boolean) - 类 中的静态方法org.mozilla.javascript.NativeContinuation
-
- init(Context, Scriptable, boolean) - 类 中的静态方法org.mozilla.javascript.NativeGlobal
-
- init(Context, Scriptable, boolean) - 类 中的静态方法org.mozilla.javascript.NativeJavaTopPackage
-
- init(Context, Scriptable, boolean) - 类 中的静态方法org.mozilla.javascript.regexp.NativeRegExp
-
- initApplicationClassLoader(ClassLoader) - 类 中的方法org.mozilla.javascript.ContextFactory
-
Set explicit class loader to use when searching for Java classes.
- initApplicationClassLoader(ClassLoader) - 类 中的方法org.mozilla.javascript.ContextFactory
-
Set explicit class loader to use when searching for Java classes.
- initCause(RuntimeException, Throwable) - 类 中的静态方法org.mozilla.javascript.Kit
-
If initCause methods exists in Throwable, call
ex.initCause(cause) or otherwise do nothing.
- initColumnNumber(int) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Initialize the column number of the script statement causing the error.
- initColumnNumber(int) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Initialize the column number of the script statement causing the error.
- initFromContext(Context) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- initFromContext(Context) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- initFunction(String, Scriptable) - 类 中的方法org.mozilla.javascript.IdFunctionObject
-
- initFunction(NativeFunction, int, Scriptable, Context) - 类 中的静态方法org.mozilla.javascript.optimizer.OptRuntime
-
- initFunction(Context, Scriptable, NativeFunction, int, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- initGlobal(ContextFactory) - 类 中的静态方法org.mozilla.javascript.ContextFactory
-
Set global ContextFactory.
- initGlobal(ContextFactory) - 类 中的静态方法org.mozilla.javascript.ContextFactory
-
Set global ContextFactory.
- initGlobal(SecurityController) - 类 中的静态方法org.mozilla.javascript.SecurityController
-
Initialize global controller that will be used for all
security-related operations.
- initGlobal(SecurityController) - 类 中的静态方法org.mozilla.javascript.SecurityController
-
Initialize global controller that will be used for all
security-related operations.
- INITIAL_INDENT_PROP - 类 中的静态变量org.mozilla.javascript.Decompiler
-
Decompilation property to specify initial ident value.
- initImplementation(Object) - 类 中的方法org.mozilla.javascript.NativeContinuation
-
- initLineNumber(int) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Initialize the line number of the script statement causing the error.
- initLineNumber(int) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Initialize the line number of the script statement causing the error.
- initLineSource(String) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Initialize the text of the source line containing the error.
- initLineSource(String) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Initialize the text of the source line containing the error.
- initMembers() - 类 中的方法org.mozilla.javascript.NativeJavaClass
-
- initMembers() - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
- initPrototypeConstructor(IdFunctionObject) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.BaseFunction
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.NativeArray
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.NativeCall
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.NativeContinuation
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.NativeGenerator
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.NativeIterator
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.NativeJSON
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.NativeObject
-
- initPrototypeId(int) - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
- initPrototypeMethod(Object, int, String, int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- initPrototypeValue(int, String, Object, int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- initScript(NativeFunction, Scriptable, Context, Scriptable, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- initScriptFunction(Context, Scriptable) - 类 中的方法org.mozilla.javascript.NativeFunction
-
- initSourceName(String) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Initialize the uri of the script source containing the error.
- initSourceName(String) - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Initialize the uri of the script source containing the error.
- initStandardObjects() - 类 中的方法org.mozilla.javascript.Context
-
Initialize the standard objects.
- initStandardObjects(ScriptableObject) - 类 中的方法org.mozilla.javascript.Context
-
Initialize the standard objects.
- initStandardObjects(ScriptableObject, boolean) - 类 中的方法org.mozilla.javascript.Context
-
Initialize the standard objects.
- initStandardObjects() - 类 中的方法org.mozilla.javascript.Context
-
Initialize the standard objects.
- initStandardObjects(ScriptableObject) - 类 中的方法org.mozilla.javascript.Context
-
Initialize the standard objects.
- initStandardObjects(ScriptableObject, boolean) - 类 中的方法org.mozilla.javascript.Context
-
Initialize the standard objects.
- initStandardObjects(Context, boolean) - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- initStandardObjects(Context, boolean) - 类 中的方法org.mozilla.javascript.ImporterTopLevel
-
- initStandardObjects(Context, ScriptableObject, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- inPosition - 类 中的变量org.mozilla.javascript.ast.ForInLoop
-
- input - 类 中的变量org.mozilla.javascript.regexp.RegExpImpl
-
- install(Scriptable) - 类 中的方法org.mozilla.javascript.commonjs.module.Require
-
Binds this instance of require() into the specified scope under the
property name "require".
- instance - 类 中的静态变量org.mozilla.javascript.Undefined
-
- instanceIdInfo(int, int) - 类 中的静态方法org.mozilla.javascript.IdScriptableObject
-
- INSTANCEOF - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- instanceOf(Object, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
The instanceof operator.
- INSTANCEOF - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- IntegerClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- InterfaceAdapter - org.mozilla.javascript中的类
-
Adapter to use JS function as implementation of Java interfaces with
single method or multiple methods with the same signature.
- intern(Object) - 类 中的方法org.mozilla.javascript.ObjToIntMap
-
If table already contains a key that equals to keyArg, return that key
while setting its value to zero, otherwise add keyArg with 0 value to
the table and return it.
- Interpreter - org.mozilla.javascript中的类
-
- Interpreter() - 类 的构造器org.mozilla.javascript.Interpreter
-
- inUseStrictDirective - 类 中的变量org.mozilla.javascript.Parser
-
- invoke(ContextFactory, Object, Scriptable, Object, Method, Object[]) - 类 中的方法org.mozilla.javascript.InterfaceAdapter
-
- INVOKEINTERFACE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- INVOKESPECIAL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- INVOKESTATIC - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- INVOKEVIRTUAL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IOR - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IREM - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IRETURN - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IRFactory - org.mozilla.javascript中的类
-
This class rewrites the parse tree into an IR suitable for codegen.
- IRFactory() - 类 的构造器org.mozilla.javascript.IRFactory
-
- IRFactory(CompilerEnvirons) - 类 的构造器org.mozilla.javascript.IRFactory
-
- IRFactory(CompilerEnvirons, ErrorReporter) - 类 的构造器org.mozilla.javascript.IRFactory
-
- isAccessorDescriptor(ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements IsAccessorDescriptor as described in ES5 8.10.1
- isAccessorDescriptor(ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements IsAccessorDescriptor as described in ES5 8.10.1
- isActivationNeeded(String) - 类 中的方法org.mozilla.javascript.Context
-
Check whether the name is in the list of names of objects
forcing the creation of activation objects.
- isActivationNeeded(String) - 类 中的方法org.mozilla.javascript.Context
-
Check whether the name is in the list of names of objects
forcing the creation of activation objects.
- isAdapter - 类 中的变量org.mozilla.javascript.NativeJavaObject
-
- isAllowMemberExprAsFunctionName() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Extension to ECMA: if 'function <name>' is not followed
by '(', assume <name> starts a memberExpr
- isAllowMemberExprAsFunctionName() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Extension to ECMA: if 'function <name>' is not followed
by '(', assume <name> starts a memberExpr
- isArrayObject(Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- isAttributeAccess() - 类 中的方法org.mozilla.javascript.ast.XmlRef
-
Returns true
if this expression began with an @
-token.
- isBooleanLiteral() - 类 中的方法org.mozilla.javascript.ast.KeywordLiteral
-
- isCachingEnabled() - 类 中的方法org.mozilla.javascript.ClassCache
-
Check if generated Java classes and Java reflection information
is cached.
- isCachingEnabled() - 类 中的方法org.mozilla.javascript.ClassCache
-
Check if generated Java classes and Java reflection information
is cached.
- isConst() - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
- isConst(String) - 接口 中的方法org.mozilla.javascript.ConstProperties
-
Returns true if the named property is defined as a const on this object.
- isConst(String) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns true if the named property is defined as a const on this object.
- isConst(String) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns true if the named property is defined as a const on this object.
- isContinuationConstructor(IdFunctionObject) - 类 中的静态方法org.mozilla.javascript.NativeContinuation
-
- isDataDescriptor(ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements IsDataDescriptor as described in ES5 8.10.2
- isDataDescriptor(ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements IsDataDescriptor as described in ES5 8.10.2
- isDefault() - 类 中的方法org.mozilla.javascript.ast.SwitchCase
-
Return true if this is a default case.
- isDestructuring() - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Returns true if this node is in a destructuring position:
a function parameter, the target of a variable initializer, the
iterator of a for..in loop, etc.
- isDestructuring() - 接口 中的方法org.mozilla.javascript.ast.DestructuringForm
-
Returns true if this node is in a destructuring position:
a function parameter, the target of a variable initializer, the
iterator of a for..in loop, etc.
- isDestructuring() - 类 中的方法org.mozilla.javascript.ast.ObjectLiteral
-
Returns true if this node is in a destructuring position:
a function parameter, the target of a variable initializer, the
iterator of a for..in loop, etc.
- isDestructuring() - 类 中的方法org.mozilla.javascript.ast.VariableInitializer
-
Returns true if this is a destructuring assignment.
- isEmpty() - 类 中的方法org.mozilla.javascript.ObjArray
-
- isEmpty() - 类 中的方法org.mozilla.javascript.ObjToIntMap
-
- isEmpty() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- isEmpty() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- isEmpty() - 类 中的方法org.mozilla.javascript.UintMap
-
- isExpressionClosure() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns whether this is a 1.8 function closure
- isExtensible() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- isExtensible() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- isFalse(Object) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
- isFalse(Object) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
- isForEach - 类 中的变量org.mozilla.javascript.ast.ForInLoop
-
- isForEach() - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Returns whether the loop is a for-each loop
- isForEach() - 类 中的方法org.mozilla.javascript.ast.GeneratorExpressionLoop
-
Returns whether the loop is a for-each loop
- isFunction() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Returns true if this is a function, false if it is a script.
- isFunction() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Returns true if this is a function, false if it is a script.
- isGenerateDebugInfo() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isGenerateDebugInfo() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isGeneratedScript() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Returns true if this script or function were runtime-generated
from JavaScript using eval function or Function
or Script constructors.
- isGeneratedScript() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
Returns true if this script or function were runtime-generated
from JavaScript using eval function or Function
or Script constructors.
- isGenerateObserverCount() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isGenerateObserverCount() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isGeneratingDebug() - 类 中的方法org.mozilla.javascript.Context
-
Tell whether debug information is being generated.
- isGeneratingDebug() - 类 中的方法org.mozilla.javascript.Context
-
Tell whether debug information is being generated.
- isGeneratingDebugChanged() - 类 中的方法org.mozilla.javascript.Context
-
- isGeneratingDebugChanged() - 类 中的方法org.mozilla.javascript.Context
-
- isGeneratingSource() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isGeneratingSource() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isGeneratingSource() - 类 中的方法org.mozilla.javascript.Context
-
Tell whether source information is being generated.
- isGeneratingSource() - 类 中的方法org.mozilla.javascript.Context
-
Tell whether source information is being generated.
- isGenerator() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- isGenericDescriptor(ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements IsGenericDescriptor as described in ES5 8.10.3
- isGenericDescriptor(ScriptableObject) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements IsGenericDescriptor as described in ES5 8.10.3
- isGetter() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- isGetter() - 类 中的方法org.mozilla.javascript.ast.ObjectProperty
-
Returns true if this is a getter function.
- isGetterOrSetter() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- isGetterOrSetter(String, int, boolean) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns whether a property is a getter or a setter
- isGetterOrSetter(String, int, boolean) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Returns whether a property is a getter or a setter
- ISHL - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ISHR - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- isIdeMode() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isIdeMode() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isIgnoreComments() - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- isIgnoreProcessingInstructions() - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- isIgnoreWhitespace() - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- isInStrictMode() - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
- isInvokerOptimizationEnabled() - 类 中的方法org.mozilla.javascript.ClassCache
-
- isInvokerOptimizationEnabled() - 类 中的方法org.mozilla.javascript.ClassCache
-
- isJavaPrimitiveWrap() - 类 中的方法org.mozilla.javascript.WrapFactory
-
Return false
if result of Java method, which is instance of
String
, Number
, Boolean
and
Character
, should be used directly as JavaScript primitive
type.
- isJavaPrimitiveWrap() - 类 中的方法org.mozilla.javascript.WrapFactory
-
Return false
if result of Java method, which is instance of
String
, Number
, Boolean
and
Character
, should be used directly as JavaScript primitive
type.
- isJSLineTerminator(int) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- isJSWhitespaceOrLineTerminator(int) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- isLet() - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
Returns true if this is a
Token.LET
declaration.
- isLocalName() - 类 中的方法org.mozilla.javascript.ast.Name
-
Return true if this node is known to be defined as a symbol in a
lexical scope other than the top-level (global) scope.
- ISNUMBER_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- isNumberVar(int) - 类 中的方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- isParam(AstNode) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Returns true if the specified
AstNode
node is a parameter
of this Function node.
- isParameter(int) - 类 中的方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- isPostfix() - 类 中的方法org.mozilla.javascript.ast.UnaryExpression
-
Returns whether the operator is postfix
- isPrefix() - 类 中的方法org.mozilla.javascript.ast.UnaryExpression
-
Returns whether the operator is prefix
- isPrettyPrinting() - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- isPrimitive(Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- isRecordingComments() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isRecordingComments() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isRecordingLocalJsDocComments() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isRecordingLocalJsDocComments() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isRegExp(Scriptable) - 类 中的方法org.mozilla.javascript.regexp.RegExpImpl
-
- isRegExp(Scriptable) - 接口 中的方法org.mozilla.javascript.RegExpProxy
-
- isReservedKeywordAsIdentifier() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isReservedKeywordAsIdentifier() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isRhinoRuntimeType(Class<?>) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- isSandboxed() - 类 中的方法org.mozilla.javascript.commonjs.module.ModuleScript
-
Returns true if this script has a base URI and has a source URI that
is contained within that base URI.
- isSealed() - 类 中的方法org.mozilla.javascript.Context
-
Checks if this is a sealed Context.
- isSealed() - 类 中的方法org.mozilla.javascript.Context
-
Checks if this is a sealed Context.
- isSealed() - 类 中的方法org.mozilla.javascript.ContextFactory
-
Checks if this is a sealed ContextFactory.
- isSealed() - 类 中的方法org.mozilla.javascript.ContextFactory
-
Checks if this is a sealed ContextFactory.
- isSealed() - 类 中的方法org.mozilla.javascript.ObjArray
-
- isSealed() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Return true if this object is sealed.
- isSealed() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Return true if this object is sealed.
- isSetter() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- isSetter() - 类 中的方法org.mozilla.javascript.ast.ObjectProperty
-
Returns true if this is a setter function.
- isStatement() - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
Returns true if this node represents a statement.
- isStrictMode() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isStrictMode() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isTargetOfDirectCall() - 类 中的方法org.mozilla.javascript.optimizer.OptFunctionNode
-
- isTopLevel() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
- isTopLevel() - 接口 中的方法org.mozilla.javascript.debug.DebuggableScript
-
- ISTORE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ISTORE_0 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ISTORE_1 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ISTORE_2 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- ISTORE_3 - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- isTrue(Object) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
- isTrue(Object) - 类 中的静态方法org.mozilla.javascript.ScriptableObject
-
- ISUB - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- isUnderStringSizeLimit(String) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Check if k fits limit on string constant size imposed by class file
format.
- isValidLanguageVersion(int) - 类 中的静态方法org.mozilla.javascript.Context
-
- isValidLanguageVersion(int) - 类 中的静态方法org.mozilla.javascript.Context
-
- isValidOptimizationLevel(int) - 类 中的静态方法org.mozilla.javascript.Context
-
- isValidOptimizationLevel(int) - 类 中的静态方法org.mozilla.javascript.Context
-
- isValidToken(int) - 类 中的静态方法org.mozilla.javascript.Token
-
Return true if the passed code is a valid Token constant.
- isVar() - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
Returns true if this is a var
(not
const
or let
) declaration.
- isVarArgs(Member) - 类 中的方法org.mozilla.javascript.jdk13.VMBridge_jdk13
-
- isVarArgs(Member) - 类 中的方法org.mozilla.javascript.jdk15.VMBridge_jdk15
-
- isVarArgs(Member) - 类 中的方法org.mozilla.javascript.VMBridge
-
Returns whether or not a given member (method or constructor)
has variable arguments.
- isXmlAttribute() - 类 中的方法org.mozilla.javascript.ast.XmlExpression
-
Returns whether this is part of an xml attribute value
- isXmlAvailable() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isXmlAvailable() - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- isXMLName(Context, Object) - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- iteratedObject - 类 中的变量org.mozilla.javascript.ast.ForInLoop
-
- iterator - 类 中的变量org.mozilla.javascript.ast.ForInLoop
-
- iterator() - 类 中的方法org.mozilla.javascript.NativeArray
-
- iterator() - 类 中的方法org.mozilla.javascript.Node
-
Returns an Iterator
over the node's children.
- ITERATOR_PROPERTY_NAME - 类 中的静态变量org.mozilla.javascript.NativeIterator
-
- IUSHR - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- IXOR - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- SALOAD - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- sameValue(Object, Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements SameValue as described in ES5 9.12, additionally checking
if new value is defined.
- sameValue(Object, Object) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Implements SameValue as described in ES5 9.12, additionally checking
if new value is defined.
- SASTORE - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- Scope - org.mozilla.javascript.ast中的类
-
Represents a scope in the lexical scope chain.
- Scope() - 类 的构造器org.mozilla.javascript.ast.Scope
-
- Scope(int) - 类 的构造器org.mozilla.javascript.ast.Scope
-
- Scope(int, int) - 类 的构造器org.mozilla.javascript.ast.Scope
-
- Script - org.mozilla.javascript中的接口
-
All compiled scripts implement this interface.
- Script - org.mozilla.javascript中的接口
-
All compiled scripts implement this interface.
- SCRIPT - 类 中的静态变量org.mozilla.javascript.Token
-
- Scriptable - org.mozilla.javascript中的接口
-
This is interface that all objects in JavaScript must implement.
- Scriptable - org.mozilla.javascript中的接口
-
This is interface that all objects in JavaScript must implement.
- ScriptableClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- ScriptableInputStream - org.mozilla.javascript.serialize中的类
-
Class ScriptableInputStream is used to read in a JavaScript
object or function previously serialized with a ScriptableOutputStream.
- ScriptableInputStream - org.mozilla.javascript.serialize中的类
-
Class ScriptableInputStream is used to read in a JavaScript
object or function previously serialized with a ScriptableOutputStream.
- ScriptableInputStream(InputStream, Scriptable) - 类 的构造器org.mozilla.javascript.serialize.ScriptableInputStream
-
Create a ScriptableInputStream.
- ScriptableInputStream(InputStream, Scriptable) - 类 的构造器org.mozilla.javascript.serialize.ScriptableInputStream
-
Create a ScriptableInputStream.
- ScriptableObject - org.mozilla.javascript中的类
-
This is the default implementation of the Scriptable interface.
- ScriptableObject - org.mozilla.javascript中的类
-
This is the default implementation of the Scriptable interface.
- ScriptableObject() - 类 的构造器org.mozilla.javascript.ScriptableObject
-
- ScriptableObject(Scriptable, Scriptable) - 类 的构造器org.mozilla.javascript.ScriptableObject
-
- ScriptableObject() - 类 的构造器org.mozilla.javascript.ScriptableObject
-
- ScriptableObject(Scriptable, Scriptable) - 类 的构造器org.mozilla.javascript.ScriptableObject
-
- ScriptableObjectClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- ScriptableOutputStream - org.mozilla.javascript.serialize中的类
-
Class ScriptableOutputStream is an ObjectOutputStream used
to serialize JavaScript objects and functions.
- ScriptableOutputStream - org.mozilla.javascript.serialize中的类
-
Class ScriptableOutputStream is an ObjectOutputStream used
to serialize JavaScript objects and functions.
- ScriptableOutputStream(OutputStream, Scriptable) - 类 的构造器org.mozilla.javascript.serialize.ScriptableOutputStream
-
ScriptableOutputStream constructor.
- ScriptableOutputStream(OutputStream, Scriptable) - 类 的构造器org.mozilla.javascript.serialize.ScriptableOutputStream
-
ScriptableOutputStream constructor.
- ScriptNode - org.mozilla.javascript.ast中的类
-
Base type for
AstRoot
and
FunctionNode
nodes, which need to
collect much of the same information.
- ScriptNode() - 类 的构造器org.mozilla.javascript.ast.ScriptNode
-
- ScriptNode(int) - 类 的构造器org.mozilla.javascript.ast.ScriptNode
-
- ScriptRuntime - org.mozilla.javascript中的类
-
This is the class that implements the runtime.
- ScriptRuntime() - 类 的构造器org.mozilla.javascript.ScriptRuntime
-
No instances should be created.
- ScriptRuntime.MessageProvider - org.mozilla.javascript中的接口
-
This is an interface defining a message provider.
- ScriptStackElement - org.mozilla.javascript中的类
-
This class represents an element on the script execution stack.
- ScriptStackElement(String, String, int) - 类 的构造器org.mozilla.javascript.ScriptStackElement
-
- seal(Object) - 类 中的方法org.mozilla.javascript.Context
-
Seal this Context object so any attempt to modify any of its properties
including calling
Context.enter()
and
Context.exit()
methods will
throw an exception.
- seal(Object) - 类 中的方法org.mozilla.javascript.Context
-
Seal this Context object so any attempt to modify any of its properties
including calling
Context.enter()
and
Context.exit()
methods will
throw an exception.
- seal() - 类 中的方法org.mozilla.javascript.ContextFactory
-
Seal this ContextFactory so any attempt to modify it like to add or
remove its listeners will throw an exception.
- seal() - 类 中的方法org.mozilla.javascript.ContextFactory
-
Seal this ContextFactory so any attempt to modify it like to add or
remove its listeners will throw an exception.
- seal() - 类 中的方法org.mozilla.javascript.ObjArray
-
- sealObject() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Seal this object.
- sealObject() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Seal this object.
- searchDefaultNamespace(Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- SecureCaller() - 类 的构造器org.mozilla.javascript.PolicySecurityController.SecureCaller
-
- SecureCaller - org.mozilla.javascript中的类
-
- SecureCaller() - 类 的构造器org.mozilla.javascript.SecureCaller
-
- SecurityController - org.mozilla.javascript中的类
-
This class describes the support needed to implement security.
- SecurityController - org.mozilla.javascript中的类
-
This class describes the support needed to implement security.
- SecurityController() - 类 的构造器org.mozilla.javascript.SecurityController
-
- SecurityController() - 类 的构造器org.mozilla.javascript.SecurityController
-
- SecurityUtilities - org.mozilla.javascript中的类
-
- SecurityUtilities() - 类 的构造器org.mozilla.javascript.SecurityUtilities
-
- SEMI - 类 中的静态变量org.mozilla.javascript.Token
-
- set(int, Object) - 类 中的方法org.mozilla.javascript.NativeArray
-
- set(int, Object) - 类 中的方法org.mozilla.javascript.ObjArray
-
- set(Context, Object) - 类 中的方法org.mozilla.javascript.Ref
-
- SET - 类 中的静态变量org.mozilla.javascript.Token
-
- SET_REF - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- SET_REF_OP - 类 中的静态变量org.mozilla.javascript.Token
-
- setActivationNames(Set<String>) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setActivationNames(Set<String>) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setAllowMemberExprAsFunctionName(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setAllowMemberExprAsFunctionName(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setAllowSharpComments(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Mozilla sources use the C preprocessor.
- setAllowSharpComments(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Mozilla sources use the C preprocessor.
- setApplicationClassLoader(ClassLoader) - 类 中的方法org.mozilla.javascript.Context
-
- setApplicationClassLoader(ClassLoader) - 类 中的方法org.mozilla.javascript.Context
-
- setApplicationState(Object) - 异常错误 中的方法org.mozilla.javascript.ContinuationPending
-
Store an arbitrary object that applications can use to associate
their state with the continuation.
- setApplicationState(Object) - 异常错误 中的方法org.mozilla.javascript.ContinuationPending
-
Store an arbitrary object that applications can use to associate
their state with the continuation.
- setArguments(List<AstNode>) - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Sets function argument list
- setAtPos(int) - 类 中的方法org.mozilla.javascript.ast.XmlRef
-
Sets position of @
-token, or -1
- setAttributes(String, int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
- setAttributes(String, Scriptable, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- setAttributes(int, Scriptable, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- setAttributes(String, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Set the attributes of a named property.
- setAttributes(int, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Set the attributes of an indexed property.
- setAttributes(String, Scriptable, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- setAttributes(int, Scriptable, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- setAttributes(String, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Set the attributes of a named property.
- setAttributes(int, int) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Set the attributes of an indexed property.
- setBaseLineno(int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Sets base (starting) line number for this script or function.
- setBody(AstNode) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehensionLoop
-
Throws an exception on attempts to set the loop body.
- setBody(Block) - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Sets catch body, and sets its parent to this node.
- setBody(AstNode) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Sets function body, and sets its parent to this node.
- setBody(AstNode) - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Sets body statement or expression.
- setBody(AstNode) - 类 中的方法org.mozilla.javascript.ast.Loop
-
Sets loop body.
- setBounds(int, int) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Sets the node start and end positions.
- setBrackets(int, int) - 类 中的方法org.mozilla.javascript.ast.XmlElemRef
-
Sets both bracket positions.
- setBreakLabel(Name) - 类 中的方法org.mozilla.javascript.ast.BreakStatement
-
Sets the intended label of this break statement, e.g.
- setBreakTarget(Jump) - 类 中的方法org.mozilla.javascript.ast.BreakStatement
-
Sets the statement to break to.
- setBuiltinProtoAndParent(ScriptableObject, Scriptable, TopLevel.Builtins) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setCachingEnabled(boolean) - 类 中的方法org.mozilla.javascript.ClassCache
-
Set whether to cache some values.
- setCachingEnabled(boolean) - 类 中的方法org.mozilla.javascript.ClassCache
-
Set whether to cache some values.
- setCachingEnabled(boolean) - 类 中的静态方法org.mozilla.javascript.Context
-
已过时。
- setCachingEnabled(boolean) - 类 中的静态方法org.mozilla.javascript.Context
-
已过时。
- setCases(List<SwitchCase>) - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Sets case statement list, and sets the parent of each child
case to this node.
- setCatchClauses(List<CatchClause>) - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
- setCatchCondition(AstNode) - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Sets catch condition node, and sets its parent to this node.
- setClassShutter(ClassShutter) - 接口 中的方法org.mozilla.javascript.Context.ClassShutterSetter
-
- setClassShutter(ClassShutter) - 接口 中的方法org.mozilla.javascript.Context.ClassShutterSetter
-
- setClassShutter(ClassShutter) - 类 中的方法org.mozilla.javascript.Context
-
Set the LiveConnect access filter for this context.
- setClassShutter(ClassShutter) - 类 中的方法org.mozilla.javascript.Context
-
Set the LiveConnect access filter for this context.
- setColonPos(int) - 类 中的方法org.mozilla.javascript.ast.XmlRef
-
Sets position of ::
token, or -1 if not present
- setColonPosition(int) - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Sets position of : token
- setComments(SortedSet<Comment>) - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
Sets comment list, and updates the parent of each entry to point
to this node.
- setCommentType(Token.CommentType) - 类 中的方法org.mozilla.javascript.ast.Comment
-
Sets the comment style
- setCompilerData(Object) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- setCondition(AstNode) - 类 中的方法org.mozilla.javascript.ast.DoLoop
-
Sets loop condition, and sets its parent to this node.
- setCondition(AstNode) - 类 中的方法org.mozilla.javascript.ast.ForLoop
-
Sets loop condition, and sets its parent to this node.
- setCondition(AstNode) - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Sets if condition.
- setCondition(AstNode) - 类 中的方法org.mozilla.javascript.ast.WhileLoop
-
Sets loop condition
- setConst(Scriptable, Object, Context, String) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- SETCONST - 类 中的静态变量org.mozilla.javascript.Token
-
- SETCONSTVAR - 类 中的静态变量org.mozilla.javascript.Token
-
- setContainingTable(Scope) - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Sets this symbol's Scope
- setContext(Object, Context) - 类 中的方法org.mozilla.javascript.jdk13.VMBridge_jdk13
-
- setContext(Object, Context) - 类 中的方法org.mozilla.javascript.VMBridge
-
Associate
Context
instance with the current thread or remove
the current association if
cx is null.
- setContextFactoryGlobal(ContextFactory) - 接口 中的方法org.mozilla.javascript.ContextFactory.GlobalSetter
-
- setContextFactoryGlobal(ContextFactory) - 接口 中的方法org.mozilla.javascript.ContextFactory.GlobalSetter
-
- setContinue(Node) - 类 中的方法org.mozilla.javascript.ast.Jump
-
- setDebugger(Debugger, Object) - 类 中的方法org.mozilla.javascript.Context
-
Set the associated debugger.
- setDebugger(Debugger, Object) - 类 中的方法org.mozilla.javascript.Context
-
Set the associated debugger.
- setDeclType(int) - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Sets symbol declaration type
- setDefault(Node) - 类 中的方法org.mozilla.javascript.ast.Jump
-
- setDefaultNamespace(Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setDelegee(Scriptable) - 类 中的方法org.mozilla.javascript.Delegator
-
Set the delegee.
- setDestructuringLength(int) - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Sets destructuring length.
- setDouble(double) - 类 中的方法org.mozilla.javascript.Node
-
- setEachPosition(int) - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Sets position of "each" keyword
- SETELEM - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- SETELEM_OP - 类 中的静态变量org.mozilla.javascript.Token
-
- setElement(AstNode) - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Sets the element being accessed, and sets its parent to this node.
- setElements(List<AstNode>) - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Sets the element list, and sets each element's parent to this node.
- setElements(List<ObjectProperty>) - 类 中的方法org.mozilla.javascript.ast.ObjectLiteral
-
Sets the element list, and updates the parent of each element.
- setElsePart(AstNode) - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Sets statement to execute if condition is false
- setElsePosition(int) - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Sets position of "else" keyword, -1 if not present
- setEncodedSource(String) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Used by the code generator.
- setEncodedSourceBounds(int, int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Used by code generator.
- setEncodedSourceEnd(int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Used by code generator.
- setEncodedSourceStart(int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Used by code generator.
- setEndLineno(int) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- setEnumNumbers(Object, boolean) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setErrorReporter(ErrorReporter) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setErrorReporter(ErrorReporter) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setErrorReporter(ErrorReporter) - 类 中的方法org.mozilla.javascript.Context
-
Change the current error reporter.
- setErrorReporter(ErrorReporter) - 类 中的方法org.mozilla.javascript.Context
-
Change the current error reporter.
- setEvalScriptFlag(Script) - 接口 中的方法org.mozilla.javascript.Evaluator
-
Mark the given script to indicate it was created by a call to
eval() or to a Function constructor.
- setEvalScriptFlag(Script) - 类 中的方法org.mozilla.javascript.Interpreter
-
- setEvalScriptFlag(Script) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- setExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.ExpressionStatement
-
Sets the wrapped expression, and sets its parent to this node.
- setExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.ParenthesizedExpression
-
Sets the expression between the parens, and sets the parent
to this node.
- setExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.SwitchCase
-
Sets the case expression, null
for default case.
- setExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Sets the switch discriminant expression, and sets its parent
to this node.
- setExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.ThrowStatement
-
Sets the expression being thrown, and sets its parent
to this node.
- setExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Sets object expression (and its parent link)
- setExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.XmlElemRef
-
Sets index expression, and sets its parent to this node.
- setExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.XmlExpression
-
Sets the expression embedded in {}, and sets its parent to this node.
- setFalseExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Sets expression to evaluate if test is false, and sets its
parent to this node.
- setFileOffset(int) - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- setFilter(AstNode) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Sets filter expression, and sets its parent to this node.
- setFilter(AstNode) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Sets filter expression, and sets its parent to this node.
- setFilterLp(int) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Sets filter left paren position, or -1 if no filter
- setFilterLp(int) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Sets filter left paren position, or -1 if no filter
- setFilterRp(int) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Sets filter right paren position, or -1 if no filter
- setFilterRp(int) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Sets filter right paren position, or -1 if no filter
- setFinally(Node) - 类 中的方法org.mozilla.javascript.ast.Jump
-
- setFinallyBlock(AstNode) - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
Sets finally block, and sets its parent to this node.
- setFinallyPosition(int) - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
Sets position of finally
keyword, if present, or -1
- setFlags(short) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Set the class's flags.
- setFlags(String) - 类 中的方法org.mozilla.javascript.ast.RegExpLiteral
-
Sets regexp flags.
- setFragments(List<XmlFragment>) - 类 中的方法org.mozilla.javascript.ast.XmlLiteral
-
Sets fragment list, removing any existing fragments first.
- setFunctionIsGetter() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- setFunctionIsSetter() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- setFunctionName(Name) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Sets function name, and sets its parent to this node.
- setFunctionProtoAndParent(BaseFunction, Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setFunctionType(int) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- setGenerateDebugInfo(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setGenerateDebugInfo(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setGenerateObserverCount(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Turn on or off generation of code with callbacks to
track the count of executed instructions.
- setGenerateObserverCount(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Turn on or off generation of code with callbacks to
track the count of executed instructions.
- setGenerateObserverCount(boolean) - 类 中的方法org.mozilla.javascript.Context
-
Turn on or off generation of code with callbacks to
track the count of executed instructions.
- setGenerateObserverCount(boolean) - 类 中的方法org.mozilla.javascript.Context
-
Turn on or off generation of code with callbacks to
track the count of executed instructions.
- setGeneratingDebug(boolean) - 类 中的方法org.mozilla.javascript.Context
-
Specify whether or not debug information should be generated.
- setGeneratingDebug(boolean) - 类 中的方法org.mozilla.javascript.Context
-
Specify whether or not debug information should be generated.
- setGeneratingSource(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Specify whether or not source information should be generated.
- setGeneratingSource(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Specify whether or not source information should be generated.
- setGeneratingSource(boolean) - 类 中的方法org.mozilla.javascript.Context
-
Specify whether or not source information should be generated.
- setGeneratingSource(boolean) - 类 中的方法org.mozilla.javascript.Context
-
Specify whether or not source information should be generated.
- setGetterOrSetter(String, int, Callable, boolean) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
XXX: write docs.
- setGetterOrSetter(String, int, Callable, boolean) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
XXX: write docs.
- setHasResult() - 类 中的方法org.mozilla.javascript.ast.ExpressionStatement
-
Called by the parser to set node type to EXPR_RESULT
if this node is not within a Function.
- setIdeMode(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Puts the parser in "IDE" mode.
- setIdeMode(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Puts the parser in "IDE" mode.
- setIdentifier(String) - 类 中的方法org.mozilla.javascript.ast.Name
-
Sets the node's identifier
- setIfPosition(int) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Sets position of 'if' keyword
- setIfPosition(int) - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Sets position of "if" keyword
- setIfPosition(int) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Sets position of 'if' keyword
- setIgnoreComments(boolean) - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- setIgnoreProcessingInstructions(boolean) - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- setIgnoreWhitespace(boolean) - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- setImmunePrototypeProperty(Object) - 类 中的方法org.mozilla.javascript.BaseFunction
-
Make value as DontEnum, DontDelete, ReadOnly
prototype property of this Function object
- setIncrement(AstNode) - 类 中的方法org.mozilla.javascript.ast.ForLoop
-
Sets loop increment expression, and sets its parent to
this node.
- setIndex(int) - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Sets symbol's index in its scope
- setInitializer(AstNode) - 类 中的方法org.mozilla.javascript.ast.ForLoop
-
Sets loop initializer expression, and sets its parent
to this node.
- setInitializer(ObjectLiteral) - 类 中的方法org.mozilla.javascript.ast.NewExpression
-
Sets initializer object.
- setInitializer(AstNode) - 类 中的方法org.mozilla.javascript.ast.VariableInitializer
-
Sets the initial value expression, and sets its parent to this node.
- setInPosition(int) - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Sets position of "in" keyword
- setInstanceIdAttributes(int, int) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
Update the attributes of the given instance property.
- setInstanceIdAttributes(int, int) - 类 中的方法org.mozilla.javascript.NativeArray
-
- setInstanceIdValue(int, Object) - 类 中的方法org.mozilla.javascript.BaseFunction
-
- setInstanceIdValue(int, Object) - 类 中的方法org.mozilla.javascript.IdScriptableObject
-
Set or delete id value.
- setInstanceIdValue(int, Object) - 类 中的方法org.mozilla.javascript.NativeArray
-
- setInstanceIdValue(int, Object) - 类 中的方法org.mozilla.javascript.regexp.NativeRegExp
-
- setInStrictMode(boolean) - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
- setInstructionObserverThreshold(int) - 类 中的方法org.mozilla.javascript.Context
-
Set threshold of executed instructions counter that triggers call to
observeInstructionCount()
.
- setInstructionObserverThreshold(int) - 类 中的方法org.mozilla.javascript.Context
-
Set threshold of executed instructions counter that triggers call to
observeInstructionCount()
.
- setInvokerOptimizationEnabled(boolean) - 类 中的方法org.mozilla.javascript.ClassCache
-
- setInvokerOptimizationEnabled(boolean) - 类 中的方法org.mozilla.javascript.ClassCache
-
- setIsDestructuring(boolean) - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Marks this node as being a destructuring form - that is, appearing
in a context such as for ([a, b] in ...)
where it's the
target of a destructuring assignment.
- setIsDestructuring(boolean) - 接口 中的方法org.mozilla.javascript.ast.DestructuringForm
-
Marks this node as being a destructuring form - that is, appearing
in a context such as for ([a, b] in ...)
where it's the
target of a destructuring assignment.
- setIsDestructuring(boolean) - 类 中的方法org.mozilla.javascript.ast.ObjectLiteral
-
Marks this node as being a destructuring form - that is, appearing
in a context such as for ([a, b] in ...)
where it's the
target of a destructuring assignment.
- setIsExpressionClosure(boolean) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Sets whether this is a 1.8 function closure
- setIsForEach(boolean) - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Sets whether the loop is a for-each loop
- setIsForEach(boolean) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpressionLoop
-
Sets whether the loop is a for-each loop
- setIsGenerator() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- setIsGenerator() - 类 中的方法org.mozilla.javascript.Parser
-
- setIsGetter() - 类 中的方法org.mozilla.javascript.ast.ObjectProperty
-
Marks this node as a "getter" property.
- setIsPostfix(boolean) - 类 中的方法org.mozilla.javascript.ast.UnaryExpression
-
Sets whether the operator is postfix
- setIsSetter() - 类 中的方法org.mozilla.javascript.ast.ObjectProperty
-
Marks this node as a "setter" property.
- setIsStatement(boolean) - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
Set or unset the statement flag.
- setIsXmlAttribute(boolean) - 类 中的方法org.mozilla.javascript.ast.XmlExpression
-
Sets whether this is part of an xml attribute value
- setIteratedObject(AstNode) - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Sets object being iterated over, and sets its parent to this node.
- setIterator(AstNode) - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Sets loop iterator expression: the part before the "in" keyword.
- setJavaPrimitiveWrap(boolean) - 类 中的方法org.mozilla.javascript.WrapFactory
-
- setJavaPrimitiveWrap(boolean) - 类 中的方法org.mozilla.javascript.WrapFactory
-
- setJsDocNode(Comment) - 类 中的方法org.mozilla.javascript.Node
-
Sets the JsDoc comment string attached to this node.
- setJumpStatement(Jump) - 类 中的方法org.mozilla.javascript.ast.Jump
-
- setLabel(Name) - 类 中的方法org.mozilla.javascript.ast.ContinueStatement
-
Sets the intended label of this continue statement.
- setLabels(List<Label>) - 类 中的方法org.mozilla.javascript.ast.LabeledStatement
-
Sets label list, setting the parent of each label
in the list.
- setLanguageVersion(int) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setLanguageVersion(int) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setLanguageVersion(int) - 类 中的方法org.mozilla.javascript.Context
-
Set the language version.
- setLanguageVersion(int) - 类 中的方法org.mozilla.javascript.Context
-
Set the language version.
- setLb(int) - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Sets left bracket position
- setLb(int) - 类 中的方法org.mozilla.javascript.ast.XmlElemRef
-
Sets left bracket position, or -1 if missing.
- setLeft(AstNode) - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
Sets the left-hand side of the expression, and sets its
parent to this node.
- setLeftAndRight(AstNode, AstNode) - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
- setLength(int) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Sets node length
- setLength(int) - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- setLineno(int) - 类 中的方法org.mozilla.javascript.Node
-
- setLocale(Locale) - 类 中的方法org.mozilla.javascript.Context
-
Set the current locale.
- setLocale(Locale) - 类 中的方法org.mozilla.javascript.Context
-
Set the current locale.
- setLoop(Jump) - 类 中的方法org.mozilla.javascript.ast.Jump
-
- setLoops(List<ArrayComprehensionLoop>) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Sets loop list
- setLoops(List<GeneratorExpressionLoop>) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Sets loop list
- setLp(int) - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Sets left paren position
- setLp(int) - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Sets left paren position
- setLp(int) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Sets left paren position
- setLp(int) - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Sets left paren offset
- setLp(int) - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Sets left paren position
- setLp(int) - 类 中的方法org.mozilla.javascript.ast.Loop
-
Sets left paren position
- setLp(int) - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Sets left paren position
- setLp(int) - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Sets left paren offset
- setMainMethodClass(String) - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Set the class name to use for main method implementation.
- setMainMethodClass(String) - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Set the class name to use for main method implementation.
- setMainMethodClass(String) - 类 中的方法org.mozilla.javascript.optimizer.Codegen
-
- setMaximumInterpreterStackDepth(int) - 类 中的方法org.mozilla.javascript.Context
-
Sets the maximum stack depth (in terms of number of call frames)
allowed in a single invocation of interpreter.
- setMaximumInterpreterStackDepth(int) - 类 中的方法org.mozilla.javascript.Context
-
Sets the maximum stack depth (in terms of number of call frames)
allowed in a single invocation of interpreter.
- setMemberExprNode(AstNode) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Rhino supports a nonstandard Ecma extension that allows you to
say, for instance, function a.b.c(arg1, arg) {...}, and it will
be rewritten at codegen time to: a.b.c = function(arg1, arg2) {...}
- setMessage(String) - 类 中的方法org.mozilla.javascript.ast.ErrorNode
-
Sets error message key
- setMessage(String) - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- setModuleScriptProvider(ModuleScriptProvider) - 类 中的方法org.mozilla.javascript.commonjs.module.RequireBuilder
-
- setName(String) - 类 中的方法org.mozilla.javascript.ast.Label
-
Sets the label text
- setName(String) - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Sets symbol name
- setName(Scriptable, Object, Context, Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- SETNAME - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- setNamespace(Name) - 类 中的方法org.mozilla.javascript.ast.XmlRef
-
Sets namespace, and sets its parent to this node.
- setNode(Node) - 类 中的方法org.mozilla.javascript.ast.Symbol
-
Sets the node associated with this identifier
- setNodeType(int) - 类 中的方法org.mozilla.javascript.ast.ObjectProperty
-
Sets the node type.
- setNodeType(int) - 类 中的方法org.mozilla.javascript.ast.VariableInitializer
-
Sets the node type.
- setNumber(double) - 类 中的方法org.mozilla.javascript.ast.NumberLiteral
-
Sets the node's double
value.
- setObjectElem(Object, Object, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setObjectElem(Scriptable, Object, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setObjectIndex(Object, double, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setObjectIndex(Scriptable, int, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setObjectProp(Object, String, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
Version of setObjectElem when elem is a valid JS identifier name.
- setObjectProp(Scriptable, String, Object, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setObjectProtoAndParent(ScriptableObject, Scriptable) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setOperand(AstNode) - 类 中的方法org.mozilla.javascript.ast.UnaryExpression
-
Sets the operand, and sets its parent to be this node.
- setOperator(int) - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
Sets operator token – like
Node.setType(int)
, but throws
an exception if the operator is invalid.
- setOperator(int) - 类 中的方法org.mozilla.javascript.ast.UnaryExpression
-
Sets operator – same as
Node.setType(int)
, but throws an
exception if the operator is invalid
- setOperatorPosition(int) - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
Sets operator token's relative offset
- setOptimizationLevel(int) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setOptimizationLevel(int) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setOptimizationLevel(int) - 类 中的方法org.mozilla.javascript.Context
-
Set the current optimization level.
- setOptimizationLevel(int) - 类 中的方法org.mozilla.javascript.Context
-
Set the current optimization level.
- setParams(List<AstNode>) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Sets the function parameter list, and sets the parent for
each element of the list.
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Sets both paren positions
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Sets both paren positions
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Sets both paren positions
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Sets both paren positions
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Sets both paren positions
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.Loop
-
Sets both paren positions
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Sets both paren positions
- setParens(int, int) - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Sets both paren positions
- setParent(AstNode) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Sets the node parent.
- setParentScope(Scope) - 类 中的方法org.mozilla.javascript.ast.Scope
-
Sets parent scope
- setParentScope(Scriptable) - 类 中的方法org.mozilla.javascript.Delegator
-
- setParentScope(Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
Sets the parent (enclosing) scope of the object.
- setParentScope(Scriptable) - 类 中的方法org.mozilla.javascript.NativeWith
-
- setParentScope(Scriptable) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Set the parent scope of the object.
- setParentScope(Scriptable) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Set the parent scope of the object.
- setParentScope(Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Sets the parent (enclosing) scope of the object.
- setParentScope(Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Sets the parent (enclosing) scope of the object.
- setPosition(int) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Sets relative position in parent
- setPostExec(Script) - 类 中的方法org.mozilla.javascript.commonjs.module.RequireBuilder
-
Sets the script that should execute in every module's scope after the
module's own script has executed.
- setPreExec(Script) - 类 中的方法org.mozilla.javascript.commonjs.module.RequireBuilder
-
Sets the script that should execute in every module's scope before the
module's own script has executed.
- setPrettyIndent(int) - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- setPrettyPrinting(boolean) - 类 中的方法org.mozilla.javascript.xml.XMLLib
-
- SETPROP - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- SETPROP_OP - 类 中的静态变量org.mozilla.javascript.Token
-
- setProperty(Name) - 类 中的方法org.mozilla.javascript.ast.PropertyGet
-
Sets the property being accessed, and sets its parent to this node.
- setProperty(XmlRef) - 类 中的方法org.mozilla.javascript.ast.XmlMemberGet
-
Sets the XML member-ref expression, and sets its parent
to this node.
- setPropName(Name) - 类 中的方法org.mozilla.javascript.ast.XmlPropRef
-
Sets property name, and sets its parent to this node.
- setPrototype(Scriptable) - 类 中的方法org.mozilla.javascript.Delegator
-
- setPrototype(Scriptable) - 类 中的方法org.mozilla.javascript.NativeJavaObject
-
Sets the prototype of the object.
- setPrototype(Scriptable) - 类 中的方法org.mozilla.javascript.NativeWith
-
- setPrototype(Scriptable) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Set the prototype of the object.
- setPrototype(Scriptable) - 接口 中的方法org.mozilla.javascript.Scriptable
-
Set the prototype of the object.
- setPrototype(Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Sets the prototype of the object.
- setPrototype(Scriptable) - 类 中的方法org.mozilla.javascript.ScriptableObject
-
Sets the prototype of the object.
- setQuestionMarkPosition(int) - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Sets position of ?
- setQuoteCharacter(char) - 类 中的方法org.mozilla.javascript.ast.StringLiteral
-
- setRb(int) - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Sets right bracket position, -1 if not present
- setRb(int) - 类 中的方法org.mozilla.javascript.ast.XmlElemRef
-
Sets right bracket position, -1 if missing.
- setRecordingComments(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setRecordingComments(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setRecordingLocalJsDocComments(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setRecordingLocalJsDocComments(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setRecoverFromErrors(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Turn on or off full error recovery.
- setRecoverFromErrors(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
Turn on or off full error recovery.
- setRegExpProxy(Context, RegExpProxy) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- setRelative(int) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Make this node's position relative to a parent.
- setRequiresActivation() - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
- setRequiresActivation() - 类 中的方法org.mozilla.javascript.Parser
-
- setReservedKeywordAsIdentifier(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setReservedKeywordAsIdentifier(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setResult(AstNode) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Sets result expression, and sets its parent to this node.
- setResult(AstNode) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Sets result expression, and sets its parent to this node.
- setReturnValue(AstNode) - 类 中的方法org.mozilla.javascript.ast.ReturnStatement
-
Sets return value expression, and sets its parent to this node.
- setRight(AstNode) - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
Sets the right-hand side of the expression, and sets its parent to this
node.
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Sets right paren position
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Sets right paren position
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Sets right paren position
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Sets right paren position, -1 if missing
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Sets right paren position
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.Loop
-
Sets right paren position
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Sets right paren position
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Sets right paren offset
- setRp(int) - 类 中的方法org.mozilla.javascript.ast.XmlDotQuery
-
Sets right-paren position
- setSandboxed(boolean) - 类 中的方法org.mozilla.javascript.commonjs.module.RequireBuilder
-
Sets whether the created require() instances will be sandboxed.
- setScope(Scope) - 类 中的方法org.mozilla.javascript.ast.Name
-
Set the
Scope
associated with this node.
- setScope(Scope) - 类 中的方法org.mozilla.javascript.Node
-
Can only be called when node has String context.
- setSecurityController(SecurityController) - 类 中的方法org.mozilla.javascript.Context
-
Set the security controller for this context.
- setSecurityController(SecurityController) - 类 中的方法org.mozilla.javascript.Context
-
Set the security controller for this context.
- setSize(int) - 类 中的方法org.mozilla.javascript.ObjArray
-
- setSkipCount(int) - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Used by code generator.
- setSourceName(String) - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- setSourceName(String) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
Sets the URI, path or descriptive text indicating the origin
of this script's source code.
- setStackTop(short) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
- setStatement(AstNode) - 类 中的方法org.mozilla.javascript.ast.LabeledStatement
-
Sets the labeled statement, and sets its parent to this node.
- setStatement(AstNode) - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Sets the statement (and sets its parent link)
- setStatements(List<AstNode>) - 类 中的方法org.mozilla.javascript.ast.SwitchCase
-
Sets statement list.
- setStrictMode(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setStrictMode(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setString(String) - 类 中的方法org.mozilla.javascript.Node
-
Can only be called when node has String context.
- setSymbols(List<Symbol>) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- setSymbolTable(Map<String, Symbol>) - 类 中的方法org.mozilla.javascript.ast.Scope
-
Sets the symbol table for this scope.
- setTableSwitchJump(int, int, int) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Set a jump case for a tableswitch instruction.
- setTarget(Loop) - 类 中的方法org.mozilla.javascript.ast.ContinueStatement
-
Sets continue target.
- setTarget(AstNode) - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Sets target object, and sets its parent to this node.
- setTarget(AstNode) - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Sets node evaluating to the function to call, and sets
its parent to this node.
- setTarget(AstNode) - 类 中的方法org.mozilla.javascript.ast.PropertyGet
-
Sets target object, and sets its parent to this node.
- setTarget(AstNode) - 类 中的方法org.mozilla.javascript.ast.VariableInitializer
-
Sets the variable name or destructuring form, and sets
its parent to this node.
- setTarget(AstNode) - 类 中的方法org.mozilla.javascript.ast.XmlMemberGet
-
Sets target object, and sets its parent to this node.
- setTargetExtends(Class<?>) - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Set the class that the generated target will extend.
- setTargetExtends(Class<?>) - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Set the class that the generated target will extend.
- setTargetImplements(Class<?>[]) - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Set the interfaces that the generated target will implement.
- setTargetImplements(Class<?>[]) - 类 中的方法org.mozilla.javascript.optimizer.ClassCompiler
-
Set the interfaces that the generated target will implement.
- setTestExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Sets test expression, and sets its parent.
- setThenPart(AstNode) - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Sets statement to execute if condition is true
- setTop(ScriptNode) - 类 中的方法org.mozilla.javascript.ast.Scope
-
Sets top current script or function scope
- setTrueExpression(AstNode) - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Sets expression to evaluate if test is true, and
sets its parent to this node.
- setTryBlock(AstNode) - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
Sets try block.
- setType(int) - 类 中的方法org.mozilla.javascript.ast.KeywordLiteral
-
Sets node token type
- setType(ParseProblem.Type) - 类 中的方法org.mozilla.javascript.ast.ParseProblem
-
- setType(int) - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
Sets the node type and returns this node.
- setType(int) - 类 中的方法org.mozilla.javascript.Node
-
Sets the node type and returns this node.
- setValue(String) - 类 中的方法org.mozilla.javascript.ast.NumberLiteral
-
Sets the node's value
- setValue(String) - 类 中的方法org.mozilla.javascript.ast.RegExpLiteral
-
Sets the regexp string without delimiters
- setValue(String) - 类 中的方法org.mozilla.javascript.ast.StringLiteral
-
Sets the node's value.
- setValue(AstNode) - 类 中的方法org.mozilla.javascript.ast.Yield
-
Sets yielded expression, and sets its parent to this node.
- setValue(int) - 类 中的方法org.mozilla.javascript.ObjToIntMap.Iterator
-
- SETVAR - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- setVariables(VariableDeclaration) - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Sets variable list.
- setVariables(List<VariableInitializer>) - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
Sets variable list
- setVarName(Name) - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Sets catch variable node, and sets its parent to this node.
- setWarnTrailingComma(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setWarnTrailingComma(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setWhilePosition(int) - 类 中的方法org.mozilla.javascript.ast.DoLoop
-
Sets source position of "while" keyword
- setWrapFactory(WrapFactory) - 类 中的方法org.mozilla.javascript.Context
-
Set a WrapFactory for this Context.
- setWrapFactory(WrapFactory) - 类 中的方法org.mozilla.javascript.Context
-
Set a WrapFactory for this Context.
- setXml(String) - 类 中的方法org.mozilla.javascript.ast.XmlString
-
Sets the string for this XML component.
- setXmlAvailable(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- setXmlAvailable(boolean) - 类 中的方法org.mozilla.javascript.CompilerEnvirons
-
- shallowEq(Object, Object) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- SHEQ - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- SHNE - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- ShortClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- shortName() - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Returns a short, descriptive name for the node, such as
"ArrayComprehension".
- simpleAssignment(Node, Node) - 类 中的方法org.mozilla.javascript.Parser
-
- SIPUSH - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- size() - 类 中的方法org.mozilla.javascript.NativeArray
-
- size() - 类 中的方法org.mozilla.javascript.ObjArray
-
- size() - 类 中的方法org.mozilla.javascript.ObjToIntMap
-
- size() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- size() - 类 中的方法org.mozilla.javascript.ScriptableObject
-
- size() - 类 中的方法org.mozilla.javascript.UintMap
-
- SKIP_INDEXES_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- SoftCachingModuleScriptProvider - org.mozilla.javascript.commonjs.module.provider中的类
-
A module script provider that uses a module source provider to load modules
and caches the loaded modules.
- SoftCachingModuleScriptProvider(ModuleSourceProvider) - 类 的构造器org.mozilla.javascript.commonjs.module.provider.SoftCachingModuleScriptProvider
-
Creates a new module provider with the specified module source provider.
- sourceName() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Get the uri of the script source containing the error, or null
if that information is not available.
- sourceName() - 异常错误 中的方法org.mozilla.javascript.RhinoException
-
Get the uri of the script source containing the error, or null
if that information is not available.
- SPECIALCALL_EVAL - 类 中的静态变量org.mozilla.javascript.Node
-
- SPECIALCALL_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- SPECIALCALL_WITH - 类 中的静态变量org.mozilla.javascript.Node
-
- specialRef(Object, String, Context) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- splitScope(Scope) - 类 中的静态方法org.mozilla.javascript.ast.Scope
-
Creates a new scope node, moving symbol table information
from "scope" to the new node, and making "scope" a nested
scope contained by the new node.
- start() - 类 中的方法org.mozilla.javascript.ObjToIntMap.Iterator
-
- startMethod(String, String, short) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Add a method and begin adding code.
- staticType - 类 中的变量org.mozilla.javascript.NativeJavaObject
-
- stopMethod(short) - 类 中的方法org.mozilla.classfile.ClassFileWriter
-
Complete generation of the method.
- storeUint32Result(Context, long) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- STRICT_SETNAME - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- strictSetName(Scriptable, Object, Context, Scriptable, String) - 类 中的静态方法org.mozilla.javascript.ScriptRuntime
-
- STRING - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- StringClass - 类 中的静态变量org.mozilla.javascript.ScriptRuntime
-
- stringify(Context, Scriptable, Object, Object, Object) - 类 中的静态方法org.mozilla.javascript.NativeJSON
-
- stringIsCompilableUnit(String) - 类 中的方法org.mozilla.javascript.Context
-
Check whether a string is ready to be compiled.
- stringIsCompilableUnit(String) - 类 中的方法org.mozilla.javascript.Context
-
Check whether a string is ready to be compiled.
- StringLiteral - org.mozilla.javascript.ast中的类
-
AST node for a single- or double-quoted string literal.
- StringLiteral() - 类 的构造器org.mozilla.javascript.ast.StringLiteral
-
- StringLiteral(int) - 类 的构造器org.mozilla.javascript.ast.StringLiteral
-
- StringLiteral(int, int) - 类 的构造器org.mozilla.javascript.ast.StringLiteral
-
Creates a string literal node at the specified position.
- StrongCachingModuleScriptProvider - org.mozilla.javascript.commonjs.module.provider中的类
-
A module script provider that uses a module source provider to load modules
and caches the loaded modules.
- StrongCachingModuleScriptProvider(ModuleSourceProvider) - 类 的构造器org.mozilla.javascript.commonjs.module.provider.StrongCachingModuleScriptProvider
-
Creates a new module provider with the specified module source provider.
- SUB - 类 中的静态变量org.mozilla.javascript.Token
-
Token types.
- subList(int, int) - 类 中的方法org.mozilla.javascript.NativeArray
-
- subSequence(int, int) - 类 中的方法org.mozilla.javascript.ConsString
-
- SubString - org.mozilla.javascript.regexp中的类
-
A utility class for lazily instantiated substrings.
- SubString() - 类 的构造器org.mozilla.javascript.regexp.SubString
-
- SubString(String) - 类 的构造器org.mozilla.javascript.regexp.SubString
-
- SubString(String, int, int) - 类 的构造器org.mozilla.javascript.regexp.SubString
-
- SWAP - 类 中的静态变量org.mozilla.classfile.ByteCode
-
The byte opcodes defined by the Java Virtual Machine.
- SWITCH - 类 中的静态变量org.mozilla.javascript.Token
-
- SwitchCase - org.mozilla.javascript.ast中的类
-
Switch-case AST node type.
- SwitchCase() - 类 的构造器org.mozilla.javascript.ast.SwitchCase
-
- SwitchCase(int) - 类 的构造器org.mozilla.javascript.ast.SwitchCase
-
- SwitchCase(int, int) - 类 的构造器org.mozilla.javascript.ast.SwitchCase
-
- SwitchStatement - org.mozilla.javascript.ast中的类
-
Switch statement AST node type.
- SwitchStatement() - 类 的构造器org.mozilla.javascript.ast.SwitchStatement
-
- SwitchStatement(int) - 类 的构造器org.mozilla.javascript.ast.SwitchStatement
-
- SwitchStatement(int, int) - 类 的构造器org.mozilla.javascript.ast.SwitchStatement
-
- Symbol - org.mozilla.javascript.ast中的类
-
Represents a symbol-table entry.
- Symbol() - 类 的构造器org.mozilla.javascript.ast.Symbol
-
- Symbol(int, String) - 类 的构造器org.mozilla.javascript.ast.Symbol
-
Constructs a new Symbol with a specific name and declaration type
- symbolTable - 类 中的变量org.mozilla.javascript.ast.Scope
-
- Synchronizer - org.mozilla.javascript中的类
-
This class provides support for implementing Java-style synchronized
methods in Javascript.
- Synchronizer - org.mozilla.javascript中的类
-
This class provides support for implementing Java-style synchronized
methods in Javascript.
- Synchronizer(Scriptable) - 类 的构造器org.mozilla.javascript.Synchronizer
-
Create a new synchronized function from an existing one.
- Synchronizer(Scriptable, Object) - 类 的构造器org.mozilla.javascript.Synchronizer
-
Create a new synchronized function from an existing one using
an explicit object as synchronization object.
- Synchronizer(Scriptable) - 类 的构造器org.mozilla.javascript.Synchronizer
-
Create a new synchronized function from an existing one.
- Synchronizer(Scriptable, Object) - 类 的构造器org.mozilla.javascript.Synchronizer
-
Create a new synchronized function from an existing one using
an explicit object as synchronization object.
- valueOf(String) - 枚举 中的静态方法org.mozilla.javascript.ast.FunctionNode.Form
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.mozilla.javascript.ast.ParseProblem.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.mozilla.javascript.Token.CommentType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.mozilla.javascript.TopLevel.Builtins
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法org.mozilla.javascript.ast.FunctionNode.Form
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.mozilla.javascript.ast.ParseProblem.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法org.mozilla.javascript.NativeObject
-
- values() - 枚举 中的静态方法org.mozilla.javascript.Token.CommentType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.mozilla.javascript.TopLevel.Builtins
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- VAR - 类 中的静态变量org.mozilla.javascript.Token
-
- VARIABLE_PROP - 类 中的静态变量org.mozilla.javascript.Node
-
- VariableDeclaration - org.mozilla.javascript.ast中的类
-
A list of one or more var, const or let declarations.
- VariableDeclaration() - 类 的构造器org.mozilla.javascript.ast.VariableDeclaration
-
- VariableDeclaration(int) - 类 的构造器org.mozilla.javascript.ast.VariableDeclaration
-
- VariableDeclaration(int, int) - 类 的构造器org.mozilla.javascript.ast.VariableDeclaration
-
- VariableInitializer - org.mozilla.javascript.ast中的类
-
- VariableInitializer() - 类 的构造器org.mozilla.javascript.ast.VariableInitializer
-
- VariableInitializer(int) - 类 的构造器org.mozilla.javascript.ast.VariableInitializer
-
- VariableInitializer(int, int) - 类 的构造器org.mozilla.javascript.ast.VariableInitializer
-
- VERSION_1_0 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.0
- VERSION_1_0 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.0
- VERSION_1_1 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.1
- VERSION_1_1 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.1
- VERSION_1_2 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.2
- VERSION_1_2 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.2
- VERSION_1_3 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.3
- VERSION_1_3 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.3
- VERSION_1_4 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.4
- VERSION_1_4 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.4
- VERSION_1_5 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.5
- VERSION_1_5 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.5
- VERSION_1_6 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.6
- VERSION_1_6 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.6
- VERSION_1_7 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.7
- VERSION_1_7 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.7
- VERSION_1_8 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.8
- VERSION_1_8 - 类 中的静态变量org.mozilla.javascript.Context
-
JavaScript 1.8
- VERSION_DEFAULT - 类 中的静态变量org.mozilla.javascript.Context
-
The default version.
- VERSION_DEFAULT - 类 中的静态变量org.mozilla.javascript.Context
-
The default version.
- VERSION_UNKNOWN - 类 中的静态变量org.mozilla.javascript.Context
-
The unknown version.
- VERSION_UNKNOWN - 类 中的静态变量org.mozilla.javascript.Context
-
The unknown version.
- visibleToScripts(String) - 接口 中的方法org.mozilla.javascript.ClassShutter
-
Return true iff the Java class with the given name should be exposed
to scripts.
- visibleToScripts(String) - 接口 中的方法org.mozilla.javascript.ClassShutter
-
Return true iff the Java class with the given name should be exposed
to scripts.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehension
-
Visits this node, the result expression, the loops, and the optional
filter.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ArrayComprehensionLoop
-
Visits the iterator expression and the iterated object expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ArrayLiteral
-
Visits this node, then visits its element expressions in order.
- visit(AstNode) - 类 中的方法org.mozilla.javascript.ast.AstNode.DebugPrintVisitor
-
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.AstNode
-
Visits this node and its children in an arbitrary order.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.Block
-
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.BreakStatement
-
Visits this node, then visits the break label if non-null
.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.CatchClause
-
Visits this node, the catch var name node, the condition if
non-null
, and the catch body.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.Comment
-
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ConditionalExpression
-
Visits this node, then the test-expression, the true-expression,
and the false-expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ContinueStatement
-
Visits this node, then visits the label if non-null
.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.DoLoop
-
Visits this node, the body, and then the while-expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ElementGet
-
Visits this node, the target, and the index expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.EmptyExpression
-
Visits this node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.EmptyStatement
-
Visits this node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ErrorNode
-
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ExpressionStatement
-
Visits this node, then the wrapped statement.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ForInLoop
-
Visits this node, the iterator, the iterated object, and the body.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ForLoop
-
Visits this node, the initializer expression, the loop condition
expression, the increment expression, and then the loop body.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.FunctionCall
-
Visits this node, the target object, and the arguments.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.FunctionNode
-
Visits this node, the function name node if supplied,
the parameters, and the body.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpression
-
Visits this node, the result expression, the loops, and the optional
filter.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.GeneratorExpressionLoop
-
Visits the iterator expression and the iterated object expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.IfStatement
-
Visits this node, the condition, the then-part, and
if supplied, the else-part.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.InfixExpression
-
Visits this node, the left operand, and the right operand.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.Jump
-
Jumps are only used directly during code generation, and do
not support this interface.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.KeywordLiteral
-
Visits this node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.Label
-
Visits this label.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.LabeledStatement
-
Visits this node, then each label in the label-list, and finally the
statement.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.LetNode
-
Visits this node, the variable list, and if present, the body
expression or statement.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.Name
-
Visits this node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.NewExpression
-
Visits this node, the target, and each argument.
- visit(AstNode) - 接口 中的方法org.mozilla.javascript.ast.NodeVisitor
-
Visits an AST node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.NumberLiteral
-
Visits this node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ObjectLiteral
-
Visits this node, then visits each child property node, in lexical
(source) order.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ParenthesizedExpression
-
Visits this node, then the child expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.PropertyGet
-
Visits this node, the target expression, and the property name.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.RegExpLiteral
-
Visits this node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ReturnStatement
-
Visits this node, then the return value if specified.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.Scope
-
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ScriptNode
-
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.StringLiteral
-
Visits this node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.SwitchCase
-
Visits this node, then the case expression if present, then
each statement (if any are specified).
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.SwitchStatement
-
Visits this node, then the switch-expression, then the cases
in lexical order.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.ThrowStatement
-
Visits this node, then the thrown expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.TryStatement
-
Visits this node, then the try-block, then any catch clauses,
and then any finally block.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.UnaryExpression
-
Visits this node, then the operand.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.VariableDeclaration
-
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.VariableInitializer
-
Visits this node, then the target expression, then the initializer
expression if present.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.WhileLoop
-
Visits this node, the condition, then the body.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.WithStatement
-
Visits this node, then the with-object, then the body statement.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.XmlElemRef
-
Visits this node, then the namespace if provided, then the
index expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.XmlExpression
-
Visits this node, then the child expression.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.XmlLiteral
-
Visits this node, then visits each child fragment in lexical order.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.XmlPropRef
-
Visits this node, then the namespace if present, then the property name.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.XmlString
-
Visits this node.
- visit(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.Yield
-
Visits this node, and if present, the yielded value.
- visitAll(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
Visits the AST nodes, then the comment nodes.
- visitCall(Node, ScriptNode) - 类 中的方法org.mozilla.javascript.NodeTransformer
-
- visitComments(NodeVisitor) - 类 中的方法org.mozilla.javascript.ast.AstRoot
-
Visits the comment nodes in the order they appear in the source code.
- visitLet(boolean, Node, Node, Node) - 类 中的方法org.mozilla.javascript.NodeTransformer
-
- visitNew(Node, ScriptNode) - 类 中的方法org.mozilla.javascript.NodeTransformer
-
- VMBridge - org.mozilla.javascript中的类
-
- VMBridge() - 类 的构造器org.mozilla.javascript.VMBridge
-
- VMBridge_jdk13 - org.mozilla.javascript.jdk13中的类
-
- VMBridge_jdk13() - 类 的构造器org.mozilla.javascript.jdk13.VMBridge_jdk13
-
- VMBridge_jdk15 - org.mozilla.javascript.jdk15中的类
-
- VMBridge_jdk15() - 类 的构造器org.mozilla.javascript.jdk15.VMBridge_jdk15
-
- VOID - 类 中的静态变量org.mozilla.javascript.Token
-