Package org.sonar.python.api.tree
Interface PyStatementListTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PyStatementListTreeImpl
public interface PyStatementListTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PyStatementTree>statements()List<com.sonar.sslr.api.Token>tokens()
-
-
-
Method Detail
-
statements
List<PyStatementTree> statements()
-
tokens
List<com.sonar.sslr.api.Token> tokens()
-
-