Package com.puppycrawl.tools.checkstyle.checks.indentation
package com.puppycrawl.tools.checkstyle.checks.indentation
Contains all classes required for the
indentation check.
-
ClassDescriptionAbstract base class for all handlers.Handler for annotation array initialization blocks.Handler for array initialization blocks.Handler for parents of blocks ('if', 'else', 'while', etc).Handler for case statements.Handler for catch blocks.Handler for class definitions.Controls the indentation between comments and surrounding code.Represents a set of abstract syntax tree.Handler for do...while blocks.Handler for else blocks.Handler for finally blocks.Handler for for loops.Factory for handlers.Handler for if statements.Handler for import statements.Checks correct indentation of Java code.Encapsulates representation of notion of expected indentation levels.Handler for array index operation.Handler for labels.Handler for lambda expressions.This class checks line-wrapping into definitions and expressions.Enum to be used for test if first line's indentation should be checked or not.Handler for member definitions.Handler for method calls.Handler for method definitions.Handler for operator new.Handler for inner classes.Handler for package definitions.A default no-op handler.Handler for a list of statements.Handler for static initialization blocks.Handler for switch statements.Handler for switch rules.Handler for synchronized statements.Handler for try blocks.Handler for while loops.Handler for yield expression.