- All Superinterfaces:
ExpressionTree
,Tree
A tree node for spread operator in array elements, function call arguments.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the expression that is being spread.Methods inherited from interface org.openjdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition
-
Method Details
-
getExpression
ExpressionTree getExpression()Returns the expression that is being spread.- Returns:
- The expression that is being spread.
-