- GotoTree - Interface in jdk.nashorn.api.tree
-
A tree node for a statement that jumps to a target.
- get(Object) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- getArgument() - Method in exception jdk.nashorn.api.tree.UnknownTreeException
-
Returns the additional argument.
- getArguments() - Method in interface jdk.nashorn.api.tree.FunctionCallTree
-
Returns the list of arguments being passed to this function call.
- getBinding() - Method in interface jdk.nashorn.api.tree.VariableTree
-
Returns the binding of this declaration.
- getBlock() - Method in interface jdk.nashorn.api.tree.CatchTree
-
Returns the code block of this catch block.
- getBlock() - Method in interface jdk.nashorn.api.tree.TryTree
-
Returns the 'try' block of this 'try' statement.
- getBody() - Method in interface jdk.nashorn.api.tree.FunctionDeclarationTree
-
Returns the body of code of this function.
- getBody() - Method in interface jdk.nashorn.api.tree.FunctionExpressionTree
-
Returns the body of this function.
- getCases() - Method in interface jdk.nashorn.api.tree.SwitchTree
-
Returns the list of 'case' statements.
- getCatches() - Method in interface jdk.nashorn.api.tree.TryTree
-
Returns the list of 'catch' statements associated with this 'try'.
- getCharset() - Method in class jdk.nashorn.api.scripting.URLReader
-
Charset used by this reader
- getClassElements() - Method in interface jdk.nashorn.api.tree.ClassDeclarationTree
-
Get other property definitions except for the constructor.
- getClassElements() - Method in interface jdk.nashorn.api.tree.ClassExpressionTree
-
Get other property definitions except for the constructor.
- getClassHeritage() - Method in interface jdk.nashorn.api.tree.ClassDeclarationTree
-
The expression of the extends
clause.
- getClassHeritage() - Method in interface jdk.nashorn.api.tree.ClassExpressionTree
-
The expression of the extends
clause.
- getClassName() - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- getClassName() - Method in interface jdk.nashorn.api.scripting.JSObject
-
ECMA [[Class]] property
- getClassName() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- getCode() - Method in interface jdk.nashorn.api.tree.Diagnostic
-
Gets a diagnostic code indicating the type of diagnostic.
- getColumnNumber() - Method in exception jdk.nashorn.api.scripting.NashornException
-
Get the column for this NashornException
- getColumnNumber() - Method in interface jdk.nashorn.api.tree.Diagnostic
-
- getColumnNumber(long) - Method in interface jdk.nashorn.api.tree.LineMap
-
Find the column for a character position.
- getCondition() - Method in interface jdk.nashorn.api.tree.CatchTree
-
Returns the optional catch condition expression.
- getCondition() - Method in interface jdk.nashorn.api.tree.ConditionalExpressionTree
-
Returns the condition expression of this ternary expression.
- getCondition() - Method in interface jdk.nashorn.api.tree.ConditionalLoopTree
-
Returns the condition expression of this 'loop' statement.
- getCondition() - Method in interface jdk.nashorn.api.tree.DoWhileLoopTree
-
Returns the condition expression of this do-while statement.
- getCondition() - Method in interface jdk.nashorn.api.tree.ForLoopTree
-
Returns the condition expression of this 'for' statement.
- getCondition() - Method in interface jdk.nashorn.api.tree.IfTree
-
Returns the condition expression of this 'if' statement.
- getCondition() - Method in interface jdk.nashorn.api.tree.WhileLoopTree
-
The condition expression of this 'while' statement.
- getConstructor() - Method in interface jdk.nashorn.api.tree.ClassDeclarationTree
-
Get the constructor method definition.
- getConstructor() - Method in interface jdk.nashorn.api.tree.ClassExpressionTree
-
Get the constructor method definition.
- getConstructorExpression() - Method in interface jdk.nashorn.api.tree.NewTree
-
Returns the constructor expression of this 'new' expression.
- getDefaultValue(Class<?>) - Method in interface jdk.nashorn.api.scripting.JSObject
-
Implements this object's [[DefaultValue]]
method as per ECMAScript 5.1 section 8.6.2.
- getDefaultValue(Class<?>) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- getDefaultValue(JSObject, Class<?>) - Static method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- getEcmaError() - Method in exception jdk.nashorn.api.scripting.NashornException
-
Return the underlying ECMA error object, if available.
- getElements() - Method in interface jdk.nashorn.api.tree.ArrayLiteralTree
-
Returns the list of Array element expressions.
- getElseStatement() - Method in interface jdk.nashorn.api.tree.IfTree
-
Returns the then statement of this 'if' statement.
- getEndPosition() - Method in interface jdk.nashorn.api.tree.Tree
-
End character offset of this Tree within the source.
- getEngineName() - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getEngineVersion() - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getExportName() - Method in interface jdk.nashorn.api.tree.ExportEntryTree
-
Returns the entry's export name.
- getExpression() - Method in interface jdk.nashorn.api.tree.ArrayAccessTree
-
Returns the array that is accessed.
- getExpression() - Method in interface jdk.nashorn.api.tree.AssignmentTree
-
Returns the right hand side (RHS) of this assignment.
- getExpression() - Method in interface jdk.nashorn.api.tree.CaseTree
-
Case expression of this 'case' statement.
- getExpression() - Method in interface jdk.nashorn.api.tree.CompoundAssignmentTree
-
Returns the right hand side (RHS) of this assignment.
- getExpression() - Method in interface jdk.nashorn.api.tree.ExpressionStatementTree
-
Returns the expression of this expression statement.
- getExpression() - Method in interface jdk.nashorn.api.tree.ForInLoopTree
-
The object or array being whose properties are iterated.
- getExpression() - Method in interface jdk.nashorn.api.tree.ForOfLoopTree
-
The object or array being whose properties are iterated.
- getExpression() - Method in interface jdk.nashorn.api.tree.InstanceOfTree
-
Returns the expression whose type is being checked.
- getExpression() - Method in interface jdk.nashorn.api.tree.MemberSelectTree
-
The object expression whose member is being selected.
- getExpression() - Method in interface jdk.nashorn.api.tree.ParenthesizedTree
-
Returns the expression within the parenthesis.
- getExpression() - Method in interface jdk.nashorn.api.tree.ReturnTree
-
Returns the expression being returned.
- getExpression() - Method in interface jdk.nashorn.api.tree.SpreadTree
-
Returns the expression that is being spread.
- getExpression() - Method in interface jdk.nashorn.api.tree.SwitchTree
-
Returns the expression on which this statement switches.
- getExpression() - Method in interface jdk.nashorn.api.tree.ThrowTree
-
Returns the expression being thrown.
- getExpression() - Method in interface jdk.nashorn.api.tree.UnaryTree
-
Returns the expression operated by the unary operator.
- getExpression() - Method in interface jdk.nashorn.api.tree.YieldTree
-
Returns the expression that is yielded.
- getExpressions() - Method in interface jdk.nashorn.api.tree.TemplateLiteralTree
-
Returns the list of expressions in this template string
- getExtensions() - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getFactory() - Method in class jdk.nashorn.api.scripting.NashornScriptEngine
-
- getFalseExpression() - Method in interface jdk.nashorn.api.tree.ConditionalExpressionTree
-
Returns the false part of this ternary expression.
- getFileName() - Method in exception jdk.nashorn.api.scripting.NashornException
-
Get the source file name for this NashornException
- getFileName() - Method in interface jdk.nashorn.api.tree.Diagnostic
-
Gets the source file name.
- getFinallyBlock() - Method in interface jdk.nashorn.api.tree.TryTree
-
Returns the 'finally' block associated with this 'try'.
- getFunctionSelect() - Method in interface jdk.nashorn.api.tree.FunctionCallTree
-
Returns the function being called.
- getGetter() - Method in interface jdk.nashorn.api.tree.PropertyTree
-
Returns the setter function of this property if this
is an accessor property.
- getIdentifier() - Method in interface jdk.nashorn.api.tree.MemberSelectTree
-
Returns the name of the property.
- getImportEntries() - Method in interface jdk.nashorn.api.tree.ModuleTree
-
Returns the list of import entries.
- getImportName() - Method in interface jdk.nashorn.api.tree.ExportEntryTree
-
Returns the entry's import name.
- getImportName() - Method in interface jdk.nashorn.api.tree.ImportEntryTree
-
Returns the entry's import name.
- getIndex() - Method in interface jdk.nashorn.api.tree.ArrayAccessTree
-
Returns the index of the array element accessed.
- getIndirectExportEntries() - Method in interface jdk.nashorn.api.tree.ModuleTree
-
Returns the list of indirect export entries.
- getInitializer() - Method in interface jdk.nashorn.api.tree.ForLoopTree
-
Returns the initializer expression of this 'for' statement.
- getInitializer() - Method in interface jdk.nashorn.api.tree.VariableTree
-
Returns the initial value expression for this variable.
- getInterface(Class<T>) - Method in class jdk.nashorn.api.scripting.NashornScriptEngine
-
- getInterface(Object, Class<T>) - Method in class jdk.nashorn.api.scripting.NashornScriptEngine
-
- getKey() - Method in interface jdk.nashorn.api.tree.PropertyTree
-
Returns the name of this property.
- getKind() - Method in interface jdk.nashorn.api.tree.Diagnostic
-
Gets the kind of this diagnostic, for example, error or
warning.
- getKind() - Method in interface jdk.nashorn.api.tree.Tree
-
Gets the kind of this tree.
- getLabel() - Method in interface jdk.nashorn.api.tree.BreakTree
-
Label associated with this break statement.
- getLabel() - Method in interface jdk.nashorn.api.tree.ContinueTree
-
Label associated with this continue statement.
- getLabel() - Method in interface jdk.nashorn.api.tree.GotoTree
-
Label associated with this goto statement.
- getLabel() - Method in interface jdk.nashorn.api.tree.LabeledStatementTree
-
Returns the label associated with this statement.
- getLanguageName() - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getLanguageVersion() - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getLeftOperand() - Method in interface jdk.nashorn.api.tree.BinaryTree
-
Returns left hand side (LHS) of this binary expression.
- getLineMap() - Method in interface jdk.nashorn.api.tree.CompilationUnitTree
-
Returns the line map for this compilation unit, if available.
- getLineNumber() - Method in exception jdk.nashorn.api.scripting.NashornException
-
Get the line number for this NashornException
- getLineNumber() - Method in interface jdk.nashorn.api.tree.Diagnostic
-
- getLineNumber(long) - Method in interface jdk.nashorn.api.tree.LineMap
-
Find the line containing a position; a line termination
character is on the line it terminates.
- getLocalExportEntries() - Method in interface jdk.nashorn.api.tree.ModuleTree
-
Returns the list of local export entries.
- getLocalName() - Method in interface jdk.nashorn.api.tree.ExportEntryTree
-
Returns the entry's local name.
- getLocalName() - Method in interface jdk.nashorn.api.tree.ImportEntryTree
-
Returns the entry's local name.
- getMember(String) - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- getMember(String) - Method in interface jdk.nashorn.api.scripting.JSObject
-
Retrieves a named member of this JavaScript object.
- getMember(String) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- getMessage() - Method in interface jdk.nashorn.api.tree.Diagnostic
-
Gets a message for this diagnostic.
- getMethodCallSyntax(String, String, String...) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getMimeTypes() - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getModule() - Method in interface jdk.nashorn.api.tree.CompilationUnitTree
-
Return the
ModuleTree
associated with this compilation unit.
- getModuleRequest() - Method in interface jdk.nashorn.api.tree.ExportEntryTree
-
Returns the entry's module request.
- getModuleRequest() - Method in interface jdk.nashorn.api.tree.ImportEntryTree
-
Returns the entry's module request.
- getName() - Method in interface jdk.nashorn.api.tree.ClassDeclarationTree
-
Class identifier.
- getName() - Method in interface jdk.nashorn.api.tree.ClassExpressionTree
-
Class identifier.
- getName() - Method in interface jdk.nashorn.api.tree.FunctionDeclarationTree
-
Returns the name of the function being declared.
- getName() - Method in interface jdk.nashorn.api.tree.FunctionExpressionTree
-
Returns the name of the function being declared.
- getName() - Method in interface jdk.nashorn.api.tree.IdentifierTree
-
Returns the name of this identifier.
- getNames() - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getOptions() - Method in interface jdk.nashorn.api.tree.RegExpLiteralTree
-
Regular expression matching options.
- getOutputStatement(String) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getOwnKeys(boolean) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
return an array of own property keys associated with the object.
- getOwnPropertyDescriptor(String) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
ECMA 8.12.1 [[GetOwnProperty]] (P)
- getParameter() - Method in interface jdk.nashorn.api.tree.CatchTree
-
Returns the catch parameter identifier or parameter binding pattern of the exception caught.
- getParameter(String) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getParameters() - Method in interface jdk.nashorn.api.tree.FunctionDeclarationTree
-
Returns the parameters of this function.
- getParameters() - Method in interface jdk.nashorn.api.tree.FunctionExpressionTree
-
Returns the parameters of this function.
- getPattern() - Method in interface jdk.nashorn.api.tree.RegExpLiteralTree
-
Regular expression pattern to match.
- getPosition() - Method in interface jdk.nashorn.api.tree.Diagnostic
-
Gets a character offset from the beginning of the source object
associated with this diagnostic that indicates the location of
the problem.
- getProgram(String...) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getProperties() - Method in interface jdk.nashorn.api.tree.ObjectLiteralTree
-
Returns the list of properties of this object literal.
- getProto() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
Return the __proto__ of this object.
- getRightOperand() - Method in interface jdk.nashorn.api.tree.BinaryTree
-
Returns right hand side (RHS) of this binary expression.
- getScope() - Method in interface jdk.nashorn.api.tree.WithTree
-
The scope object expression for this 'with' statement.
- getScriptEngine() - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- getScriptEngine(ClassLoader) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
Create a new Script engine initialized with the given class loader.
- getScriptEngine(String...) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
Create a new Script engine initialized with the given arguments.
- getScriptEngine(String[], ClassLoader) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
Create a new Script engine initialized with the given arguments and the given class loader.
- getScriptEngine(String[], ClassLoader, ClassFilter) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
Create a new Script engine initialized with the given arguments, class loader and class filter.
- getScriptEngine(ClassFilter) - Method in class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
Create a new Script engine initialized with the given class filter.
- getScriptFrames(Throwable) - Static method in exception jdk.nashorn.api.scripting.NashornException
-
Returns array javascript stack frames from the given exception object.
- getScriptStackString(Throwable) - Static method in exception jdk.nashorn.api.scripting.NashornException
-
Return a formatted script stack trace string with frames information separated by '\n'
- getSetter() - Method in interface jdk.nashorn.api.tree.PropertyTree
-
Returns the getter function of this property if this
is an accessor property.
- getSlot(int) - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- getSlot(int) - Method in interface jdk.nashorn.api.scripting.JSObject
-
Retrieves an indexed member of this JavaScript object.
- getSlot(int) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- getSourceElements() - Method in interface jdk.nashorn.api.tree.CompilationUnitTree
-
Return the list of source elements in this compilation unit.
- getSourceName() - Method in interface jdk.nashorn.api.tree.CompilationUnitTree
-
Return the source name of this script compilation unit.
- getStarExportEntries() - Method in interface jdk.nashorn.api.tree.ModuleTree
-
Returns the list of star export entries.
- getStartPosition() - Method in interface jdk.nashorn.api.tree.Tree
-
Start character offset of this Tree within the source.
- getStatement() - Method in interface jdk.nashorn.api.tree.DoWhileLoopTree
-
The statement contained within this do-while statement.
- getStatement() - Method in interface jdk.nashorn.api.tree.ForInLoopTree
-
The statement contained in this for..in statement.
- getStatement() - Method in interface jdk.nashorn.api.tree.ForLoopTree
-
Returns the statement contained in this 'for' statement.
- getStatement() - Method in interface jdk.nashorn.api.tree.ForOfLoopTree
-
The statement contained in this for..in statement.
- getStatement() - Method in interface jdk.nashorn.api.tree.LabeledStatementTree
-
Returns the statement being labeled.
- getStatement() - Method in interface jdk.nashorn.api.tree.LoopTree
-
Returns the statement contained in this 'loop' statement.
- getStatement() - Method in interface jdk.nashorn.api.tree.WhileLoopTree
-
The statement contained in this 'while' statement.
- getStatement() - Method in interface jdk.nashorn.api.tree.WithTree
-
The statement contained in this 'with' statement.
- getStatements() - Method in interface jdk.nashorn.api.tree.BlockTree
-
Returns the list of statements in this block.
- getStatements() - Method in interface jdk.nashorn.api.tree.CaseTree
-
Return the list of statements for this 'case'.
- getThenStatement() - Method in interface jdk.nashorn.api.tree.IfTree
-
Returns the 'then' statement of this 'if' statement.
- getThrown() - Method in exception jdk.nashorn.api.scripting.NashornException
-
Get the thrown object.
- getTrueExpression() - Method in interface jdk.nashorn.api.tree.ConditionalExpressionTree
-
Returns the true part of this ternary expression.
- getType() - Method in interface jdk.nashorn.api.tree.InstanceOfTree
-
Returns the type expression.
- getUnknownTree() - Method in exception jdk.nashorn.api.tree.UnknownTreeException
-
Returns the unknown tree.
- getUpdate() - Method in interface jdk.nashorn.api.tree.ForLoopTree
-
Returns the update expression of this 'for' statement.
- getURL() - Method in class jdk.nashorn.api.scripting.URLReader
-
URL of this reader
- getValue() - Method in interface jdk.nashorn.api.tree.LiteralTree
-
Returns the value of this literal.
- getValue() - Method in interface jdk.nashorn.api.tree.PropertyTree
-
Returns the value of this property.
- getVariable() - Method in interface jdk.nashorn.api.tree.AssignmentTree
-
Returns the left hand side (LHS) of this assignment.
- getVariable() - Method in interface jdk.nashorn.api.tree.CompoundAssignmentTree
-
Returns the left hand side (LHS) of this assignment.
- getVariable() - Method in interface jdk.nashorn.api.tree.ForInLoopTree
-
The for..in left hand side expression.
- getVariable() - Method in interface jdk.nashorn.api.tree.ForOfLoopTree
-
The for..in left hand side expression.
- IdentifierTree - Interface in jdk.nashorn.api.tree
-
A tree node for an identifier expression.
- IfTree - Interface in jdk.nashorn.api.tree
-
A tree node for an 'if' statement.
- ImportEntryTree - Interface in jdk.nashorn.api.tree
-
- InstanceOfTree - Interface in jdk.nashorn.api.tree
-
A tree node for an 'instanceof' expression.
- identical(Object, Object) - Static method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
Are the given objects mirrors to same underlying object?
- initEcmaError(ScriptObject) - Method in exception jdk.nashorn.api.scripting.NashornException
-
Initialization function for ECMA errors.
- invokeFunction(String, Object...) - Method in class jdk.nashorn.api.scripting.NashornScriptEngine
-
- invokeMethod(Object, String, Object...) - Method in class jdk.nashorn.api.scripting.NashornScriptEngine
-
- isArray() - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- isArray() - Method in interface jdk.nashorn.api.scripting.JSObject
-
Is this an array object?
- isArray() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- isArrow() - Method in interface jdk.nashorn.api.tree.FunctionExpressionTree
-
Is this a arrow function?
- isComputed() - Method in interface jdk.nashorn.api.tree.PropertyTree
-
Is this a computed property?
- isConst() - Method in interface jdk.nashorn.api.tree.VariableTree
-
Is this a const declaration?
- isDefault() - Method in interface jdk.nashorn.api.tree.IdentifierTree
-
Is this "default" used in module export entry?
- isEmpty() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- isExpression() - Method in enum jdk.nashorn.api.tree.Tree.Kind
-
Returns if this is an expression tree kind or not.
- isExtensible() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
Check if this script object is extensible
- isForEach() - Method in interface jdk.nashorn.api.tree.ForInLoopTree
-
Returns if this is a for..each..in statement or not.
- isFrozen() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
Check whether this script object is frozen
- isFunction() - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- isFunction() - Method in interface jdk.nashorn.api.scripting.JSObject
-
Is this a function object?
- isFunction() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- isGenerator() - Method in interface jdk.nashorn.api.tree.FunctionDeclarationTree
-
Is this a generator function?
- isGenerator() - Method in interface jdk.nashorn.api.tree.FunctionExpressionTree
-
Is this a generator function?
- isInstance(Object) - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- isInstance(Object) - Method in interface jdk.nashorn.api.scripting.JSObject
-
Checking whether the given object is an instance of 'this' object.
- isInstance(Object) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- isInstanceOf(Object) - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- isInstanceOf(Object) - Method in interface jdk.nashorn.api.scripting.JSObject
-
Checking whether this object is an instance of the given 'clazz' object.
- isLet() - Method in interface jdk.nashorn.api.tree.VariableTree
-
Is this a let declaration?
- isLiteral() - Method in enum jdk.nashorn.api.tree.Tree.Kind
-
Returns if this is a literal tree kind or not.
- isRestParameter() - Method in interface jdk.nashorn.api.tree.IdentifierTree
-
Is this a rest parameter for a function or rest elements of an array?
- isSealed() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
Check whether this script object is sealed
- isStar() - Method in interface jdk.nashorn.api.tree.IdentifierTree
-
Is this "*" used in module export entry?
- isStar() - Method in interface jdk.nashorn.api.tree.YieldTree
-
Is this a yield * expression in a generator function?
For example:
- isStarDefaultStar() - Method in interface jdk.nashorn.api.tree.IdentifierTree
-
Is this "*default*" used in module export entry?
- isStatement() - Method in enum jdk.nashorn.api.tree.Tree.Kind
-
Returns if this is a statement tree kind or not.
- isStatic() - Method in interface jdk.nashorn.api.tree.PropertyTree
-
Is this a class static property?
- isStrict() - Method in interface jdk.nashorn.api.tree.CompilationUnitTree
-
Returns if this is a ECMAScript "strict" compilation unit or not.
- isStrict() - Method in interface jdk.nashorn.api.tree.FunctionDeclarationTree
-
Is this a strict function?
- isStrict() - Method in interface jdk.nashorn.api.tree.FunctionExpressionTree
-
Is this a strict function?
- isStrictFunction() - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- isStrictFunction() - Method in interface jdk.nashorn.api.scripting.JSObject
-
Is this a 'use strict' function object?
- isStrictFunction() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- isSuper() - Method in interface jdk.nashorn.api.tree.IdentifierTree
-
Is this super identifier?
- isThis() - Method in interface jdk.nashorn.api.tree.IdentifierTree
-
Is this 'this' identifier?
- isUndefined(Object) - Static method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
Utility to check if given object is ECMAScript undefined value
- VariableTree - Interface in jdk.nashorn.api.tree
-
- valueOf(String) - Static method in enum jdk.nashorn.api.tree.Diagnostic.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jdk.nashorn.api.tree.Tree.Kind
-
Returns the enum constant of this type with the specified name.
- values() - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- values() - Method in interface jdk.nashorn.api.scripting.JSObject
-
Returns the set of all property values of this object.
- values() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- values() - Static method in enum jdk.nashorn.api.tree.Diagnostic.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jdk.nashorn.api.tree.Tree.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visitArrayAccess(ArrayAccessTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitArrayAccess(ArrayAccessTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit array access expression tree.
- visitArrayLiteral(ArrayLiteralTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitArrayLiteral(ArrayLiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit array literal expression tree.
- visitAssignment(AssignmentTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitAssignment(AssignmentTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit assignment tree.
- visitBinary(BinaryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitBinary(BinaryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit binary expression tree.
- visitBlock(BlockTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitBlock(BlockTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit block statement tree.
- visitBreak(BreakTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitBreak(BreakTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit break statement tree.
- visitCase(CaseTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitCase(CaseTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit case statement tree.
- visitCatch(CatchTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitCatch(CatchTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit catch block statement tree.
- visitClassDeclaration(ClassDeclarationTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a ClassDeclarationTree
tree by calling
visitUnknown
.
- visitClassDeclaration(ClassDeclarationTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit class statement tree.
- visitClassDeclaration(ClassDeclarationTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit class statement tree.
- visitClassExpression(ClassExpressionTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a ClassExpressionTree
tree by calling
visitUnknown
.
- visitClassExpression(ClassExpressionTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit class expression tree.
- visitClassExpression(ClassExpressionTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit class expression tree.
- visitCompilationUnit(CompilationUnitTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitCompilationUnit(CompilationUnitTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
- visitCompilationUnit(CompilationUnitTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit compilation unit tree.
- visitCompoundAssignment(CompoundAssignmentTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitCompoundAssignment(CompoundAssignmentTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit compound assignment tree.
- visitConditionalExpression(ConditionalExpressionTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitConditionalExpression(ConditionalExpressionTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit conditional expression tree.
- visitContinue(ContinueTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitContinue(ContinueTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit continue statement tree.
- visitDebugger(DebuggerTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitDebugger(DebuggerTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit debugger statement tree.
- visitDoWhileLoop(DoWhileLoopTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitDoWhileLoop(DoWhileLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit do-while statement tree.
- visitEmptyStatement(EmptyStatementTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitEmptyStatement(EmptyStatementTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit an empty statement tree.
- visitErroneous(ErroneousTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitErroneous(ErroneousTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit error expression tree.
- visitExportEntry(ExportEntryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits an ExportEntryTree
tree by calling
visitUnknown
.
- visitExportEntry(ExportEntryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit Module ExportEntry tree.
- visitExportEntry(ExportEntryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit Module ExportEntry tree.
- visitExpressionStatement(ExpressionStatementTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitExpressionStatement(ExpressionStatementTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit expression statement tree.
- visitForInLoop(ForInLoopTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitForInLoop(ForInLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit for..in statement tree.
- visitForLoop(ForLoopTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitForLoop(ForLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'for' statement tree.
- visitForOfLoop(ForOfLoopTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a ForOfLoopTree
tree by calling
visitUnknown
.
- visitForOfLoop(ForOfLoopTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit for..of statement tree.
- visitForOfLoop(ForOfLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit for..of statement tree.
- visitFunctionCall(FunctionCallTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitFunctionCall(FunctionCallTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit function call expression tree.
- visitFunctionDeclaration(FunctionDeclarationTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitFunctionDeclaration(FunctionDeclarationTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit function declaration tree.
- visitFunctionExpression(FunctionExpressionTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitFunctionExpression(FunctionExpressionTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit function expression tree.
- visitIdentifier(IdentifierTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitIdentifier(IdentifierTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit identifier tree.
- visitIf(IfTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitIf(IfTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'if' statement tree.
- visitImportEntry(ImportEntryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits an ImportEntryTree
tree by calling
visitUnknown
.
- visitImportEntry(ImportEntryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit Module ImportEntry tree.
- visitImportEntry(ImportEntryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit Module ImportEntry tree.
- visitInstanceOf(InstanceOfTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitInstanceOf(InstanceOfTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'instanceof' expression tree.
- visitLabeledStatement(LabeledStatementTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitLabeledStatement(LabeledStatementTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit labeled statement tree.
- visitLiteral(LiteralTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitLiteral(LiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit literal expression tree.
- visitMemberSelect(MemberSelectTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitMemberSelect(MemberSelectTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit member select expression tree.
- visitModule(ModuleTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a ModuleTree
tree by calling
visitUnknown
.
- visitModule(ModuleTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit Module tree.
- visitModule(ModuleTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit Module tree.
- visitNew(NewTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitNew(NewTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'new' expression tree.
- visitObjectLiteral(ObjectLiteralTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitObjectLiteral(ObjectLiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit object literal tree.
- visitParenthesized(ParenthesizedTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitParenthesized(ParenthesizedTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit parenthesized expression tree.
- visitProperty(PropertyTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitProperty(PropertyTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit a property of an object literal expression tree.
- visitRegExpLiteral(RegExpLiteralTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitRegExpLiteral(RegExpLiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit regular expression literal tree.
- visitReturn(ReturnTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitReturn(ReturnTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit return statement tree.
- visitSpread(SpreadTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a SpreadTree
tree by calling
visitUnknown
.
- visitSpread(SpreadTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit 'spread' expression tree.
- visitSpread(SpreadTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'spread' expression tree.
- visitSwitch(SwitchTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitSwitch(SwitchTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'switch' statement tree.
- visitTemplateLiteral(TemplateLiteralTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a TemplateLiteralTree
tree by calling
visitUnknown
.
- visitTemplateLiteral(TemplateLiteralTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit template literal tree.
- visitTemplateLiteral(TemplateLiteralTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit template literal tree.
- visitThrow(ThrowTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitThrow(ThrowTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'throw' expression tree.
- visitTry(TryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitTry(TryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'try' statement tree.
- visitUnary(UnaryTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitUnary(UnaryTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit unary expression tree.
- visitUnknown(Tree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visit unknown expression/statement tree.
- visitUnknown(Tree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit unknown expression/statement tree.
- visitVariable(VariableTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitVariable(VariableTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
- visitVariable(VariableTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit variable declaration tree.
- visitWhileLoop(WhileLoopTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitWhileLoop(WhileLoopTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'while' statement tree.
- visitWith(WithTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
- visitWith(WithTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'with' statement tree.
- visitYield(YieldTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES5_1
-
Visits a YieldTree
tree by calling
visitUnknown
.
- visitYield(YieldTree, P) - Method in class jdk.nashorn.api.tree.SimpleTreeVisitorES6
-
Visit 'yield' expression tree.
- visitYield(YieldTree, P) - Method in interface jdk.nashorn.api.tree.TreeVisitor
-
Visit 'yield' expression tree.