Uses of Interface
org.sonar.plugins.python.api.tree.NonlocalStatement
Packages that use NonlocalStatement
Package
Description
-
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.semantic.v2
Methods in org.sonar.python.semantic.v2 with parameters of type NonlocalStatementModifier and TypeMethodDescriptionvoidWriteUsagesVisitor.visitNonlocalStatement(NonlocalStatement pyNonlocalStatementTree) -
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)