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 |
---|---|
List<? extends PropertyTree> |
ObjectLiteralTree.getProperties()
Returns the list of properties of this object literal.
|
Modifier and Type | Method and Description |
---|---|
R |
SimpleTreeVisitorES5_1.visitProperty(PropertyTree node,
P r) |
R |
TreeVisitor.visitProperty(PropertyTree node,
P p)
Visit a property of an object literal expression tree.
|
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-25-041322.buildd.src