Package org.sonar.python.api.tree
Interface PyFileInputTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PyFileInputTreeImpl
public interface PyFileInputTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sonar.sslr.api.Tokendocstring()PyStatementListTreestatements()
-
-
-
Method Detail
-
statements
@CheckForNull PyStatementListTree statements()
-
docstring
@CheckForNull com.sonar.sslr.api.Token docstring()
-
-