Interface ExpandableStringLiteralTree
-
- All Superinterfaces:
ExpressionTree,Tree
- All Known Implementing Classes:
ExpandableStringLiteralTreeImpl
public interface ExpandableStringLiteralTree extends ExpressionTree
Expandable String, containing variable name"
string characters$expression" "expressions()"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokencloseDoubleQuoteToken()List<ExpressionTree>expressions()SyntaxTokenopenDoubleQuoteToken()List<ExpandableStringCharactersTree>strings()
-
-
-
Method Detail
-
openDoubleQuoteToken
SyntaxToken openDoubleQuoteToken()
- Returns:
- backtick if this string is an execution operation
-
strings
List<ExpandableStringCharactersTree> strings()
-
expressions
List<ExpressionTree> expressions()
-
closeDoubleQuoteToken
SyntaxToken closeDoubleQuoteToken()
-
-