| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.indentation |
Contains all classes required for the
indentation check.
|
| Class and Description |
|---|
| AbstractExpressionHandler
Abstract base class for all handlers.
|
| BlockParentHandler
Handler for parents of blocks ('if', 'else', 'while', etc).
|
| HandlerFactory
Factory for handlers.
|
| IndentationCheck
Checks correct indentation of Java Code.
|
| IndentLevel
Encapsulates representation of notion of expected indentation levels.
|
| LineSet
Represents a set of lines.
|
| 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.
|
Copyright © 2001–2018. All rights reserved.