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

    Modifier and Type
    Method
    Description
    void
    log(DetailAST ast, String messageKey, Object... args)
    Log a violation for the given AST.
  • Method Details

    • log

      void log(DetailAST ast, String messageKey, Object... args)
      Log a violation for the given AST.
      Parameters:
      ast - the AST that caused the violation
      messageKey - the message key
      args - message arguments