Package org.sonar.python.checks
Class NonCallableCalled
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.NonCallableCalled
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
- Direct Known Subclasses:
NonCallableCalledCheck
-
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
Modifier and TypeMethodDescriptionprotected static StringaddTypeName(PythonType type) voidinitialize(SubscriptionCheck.Context context) protected booleanisCallMemberMissing(SubscriptionContext ctx, PythonType calleeType) protected booleanisException(SubscriptionContext ctx, PythonType calleeType) protected abstract booleanisExpectedTypeSource(SubscriptionContext ctx, PythonType calleeType) protected Stringmessage(PythonType calleeType, String name) 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
-
NonCallableCalled
public NonCallableCalled()
-
-
Method Details
-
initialize
-
isCallMemberMissing
-
isException
-
isExpectedTypeSource
-
addTypeName
-
message
-