Uses of Interface
org.sonar.plugins.python.api.SubscriptionContext
Packages that use SubscriptionContext
Package
Description
-
Uses of SubscriptionContext in org.sonar.plugins.python.api
Method parameters in org.sonar.plugins.python.api with type arguments of type SubscriptionContextModifier and TypeMethodDescriptionvoidSubscriptionCheck.Context.registerSyntaxNodeConsumer(Tree.Kind elementType, Consumer<SubscriptionContext> consumer) -
Uses of SubscriptionContext in org.sonar.python.api.types.v2.matchers
Methods in org.sonar.python.api.types.v2.matchers with parameters of type SubscriptionContextModifier and TypeMethodDescriptionTypeMatcher.evaluateFor(Expression expr, SubscriptionContext ctx) booleanTypeMatcher.isTrueFor(Expression expr, SubscriptionContext ctx) -
Uses of SubscriptionContext in org.sonar.python.types.v2.matchers
Methods in org.sonar.python.types.v2.matchers with parameters of type SubscriptionContextModifier and TypeMethodDescriptionAllTypePredicate.check(PythonType type, SubscriptionContext ctx) AnyTypePredicate.check(PythonType type, SubscriptionContext ctx) HasFQNPredicate.check(PythonType type, SubscriptionContext ctx) HasMemberPredicate.check(PythonType type, SubscriptionContext ctx) HasMemberSatisfyingPredicate.check(PythonType type, SubscriptionContext ctx) IsObjectSatisfyingPredicate.check(PythonType type, SubscriptionContext ctx) IsObjectSubtypeOfPredicate.check(PythonType type, SubscriptionContext ctx) IsTypePredicate.check(PythonType type, SubscriptionContext ctx) TypePredicate.check(PythonType type, SubscriptionContext ctx) TypeSourcePredicate.check(PythonType type, SubscriptionContext ctx)