Package org.sonar.python
Interface PythonCheck
-
- All Known Implementing Classes:
PythonCheckAstNode,PythonCheckTree,PythonSubscriptionCheck
public interface PythonCheck
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPythonCheck.PreciseIssue
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscanFile(PythonVisitorContext visitorContext)
-
-
-
Method Detail
-
scanFile
void scanFile(PythonVisitorContext visitorContext)
-
-