Interface ExpandableStringCharactersTree
-
- All Superinterfaces:
ExpressionTree
,Tree
- All Known Implementing Classes:
ExpandableStringCharactersTreeImpl
public interface ExpandableStringCharactersTree extends ExpressionTree
Characters within expandable stringThis tree has kind
Kind.EXPANDABLE_STRING_CHARACTERS
orKind.HEREDOC_STRING_CHARACTERS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxToken
token()
String
value()
-
-
-
Method Detail
-
value
String value()
-
token
SyntaxToken token()
-
-