Uses of Interface
org.sonar.plugins.python.api.tree.GlobalStatement
Packages that use GlobalStatement
Package
Description
-
Uses of GlobalStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type GlobalStatementModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitGlobalStatement(GlobalStatement pyGlobalStatementTree) voidTreeVisitor.visitGlobalStatement(GlobalStatement globalStatement) -
Uses of GlobalStatement in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 with parameters of type GlobalStatementModifier and TypeMethodDescriptionvoidWriteUsagesVisitor.visitGlobalStatement(GlobalStatement globalStatement) -
Uses of GlobalStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement GlobalStatementMethods in org.sonar.python.tree that return GlobalStatementModifier and TypeMethodDescriptionPythonTreeMaker.globalStatement(StatementWithSeparator statementWithSeparator)