Nashorn API
DRAFT 9-Ubuntu+0-9b149-1
A B C D E F G H I J K L M N O P R S T U V W X Y 

V

VARIABLE - jdk.nashorn.api.tree.Tree.Kind
Used for instances of VariableTree.
VOID - jdk.nashorn.api.tree.Tree.Kind
Used for instances of UnaryTree representing logical void operator void.
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.
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links
Nashorn API
DRAFT 9-Ubuntu+0-9b149-1

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2014, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b149-1