Uses of Interface
org.sonar.plugins.python.api.tree.GlobalStatement
-
Packages that use GlobalStatement Package Description org.sonar.plugins.python.api.tree org.sonar.python.tree -
-
Uses of GlobalStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type GlobalStatement Modifier and Type Method Description voidBaseTreeVisitor. visitGlobalStatement(GlobalStatement pyGlobalStatementTree)voidTreeVisitor. visitGlobalStatement(GlobalStatement globalStatement) -
Uses of GlobalStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement GlobalStatement Modifier and Type Class Description classGlobalStatementImplMethods in org.sonar.python.tree that return GlobalStatement Modifier and Type Method Description GlobalStatementPythonTreeMaker. globalStatement(StatementWithSeparator statementWithSeparator)
-