Package org.sonar.plugins.python.api
Interface SubscriptionCheck.Context
- Enclosing interface:
SubscriptionCheck
public static interface SubscriptionCheck.Context
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterSyntaxNodeConsumer(Tree.Kind elementType, Consumer<SubscriptionContext> consumer)
-
Method Details
-
registerSyntaxNodeConsumer
-