Package org.sonar.python.api.tree
Interface PyStringLiteralTree
-
- All Superinterfaces:
PyExpressionTree,Tree
- All Known Implementing Classes:
PyStringLiteralTreeImpl
public interface PyStringLiteralTree extends PyExpressionTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PyStringElementTree>stringElements()
-
-
-
Method Detail
-
stringElements
List<PyStringElementTree> stringElements()
-
-