Package org.sonar.plugins.python.api
Class PythonSubscriptionCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
- Direct Known Subclasses:
FileLinesVisitor
public abstract class PythonSubscriptionCheck extends Object implements SubscriptionCheck, PythonCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.PreciseIssue
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context
-
-
Constructor Summary
Constructors Constructor Description PythonSubscriptionCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidleaveFile()voidscanFile(PythonVisitorContext visitorContext)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
initialize
-
-
-
-
Method Detail
-
scanFile
public void scanFile(PythonVisitorContext visitorContext)
- Specified by:
scanFilein interfacePythonCheck
-
leaveFile
public void leaveFile()
-
-