Interface IndentationLogger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback used by handlers to report indentation violations without holding a
reference to
IndentationCheck.-
Method Summary
-
Method Details
-
log
Log a violation for the given AST.- Parameters:
ast- the AST that caused the violationmessageKey- the message keyargs- message arguments
-