Package | Description |
---|---|
jdk.nashorn.api.tree |
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
|
Modifier and Type | Method and Description |
---|---|
FunctionExpressionTree |
PropertyTree.getGetter()
Returns the setter function of this property if this
is an accessor property.
|
FunctionExpressionTree |
PropertyTree.getSetter()
Returns the getter function of this property if this
is an accessor property.
|
Modifier and Type | Method and Description |
---|---|
R |
SimpleTreeVisitorES5_1.visitFunctionExpression(FunctionExpressionTree node,
P r) |
R |
TreeVisitor.visitFunctionExpression(FunctionExpressionTree node,
P p)
Visit function expression tree.
|
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-152615.buildd.src