- All Superinterfaces:
ExpressionTree
,Tree
Represents ECMAScript object literal expression.
- Since:
- 9
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<? extends PropertyTree> Returns the list of properties of this object literal.Methods inherited from interface org.openjdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition
-
Method Details
-
getProperties
List<? extends PropertyTree> getProperties()Returns the list of properties of this object literal.- Returns:
- the list of properties of this object literal
-