- All Superinterfaces:
ExpressionTree
,Tree
A tree node for template literal strings.
For example:
`This is a String with ${computed} values in it`
- Since:
- 9
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<? extends ExpressionTree> Returns the list of expressions in this template stringMethods inherited from interface org.openjdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition
-
Method Details
-
getExpressions
List<? extends ExpressionTree> getExpressions()Returns the list of expressions in this template string- Returns:
- the list of expressions in this template string
-