Uses of Interface
org.sonar.plugins.python.api.SubscriptionContext
Packages that use SubscriptionContext
-
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)