Package org.sonar.python.checks
Class IncompatibleOperands
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.IncompatibleOperands
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
- Direct Known Subclasses:
IncompatibleOperandsCheck
-
Nested Class Summary
Nested ClassesNested 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
Modifier and TypeMethodDescriptionvoidinitialize(SubscriptionCheck.Context context) abstract Stringabstract Stringmessage(Token operator, InferredType left, InferredType right) abstract IncompatibleOperands.SpecialMethodresolveMethod(InferredType type, String method) Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFileMethods 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
scanWithoutParsing, scope
-
Constructor Details
-
IncompatibleOperands
public IncompatibleOperands()
-
-
Method Details
-
initialize
-
resolveMethod
-
message
-
message
-