Uses of Interface
org.sonar.plugins.python.api.tree.DelStatement
Packages that use DelStatement
-
Uses of DelStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type DelStatementModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitDelStatement(DelStatement pyDelStatementTree) voidTreeVisitor.visitDelStatement(DelStatement delStatement) -
Uses of DelStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement DelStatementMethods in org.sonar.python.tree that return DelStatementModifier and TypeMethodDescriptionPythonTreeMaker.delStatement(StatementWithSeparator statementWithSeparator)