Package org.sonar.python.checks
Class IncompatibleOperandsCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.IncompatibleOperands
org.sonar.python.checks.IncompatibleOperandsCheck
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sonar.python.checks.IncompatibleOperands
IncompatibleOperands.SpecialMethodNested 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 TypeMethodDescriptionmessage(Token operator, InferredType left, InferredType right) resolveMethod(InferredType type, String method) Methods inherited from class org.sonar.python.checks.IncompatibleOperands
initializeMethods 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
-
IncompatibleOperandsCheck
public IncompatibleOperandsCheck()
-
-
Method Details
-
resolveMethod
- Specified by:
resolveMethodin classIncompatibleOperands
-
message
- Specified by:
messagein classIncompatibleOperands
-
message
- Specified by:
messagein classIncompatibleOperands
-