Package org.sonar.python.api.tree
Interface FileInput
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FileInputImpl
public interface FileInput extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tokendocstring()StatementListstatements()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
statements
@CheckForNull StatementList statements()
-
docstring
@CheckForNull Token docstring()
-
-