|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
FunctionNode to the functions table for codegen.
AstNode.addChild(net.sourceforge.htmlunit.corejs.javascript.ast.AstNode).
null.
=,
*= and +=.ContextFactory.
ContextFactory.call(ContextAction) instead as
this method relies on usage of a static singleton "global"
ContextFactory.
Callable.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
using the Context instance associated with the current thread.
ContextAction.run(Context cx) using the Context
instance associated with the current thread.
Callable.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
of callable under restricted security domain where an action is
allowed only if it is allowed according to the Java stack on the moment
of the execWithDomain call and securityDomain.
java.lang.String or another ConsString.delegee is null, this method
creates a new instance of the Delegator itself rathert than forwarding
the call to the delegee.
ScriptRuntime.constructError(String,String)
instead.
ScriptRuntime.constructError(String,String,String,int,String,int)
instead.
ContextFactory.enter() or
ContextFactory.call(ContextAction) instead. If you
subclass this class, consider using
Context.Context(ContextFactory) constructor instead in the
subclasses' constructors.
Context object.
Context
instances.Context creation and release events.Context
instances should implement ContextFactory.Listener.Context instance is no longer
associated with the current thread.
Context.executeScriptWithContinuations(Script, Scriptable)
and
Context.callFunctionWithContinuations(Callable, Scriptable, Object[])
when execution encounters a continuation captured by
Context.captureContinuation()
.FunctionObject.getTypeTag(Class) and
FunctionObject.convertArg(Context, Scriptable, Object, int) for
type conversion.
FileWindow for the given source.
GeneratedClassLoader with restrictions imposed by
staticDomain and all current stack frames.
Scriptable instance using the default constructor for
the class of the underlying Java method.
ArrayLiteral and ObjectLiteral node
types, both of which may appear in "destructuring" expressions or contexts.ContextFactory.
foo['bar'] or
foo[2].ContextFactory.enterContext() on the global
ContextFactory instance.
ContextFactory.enterContext(Context) instead as
this method relies on usage of a static singleton "global"
ContextFactory.
ContextFactory.enterContext() instead
SecurityController.callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args)
.
Context.exit() instead.
ExpressionStatement wrapping the specified
expression.
ExpressionStatement wrapping the specified
expression.
ExpressionStatement
@-token, or -1 if this is not an
attribute-access expression.
ScriptableObject.getAttributes(String name). The engine always
ignored the start argument.
ScriptableObject.getAttributes(int index). The engine always
ignored the start argument.
null for loop body
type from the given scope.
type.
type from the given scope.
type.
CatchClause nodes.
:: token, or -1 if not present.
column.
column.
RhinoException.columnNumber() from the super
class.
RhinoException.columnNumber() from the super
class.
ShellConsole which uses the supplied
InputStream and PrintStream for its input/output
ShellConsole to handle line editing,
history and completion.
Context instance associated with the current thread or null
if none.
JFrame.
hint parameter is null,
ScriptRuntime.ScriptableClass or
ScriptRuntime.FunctionClass.
Scope in which this Name is defined.
Context.
XMLLib.Factory to be used by the Context instances produced
by this factory.
null if not in a
function.
Scope node, or null if
we're not nested in a scope.
Object.toSource method of JavaScript
objects.
PrintStream for stderr in the Debugger's internal
Console window.
null for default case
@[expr] or
@*::[expr].
ContextFactory instance used to create this Context.
null if not present
null if not present
null if not present
finally keyword, if present, or -1
null or "" if no flags specified
InputStream for stdin from the debugger's internal
Console window.
InputStream
null if not provided
observeInstructionCount().
FunctionObject.getArity().
RhinoException.lineNumber() from the super class.
RhinoException.lineNumber() from the super class.
RhinoException.lineNumber() from the super class.
DebugFrame.onLineChange().
- getLineSource() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.EcmaError
- Deprecated. Use
RhinoException.lineSource() from the super class.
- getLineSource() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.EvaluatorException
- Deprecated. Use
RhinoException.lineSource() from the super class.
- getListener(Object, int) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.Kit
- Get listener at index position in bag or null if
index equals to number of listeners in bag.
- getListSelectionModel() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.treetable.JTreeTable.ListToTreeSelectionModelWrapper
- Returns the list selection model.
- getLiveLocals() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionNode
-
- getLoadedModule(String) -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.CachingModuleScriptProviderBase
- Retrieves an already loaded moduleScript stored using
CachingModuleScriptProviderBase.putLoadedModule(String, ModuleScript, Object).
- getLoadedModule(String) -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.SoftCachingModuleScriptProvider
-
- getLoadedModule(String) -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.StrongCachingModuleScriptProvider
-
- getLocale() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Context
- Get the current locale.
- getLoop() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Jump
-
- getLoops() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ArrayComprehension
- Returns loop list
- getLoops() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.GeneratorExpression
- Returns loop list
- getLp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.CatchClause
- Returns left paren position
- getLp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionCall
- Returns left paren position, -1 if missing
- getLp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionNode
- Returns left paren position, -1 if missing
- getLp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.IfStatement
- Returns left paren offset
- getLp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.LetNode
- Returns left paren position, -1 if missing
- getLp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Loop
- Returns left paren position, -1 if missing
- getLp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.SwitchStatement
- Returns left paren position, -1 if missing
- getLp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.WithStatement
- Returns left paren offset
- getMainMethodClass() -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.ClassCompiler
- Get the name of the class for main method implementation.
- getMaximumInterpreterStackDepth() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Context
- Returns the maximum stack depth (in terms of number of call frames)
allowed in a single invocation of interpreter.
- getMaxInstanceId() -
Method in class net.sourceforge.htmlunit.corejs.javascript.BaseFunction
-
- getMaxInstanceId() -
Method in class net.sourceforge.htmlunit.corejs.javascript.IdScriptableObject
- Get maximum id findInstanceIdInfo can generate.
- getMaxInstanceId() -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeArray
-
- getMaxInstanceId() -
Method in class net.sourceforge.htmlunit.corejs.javascript.regexp.NativeRegExp
-
- getMemberExprNode() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionNode
-
- getMemberRef() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.XmlMemberGet
- Returns the right-side XML member ref expression.
- getMenubar() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.SwingGui
- Returns the Menubar of this debugger frame.
- getMessage() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ErrorNode
- Returns error message key
- getMessage() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ParseProblem
-
- getMessage() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.RhinoException
-
- getMessage(String, Object[]) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getMessage(String, Object[]) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.MessageProvider
- Returns a textual message identified by the given messageId,
parameterized by the given arguments.
- getMessage(String) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.tools.ToolErrorReporter
- Look up the message corresponding to messageId in the
net.sourceforge.htmlunit.corejs.javascript.tools.shell.resources.Messages
property file.
- getMessage(String, String) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.tools.ToolErrorReporter
-
- getMessage(String, Object, Object) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.tools.ToolErrorReporter
-
- getMessage(String, Object[]) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.tools.ToolErrorReporter
-
- getMessage0(String) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getMessage1(String, Object) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getMessage2(String, Object, Object) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getMessage3(String, Object, Object, Object) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getMessage4(String, Object, Object, Object, Object) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getMethodOrConstructor() -
Method in class net.sourceforge.htmlunit.corejs.javascript.FunctionObject
- Get Java method or constructor this function represent.
- getModuleScript(Context, String, URI, URI, Scriptable) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.commonjs.module.ModuleScriptProvider
- Returns a module script.
- getModuleScript(Context, String, URI, URI, Scriptable) -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.CachingModuleScriptProviderBase
-
- getModuleScript(Context, String, URI, URI, Scriptable) -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.MultiModuleScriptProvider
-
- getModuleScript(Context, String, URI, URI, Scriptable) -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.SoftCachingModuleScriptProvider
-
- getName() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionNode
- Returns the function name as a string
- getName() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Label
- Returns the label text
- getName() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Symbol
- Returns symbol name
- getName() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.EcmaError
- Gets the name of the error.
- getNameFunctionAndThis(String, Context, Scriptable) -
Static method in class net.sourceforge.htmlunit.corejs.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() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.XmlRef
- Return the namespace.
- getNext() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Node
-
- getNextTempName() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getNode() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Symbol
- Returns the node associated with this identifier
- getNumber() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.NumberLiteral
- Gets the
double value.
- getObject(int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.UintMap
- Get object value assigned with key.
- getObjectElem(Object, Object, Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
- Call obj.[[Get]](id)
- getObjectElem(Object, Object, Context, Scriptable) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
- Call obj.[[Get]](id)
- getObjectElem(Scriptable, Object, Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getObjectIds(Object) -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.Dim
- Returns an array of the property names on the given script object.
- getObjectIndex(Object, double, Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getObjectIndex(Scriptable, int, Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getObjectProp(Object, String, Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
- Version of getObjectElem when elem is a valid JS identifier name.
- getObjectProp(Object, String, Context, Scriptable) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getObjectProp(Scriptable, String, Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getObjectProperty(Object, Object) -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.Dim
- Returns the value of a property on the given script object.
- getObjectPropNoWarn(Object, String, Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getObjectPrototype(Scriptable) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Get the Object.prototype property.
- getOperand() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.UnaryExpression
-
- getOperator() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.InfixExpression
- Returns operator token – alias for
Node.getType()
- getOperator() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.UnaryExpression
- Returns operator token – alias for
Node.getType()
- getOperatorPosition() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.InfixExpression
- Returns relative offset of operator token
- getOptimizationLevel() -
Method in class net.sourceforge.htmlunit.corejs.javascript.CompilerEnvirons
-
- getOptimizationLevel() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Context
- Get the current optimization level.
- getOut() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.Main
- Returns a
PrintStream for stdout to the debugger's internal
Console window.
- getOut() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.shell.ConsoleTextArea
-
- getOut() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.shell.Global
-
- getOut() -
Static method in class net.sourceforge.htmlunit.corejs.javascript.tools.shell.Main
-
- getOwnPropertyDescriptor(Context, Object) -
Method in class net.sourceforge.htmlunit.corejs.javascript.IdScriptableObject
-
- getOwnPropertyDescriptor(Context, Object) -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeArray
-
- getOwnPropertyDescriptor(Context, Object) -
Method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
-
- getParamAndVarConst() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getParamAndVarCount() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getParamAndVarCount() -
Method in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebuggableScript
- Get number of declared parameters and local variables.
- getParamAndVarCount() -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeFunction
- Get number of declared parameters and variables defined through var
statements.
- getParamAndVarNames() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getParamCount() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getParamCount() -
Method in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebuggableScript
- Get number of declared parameters in the function.
- getParamCount() -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeFunction
- Get number of declared parameters.
- getParameterNumberContext() -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.OptFunctionNode
-
- getParamOrVarConst(int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeFunction
- Get parameter or variable const-ness.
- getParamOrVarName(int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getParamOrVarName(int) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebuggableScript
- Get name of a declared parameter or local variable.
- getParamOrVarName(int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeFunction
- Get parameter or variable name.
- getParams() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionNode
- Returns the function parameter list
- getParent() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.AstNode
- Returns the node parent, or
null if it has none
- getParent() -
Method in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebuggableScript
-
- getParentScope() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Scope
-
- getParentScope() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Delegator
-
- getParentScope() -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeJavaObject
- Returns the parent (enclosing) scope of the object.
- getParentScope() -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeWith
-
- getParentScope() -
Method in interface net.sourceforge.htmlunit.corejs.javascript.Scriptable
- Get the parent scope of the object.
- getParentScope() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Returns the parent (enclosing) scope of the object.
- getPatchedStack(RhinoException, String) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.Evaluator
- Given a native stack trace, patch it with script-specific source and line
information
- getPatchedStack(RhinoException, String) -
Method in class net.sourceforge.htmlunit.corejs.javascript.Interpreter
-
- getPatchedStack(RhinoException, String) -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.Codegen
-
- getPosition() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.AstNode
- Returns relative position in parent
- getPrettyIndent() -
Method in class net.sourceforge.htmlunit.corejs.javascript.xml.XMLLib
-
- getPrompts(Context) -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.shell.Global
-
- getProp(int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.Node
-
- GETPROP -
Static variable in class net.sourceforge.htmlunit.corejs.javascript.Token
- Token types.
- getProperty() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.PropertyGet
- Returns the property being accessed.
- getProperty(Scriptable, String) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Gets a named property from an object or any object in its prototype
chain.
- getProperty(Scriptable, int) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Gets an indexed property from an object or any object in its prototype
chain.
- getPropertyIds(Scriptable) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Returns an array of all ids from an object and its prototypes.
- getPropFunctionAndThis(Object, String, Context) -
Static method in class net.sourceforge.htmlunit.corejs.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) -
Static method in class net.sourceforge.htmlunit.corejs.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() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.XmlPropRef
- Returns property name.
- GETPROPNOWARN -
Static variable in class net.sourceforge.htmlunit.corejs.javascript.Token
- Token types.
- getProtectionDomain(Class<?>) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.SecurityUtilities
-
- getPrototype() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Delegator
-
- getPrototype() -
Method in class net.sourceforge.htmlunit.corejs.javascript.IdFunctionObject
-
- getPrototype() -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeJavaArray
-
- getPrototype() -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeJavaObject
-
- getPrototype() -
Method in class net.sourceforge.htmlunit.corejs.javascript.NativeWith
-
- getPrototype() -
Method in interface net.sourceforge.htmlunit.corejs.javascript.Scriptable
- Get the prototype of the object.
- getPrototype() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Returns the prototype of the object.
- getPrototypeProperty() -
Method in class net.sourceforge.htmlunit.corejs.javascript.BaseFunction
-
- getQuestionMarkPosition() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ConditionalExpression
- Returns position of ? token
- getQuoteCharacter() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.StringLiteral
- Returns the character used as the delimiter for this string.
- getRb() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ElementGet
- Returns right bracket position, -1 if missing
- getRb() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.XmlElemRef
- Returns left bracket position, or -1 if missing.
- getReader() -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.ModuleSource
- Returns the reader returning the source text of the module.
- getRegexpCount() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getRegexpFlags(int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getRegExpProxy(Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getRegexpString(int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getResult() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ArrayComprehension
- Returns result expression node (just after opening bracket)
- getResult() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.GeneratorExpression
- Returns result expression node (just after opening bracket)
- getResumptionPoints() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionNode
-
- getReturnValue() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ReturnStatement
- Returns return value,
null if return value is void
- getRight() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.InfixExpression
- Returns the right-hand side of the expression
- getRowCount() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.treetable.TreeTableModelAdapter
-
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.CatchClause
- Returns right paren position
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionCall
- Returns right paren position, -1 if missing
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionNode
- Returns right paren position, -1 if missing
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.IfStatement
- Returns right paren position, -1 if missing
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.LetNode
- Returns right paren position, -1 if missing
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Loop
- Returns right paren position, -1 if missing
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.SwitchStatement
- Returns right paren position, -1 if missing
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.WithStatement
- Returns right paren offset
- getRp() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.XmlDotQuery
- Returns right-paren position, -1 if missing.
- getScope() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Name
- Return the
Scope associated with this node.
- getScope() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Node
- Can only be called when node has String context.
- getScope() -
Method in interface net.sourceforge.htmlunit.corejs.javascript.tools.debugger.ScopeProvider
- Returns the scope object to be used for script evaluation.
- getScript() -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.ModuleScript
- Returns the script object representing the code of the module.
- getScriptProtectionDomain() -
Static method in class net.sourceforge.htmlunit.corejs.javascript.SecurityUtilities
- Look up the top-most element in the current stack representing a script
and return its protection domain.
- getScriptStack(RhinoException) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.Evaluator
- Get the script stack for the given exception
- getScriptStack(RhinoException) -
Method in class net.sourceforge.htmlunit.corejs.javascript.Interpreter
-
- getScriptStack(RhinoException) -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.Codegen
-
- getScriptStack() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.RhinoException
- Get the script stack of this exception as an array of
ScriptStackElements.
- getScriptStackElements(RhinoException) -
Method in class net.sourceforge.htmlunit.corejs.javascript.Interpreter
-
- getScriptStackTrace() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.RhinoException
- Get a string representing the script stack of this exception.
- getScriptStackTrace(FilenameFilter) -
Method in exception net.sourceforge.htmlunit.corejs.javascript.RhinoException
- Deprecated. the filter argument is ignored as we are able to recognize
script stack elements by our own. Use #getScriptStackTrace()
instead.
- getSecurityDomain() -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.ModuleSource
- Returns the object representing the security domain for the module's
source.
- getSecurityDomain(URLConnection) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.UrlConnectionSecurityDomainProvider
- Create a new security domain object for a script source identified by its
URL connection.
- getSize() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ArrayLiteral
- Returns the number of elements in this
Array literal, including
empty elements.
- getSkipCount() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ArrayLiteral
- Used by code generator.
- getSlot(Context, Object, int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
-
- getSource(DebuggableScript) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.tools.debugger.SourceProvider
- Returns the source of the script.
- getSourceName() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ParseProblem
-
- getSourceName() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
- Returns the URI, path or descriptive text indicating the origin of this
script's source code.
- getSourceName() -
Method in interface net.sourceforge.htmlunit.corejs.javascript.debug.DebuggableScript
- Get the name of the source (usually filename or URL) of the script.
- getSourceName() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.EcmaError
- Deprecated. Use
RhinoException.sourceName() from the super class.
- getSourceName() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.EvaluatorException
- Deprecated. Use
RhinoException.sourceName() from the super class.
- getSourceName() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.JavaScriptException
- Deprecated. Use
RhinoException.sourceName() from the super class.
- getSourcePositionFromStack(Context, int[]) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.Evaluator
- Get the source position information by examining the stack.
- getSourcePositionFromStack(Context, int[]) -
Method in class net.sourceforge.htmlunit.corejs.javascript.Interpreter
-
- getSourcePositionFromStack(Context, int[]) -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.Codegen
-
- getStackTop() -
Method in class net.sourceforge.htmlunit.corejs.classfile.ClassFileWriter
-
- getStatement() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.LabeledStatement
- Returns the labeled statement
- getStatement() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.WithStatement
- Returns the statement or block
- getStatements() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Scope
- Returns a copy of the child list, with each child cast to an
AstNode.
- getStatements() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.SwitchCase
- Returns statement list, which may be
null.
- GETSTATIC -
Static variable in class net.sourceforge.htmlunit.corejs.classfile.ByteCode
- The byte opcodes defined by the Java Virtual Machine.
- getStaticSecurityDomainClass() -
Static method in class net.sourceforge.htmlunit.corejs.javascript.SecurityController
-
- getStaticSecurityDomainClassInternal() -
Method in class net.sourceforge.htmlunit.corejs.javascript.PolicySecurityController
-
- getStaticSecurityDomainClassInternal() -
Method in class net.sourceforge.htmlunit.corejs.javascript.SecurityController
-
- getStaticSecurityDomainClassInternal() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.shell.JavaPolicySecurity
-
- getStopIterationObject(Scriptable) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.NativeIterator
- Get the value of the "StopIteration" object.
- getStream(Scriptable) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.tools.shell.ShellLine
- Deprecated.
- getString() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Node
- Can only be called when node has String context.
- getSymbol(String) -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Scope
- Looks up a symbol in this scope.
- getSymbols() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ScriptNode
-
- getSymbolTable() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Scope
- Returns the symbol table for this scope.
- getSystemProperty(String) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.SecurityUtilities
- Retrieves a system property within a privileged block.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.treetable.JTreeTable.TreeTableCellEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.treetable.JTreeTable.TreeTableCellRenderer
- TreeCellRenderer method.
- getTarget() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ContinueStatement
- Returns continue target
- getTarget() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ElementGet
- Returns the object on which the element is being fetched.
- getTarget() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.FunctionCall
- Returns node evaluating to the function to call
- getTarget() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.PropertyGet
- Returns the object on which the property is being fetched.
- getTarget() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.VariableInitializer
- Returns the variable name or destructuring form
- getTarget() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.XmlMemberGet
- Returns the object on which the XML member-ref expression is being
evaluated.
- getTargetExtends() -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.ClassCompiler
- Get the class that the generated target will extend.
- getTargetImplements() -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.ClassCompiler
- Get the interfaces that the generated target will implement.
- getTestExpression() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ConditionalExpression
- Returns test expression
- getThenPart() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.IfStatement
- Returns statement to execute if condition is true
- getThreadContextHelper() -
Method in class net.sourceforge.htmlunit.corejs.javascript.jdk13.VMBridge_jdk13
-
- getThreadContextHelper() -
Method in class net.sourceforge.htmlunit.corejs.javascript.VMBridge
- Return a helper object to optimize
Context access.
- getThreadLocal(Object) -
Method in class net.sourceforge.htmlunit.corejs.javascript.Context
- Get a value corresponding to a key.
- getTop() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Scope
- Returns current script or function scope
- getTopCallScope(Context) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getTopLevelProp(Scriptable, String) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime
-
- getTopLevelScope(Scriptable) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Get the global scope.
- getTopScopeValue(Scriptable, Object) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Get arbitrary application-specific value associated with the top scope of
the given scope.
- getTree() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.treetable.JTreeTable
- Returns the tree that is being shared between the model.
- getTrueExpression() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ConditionalExpression
- Returns expression to evaluate if test is true
- getTryBlock() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.TryStatement
-
- getType() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.ParseProblem
-
- getType() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Node
-
- getTypedProperty(Scriptable, int, Class<T>) -
Static method in class net.sourceforge.htmlunit.corejs.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>) -
Static method in class net.sourceforge.htmlunit.corejs.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() -
Method in class net.sourceforge.htmlunit.corejs.javascript.BaseFunction
- Gets the value returned by calling the typeof operator on this object.
- getTypeOf() -
Method in class net.sourceforge.htmlunit.corejs.javascript.regexp.NativeRegExp
- Gets the value to be returned by the typeof operator called on this
object.
- getTypeOf() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
- Gets the value that will be returned by calling the typeof operator on
this object.
- getTypeOf() -
Method in class net.sourceforge.htmlunit.corejs.javascript.xml.XMLObject
- Gets the value returned by calling the typeof operator on this object.
- getTypeTag(Class<?>) -
Static method in class net.sourceforge.htmlunit.corejs.javascript.FunctionObject
-
- getUndefinedValue() -
Static method in class net.sourceforge.htmlunit.corejs.javascript.Context
- Get the singleton object that represents the JavaScript Undefined value.
- getUri() -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.ModuleScope
-
- getUri() -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.ModuleScript
- Returns the URI of the module.
- getUri() -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.ModuleSource
- Returns the URI of the module source text.
- getUrl() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.Dim.StackFrame
- Returns the source URL.
- getValidator() -
Method in class net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider.ModuleSource
- Returns the validator that can be used for subsequent cache validation of
the source text.
- getValue() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Comment
- Returns a string of the comment value.
- getValue() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.NumberLiteral
- Returns the node's string value (the original source token)
- getValue() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.RegExpLiteral
- Returns the regexp string without delimiters
- getValue() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.StringLiteral
- Returns the node's value: the parsed string without the enclosing quotes
- getValue(boolean) -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.StringLiteral
- Returns the string value, optionally including the enclosing quotes.
- getValue() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.Yield
- Returns yielded expression,
null if none
- getValue() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.JavaScriptException
-
- getValue() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ObjToIntMap.Iterator
-
- getValueAt(Object, int) -
Method in interface net.sourceforge.htmlunit.corejs.javascript.tools.debugger.treetable.TreeTableModel
- Returns the value to be displayed for node
node, at column
number column.
- getValueAt(int, int) -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.treetable.TreeTableModelAdapter
-
- getValueFunctionAndThis(Object, Context) -
Static method in class net.sourceforge.htmlunit.corejs.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 -
Static variable in class net.sourceforge.htmlunit.corejs.javascript.Token
- Token types.
- getVarCount() -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.OptFunctionNode
-
- getVariables() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.LetNode
- Returns variable list
- getVariables() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.VariableDeclaration
- Returns variable list.
- getVarIndex(Node) -
Method in class net.sourceforge.htmlunit.corejs.javascript.optimizer.OptFunctionNode
-
- getVarName() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.CatchClause
- Returns catch variable node
- getWarnTrailingComma() -
Method in class net.sourceforge.htmlunit.corejs.javascript.CompilerEnvirons
-
- getWhilePosition() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.DoLoop
- Returns source position of "while" keyword
- getWrapFactory() -
Method in class net.sourceforge.htmlunit.corejs.javascript.Context
- Return the current WrapFactory, or null if none is defined.
- getWrappedException() -
Method in exception net.sourceforge.htmlunit.corejs.javascript.WrappedException
- Get the wrapped exception.
- getXml() -
Method in class net.sourceforge.htmlunit.corejs.javascript.ast.XmlString
- Returns the xml string for this component.
- Global - Class in net.sourceforge.htmlunit.corejs.javascript.tools.shell
- This class provides for sharing functions across multiple threads.
- Global() -
Constructor for class net.sourceforge.htmlunit.corejs.javascript.tools.shell.Global
-
- Global(Context) -
Constructor for class net.sourceforge.htmlunit.corejs.javascript.tools.shell.Global
-
- global -
Static variable in class net.sourceforge.htmlunit.corejs.javascript.tools.shell.Main
-
- GO -
Static variable in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.Dim
-
- go() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.Dim
- Resumes execution of script.
- go() -
Method in class net.sourceforge.htmlunit.corejs.javascript.tools.debugger.Main
- Resumes execution of the script.
- GOTO -
Static variable in class net.sourceforge.htmlunit.corejs.classfile.ByteCode
- The byte opcodes defined by the Java Virtual Machine.
- GOTO -
Static variable in class net.sourceforge.htmlunit.corejs.javascript.Token
- Token types.
- GOTO_W -
Static variable in class net.sourceforge.htmlunit.corejs.classfile.ByteCode
- The byte opcodes defined by the Java Virtual Machine.
- GT -
Static variable in class net.sourceforge.htmlunit.corejs.javascript.Token
- Token types.
- GuiCallback - Interface in net.sourceforge.htmlunit.corejs.javascript.tools.debugger
- Interface for communication between the debugger and its GUI.
Context.hasFeature(int featureIndex).
SecurityController was already installed.
CompilerEnvirons suitable for using Rhino in an IDE
environment.
InfixExpression.
InfixExpression.
memberExpr
true if this expression began with an @-token.
Token.TRUE or
Token.FALSE.
node, at column
number column is editable.
Token.CONST declaration.
false if result of Java method, which is instance of
String, Number, Boolean and
Character, should be used directly as JavaScript primitive
type.
Token.LET declaration.
AstNode node is a parameter of this
Function node.
var (not const or let)
declaration.
Iterator over the node's children.
WrappedException.WrappedException(Throwable) to
report exceptions in Java code.
NativeArray.getLength() instead.
BaseFunction.getFunctionName() instead. For
backwards compatibility keep an old method name used by Batik
and possibly others.
this, null,
true, false, and debugger.Context.FEATURE_RESERVED_KEYWORD_AS_IDENTIFIER feature.
String.
Context instance to be associated with the current
thread.
ModuleScript objects.Name
with
statement.InterfaceAdapter.
get if the property is not found.
ModuleSourceProvider.loadSource(String, Scriptable, Object) and
ModuleSourceProvider.loadSource(URI, URI, Object) that signifies that the cached
representation is still valid according to the passed validator.
Context.observeInstructionCount(int instructionCount).
Policy in effect.StringBuilder.
CachingModuleScriptProviderBase.getLoadedModule(String).
prompt
at fileName:lineNumber (functionName)
functionName()@fileName:lineNumber
Require instances.updatingListSelectionModel and
message super.
Context.captureContinuation().
java.lang.SecurityManager subclass that provides access to the
current top-most script class on the execution stack.AstRoot and FunctionNode nodes, which need to
collect much of the same information.Context.enter() and Context.exit() methods will throw
an exception.
@-token, or -1
ScriptableObject.setAttributes(String name, int attributes). The
engine always ignored the start argument.
ScriptableObject.setAttributes(int index, int attributes). The
engine always ignored the start argument.
CatchClause nodes.
:: token, or -1 if not present
Context instance with the current thread or remove the
current association if cx is null.
Runnable that will be run when the "Exit" menu item is
chosen.
null for default case.
finally keyword, if present, or -1
observeInstructionCount().
for ([a, b] in ...) where it's the target of a
destructuring assignment.
for ([a, b] in ...) where it's the target of a
destructuring assignment.
for ([a, b] in ...) where it's the target of a
destructuring assignment.
ModuleScriptProvider for the Require instances
that this builder builds.
double value.
Node.setType(int), but throws an
exception if the operator is invalid.
Node.setType(int), but throws an exception
if the operator is invalid
Scope associated with this node.
ScopeProvider that provides a scope to be used for
script evaluation.
Main.setSize(int, int) instead.
SourceProvider that provides the source to be displayed
for script evaluation.
node, at column number
column.
FileWindow for the given source, creating it if it
doesn't exist yet.
ScriptRuntime.toObject(Scriptable, Object) instead.
ScriptRuntime.toObject(Context, Scriptable, Object) instead.
++, ~,
typeof and delete.WrappedException.getWrappedException() instead.
sourceInfo.
updatingListSelectionModel is false, this will reset
the selected paths from the selected rows in the list selection
model.
RhinoException whether to use the
Mozilla/Firefox style of rendering script stacks (
functionName()@fileName:lineNumber) instead of Rhino's own
Java-inspired format (
at fileName:lineNumber (functionName))
RhinoException use the
Mozilla/Firefox style of rendering script stacks (
functionName()@fileName:lineNumber) instead of Rhino's own
Java-inspired format (
at fileName:lineNumber (functionName)).
VariableDeclaration
expression.null.
null, and the catch body.
AstNode.visit(net.sourceforge.htmlunit.corejs.javascript.ast.NodeVisitor) interface.
null.
AstNode.visit(net.sourceforge.htmlunit.corejs.javascript.ast.NodeVisitor) interface.
VariableInitializer child.
Context.getWrapFactory() together with calling
WrapFactory.wrap(Context, Scriptable, Object, Class)
Context.setWrapFactory(WrapFactory)
Once an instance of this class or an extension of this class is enabled for a
given context (by calling setWrapFactory on that context), Rhino will call
the methods of this class whenever it needs to wrap a value resulting from a
call to a Java method or an access to a Java field.foo.(bar) query expression.[expr] member-ref expression.XmlLiteral object.foo..bar,
foo..@bar, @foo.@bar, and foo..@ns::*.XmlMemberGet node.
[expr] property-ref expression.yield expression or statement.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||