Package org.sonar.python.tree
Class FileInputImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.FileInputImpl
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionFileInputImpl(StatementList statements, Token endOfFile, StringLiteral docstring) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) voidaddGlobalVariables(Symbol globalVariable) getKind()Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
FileInputImpl
public FileInputImpl(@Nullable StatementList statements, Token endOfFile, @Nullable StringLiteral docstring)
-
-
Method Details
-
getKind
-
statements
- Specified by:
statementsin interfaceFileInput
-
docstring
-
globalVariables
- Specified by:
globalVariablesin interfaceFileInput
-
addGlobalVariables
-
accept
-
computeChildren
-