Package org.sonar.plugins.python.api
Interface SubscriptionCheck.Context
-
- Enclosing interface:
- SubscriptionCheck
public static interface SubscriptionCheck.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterSyntaxNodeConsumer(Tree.Kind elementType, Consumer<SubscriptionContext> consumer)
-
-
-
Method Detail
-
registerSyntaxNodeConsumer
void registerSyntaxNodeConsumer(Tree.Kind elementType, Consumer<SubscriptionContext> consumer)
-
-