Uses of Interface
org.sonar.python.api.tree.PyGlobalStatementTree
-
Packages that use PyGlobalStatementTree Package Description org.sonar.python.api.tree org.sonar.python.tree -
-
Uses of PyGlobalStatementTree in org.sonar.python.api.tree
Methods in org.sonar.python.api.tree with parameters of type PyGlobalStatementTree Modifier and Type Method Description voidPyTreeVisitor. visitGlobalStatement(PyGlobalStatementTree pyGlobalStatementTree) -
Uses of PyGlobalStatementTree in org.sonar.python.tree
Classes in org.sonar.python.tree that implement PyGlobalStatementTree Modifier and Type Class Description classPyGlobalStatementTreeImplMethods in org.sonar.python.tree that return PyGlobalStatementTree Modifier and Type Method Description PyGlobalStatementTreePythonTreeMaker. globalStatement(com.sonar.sslr.api.AstNode astNode)Methods in org.sonar.python.tree with parameters of type PyGlobalStatementTree Modifier and Type Method Description voidBaseTreeVisitor. visitGlobalStatement(PyGlobalStatementTree pyGlobalStatementTree)
-