Uses of Interface
org.sonar.python.api.tree.GlobalStatement
-
Packages that use GlobalStatement Package Description org.sonar.python.api.tree org.sonar.python.tree -
-
Uses of GlobalStatement in org.sonar.python.api.tree
Methods in org.sonar.python.api.tree with parameters of type GlobalStatement Modifier and Type Method Description 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(com.sonar.sslr.api.AstNode astNode)Methods in org.sonar.python.tree with parameters of type GlobalStatement Modifier and Type Method Description voidBaseTreeVisitor. visitGlobalStatement(GlobalStatement pyGlobalStatementTree)
-