Interface ExpandableStringLiteralTree
- All Superinterfaces:
ExpressionTree
,Tree
- All Known Implementing Classes:
ExpandableStringLiteralTreeImpl
Expandable String, containing variable name
"string characters
$expression
" "expressions()
"
-
Nested Class Summary
-
Method Summary
-
Method Details
-
openDoubleQuoteToken
SyntaxToken openDoubleQuoteToken()- Returns:
- backtick if this string is an execution operation
-
strings
List<ExpandableStringCharactersTree> strings() -
expressions
List<ExpressionTree> expressions() -
closeDoubleQuoteToken
SyntaxToken closeDoubleQuoteToken()
-