Interface FileInput
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FileInputImpl
public interface FileInput extends Tree
Root of the AST.
See https://docs.python.org/3/reference/toplevel_components.html#file-inputdocstring()statements()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringLiteraldocstring()Set<Symbol>globalVariables()StatementListstatements()
-
-
-
Method Detail
-
docstring
@CheckForNull StringLiteral docstring()
-
statements
@CheckForNull StatementList statements()
-
-