Package org.sonar.plugins.python.api
Class PythonSubscriptionCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
- All Implemented Interfaces:
PythonCheck,PythonFileConsumer,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.CheckScope, PythonCheck.PreciseIssueNested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.PythonCheck
scopeMethods inherited from interface org.sonar.plugins.python.api.PythonFileConsumer
scanWithoutParsingMethods inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
initialize
-
Constructor Details
-
PythonSubscriptionCheck
public PythonSubscriptionCheck()
-
-
Method Details
-
scanFile
- Specified by:
scanFilein interfacePythonFileConsumer
-
leaveFile
public void leaveFile()
-