Package org.sonar.python.tree
Class PyStringLiteralTreeImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.PyStringLiteralTreeImpl
-
- All Implemented Interfaces:
PyExpressionTree,PyStringLiteralTree,Tree
public class PyStringLiteralTreeImpl extends PyTree implements PyStringLiteralTree
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(PyTreeVisitor visitor)List<Tree>children()Tree.KindgetKind()List<PyStringElementTree>stringElements()-
Methods inherited from class org.sonar.python.tree.PyTree
astNode, firstToken, is, lastToken, parent, setParent
-
-
-
-
Method Detail
-
accept
public void accept(PyTreeVisitor visitor)
-
stringElements
public List<PyStringElementTree> stringElements()
- Specified by:
stringElementsin interfacePyStringLiteralTree
-
-