Uses of Interface
org.sonar.plugins.python.api.tree.NonlocalStatement
Packages that use NonlocalStatement
-
Uses of NonlocalStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type NonlocalStatementModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitNonlocalStatement(NonlocalStatement pyNonlocalStatementTree) voidTreeVisitor.visitNonlocalStatement(NonlocalStatement nonlocalStatement) -
Uses of NonlocalStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement NonlocalStatementMethods in org.sonar.python.tree that return NonlocalStatementModifier and TypeMethodDescriptionPythonTreeMaker.nonlocalStatement(StatementWithSeparator statementWithSeparator)