Uses of Interface
org.sonar.plugins.jcl.api.checks.CheckContext
Packages that use CheckContext
-
Uses of CheckContext in org.sonar.plugins.jcl.api.checks
Method parameters in org.sonar.plugins.jcl.api.checks with type arguments of type CheckContextModifier and TypeMethodDescription<T extends JclTree>
voidInitContext.register(Class<T> clazz, BiConsumer<CheckContext, T> consumer) Register a check for a specific type of tree node.voidInitContext.registerLeaveFile(BiConsumer<CheckContext, JclTree> consumer) Register a check to be called after visiting all nodes in the file.