Uses of Interface
org.sonar.plugins.python.api.tree.NonlocalStatement
-
Packages that use NonlocalStatement Package Description org.sonar.plugins.python.api.tree org.sonar.python.tree -
-
Uses of NonlocalStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type NonlocalStatement Modifier and Type Method Description voidBaseTreeVisitor. visitNonlocalStatement(NonlocalStatement pyNonlocalStatementTree)voidTreeVisitor. visitNonlocalStatement(NonlocalStatement nonlocalStatement) -
Uses of NonlocalStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement NonlocalStatement Modifier and Type Class Description classNonlocalStatementImplMethods in org.sonar.python.tree that return NonlocalStatement Modifier and Type Method Description NonlocalStatementPythonTreeMaker. nonlocalStatement(StatementWithSeparator statementWithSeparator)
-