Uses of Package
com.puppycrawl.tools.checkstyle.checks.indentation
-
Packages that use com.puppycrawl.tools.checkstyle.checks.indentation Package Description com.puppycrawl.tools.checkstyle.checks.indentation Contains all classes required for the indentation check. -
Classes in com.puppycrawl.tools.checkstyle.checks.indentation used by com.puppycrawl.tools.checkstyle.checks.indentation Class Description AbstractExpressionHandler Abstract base class for all handlers.BlockParentHandler Handler for parents of blocks ('if', 'else', 'while', etc).DetailAstSet Represents a set of abstract syntax tree.HandlerFactory Factory for handlers.IndentationCheck Checks correct indentation of Java code.IndentLevel Encapsulates representation of notion of expected indentation levels.LineWrappingHandler This class checks line-wrapping into definitions and expressions.LineWrappingHandler.LineWrappingOptions Enum to be used for test if first line's indentation should be checked or not.