See: Description
Class | Description |
---|---|
AbstractExpressionHandler |
Abstract base class for all handlers.
|
ArrayInitHandler |
Handler for array initialization blocks.
|
BlockParentHandler |
Handler for parents of blocks ('if', 'else', 'while', etc).
|
CaseHandler |
Handler for case statements.
|
CatchHandler |
Handler for catch blocks.
|
ClassDefHandler |
Handler for class definitions.
|
CommentsIndentationCheck |
This Check controls the indentation between comments and surrounding code.
|
DoWhileHandler |
Handler for do...while blocks.
|
ElseHandler |
Handler for else blocks.
|
FinallyHandler |
Handler for finally blocks.
|
ForHandler |
Handler for for loops.
|
HandlerFactory |
Factory for handlers.
|
IfHandler |
Handler for if statements.
|
ImportHandler |
Handler for import statements.
|
IndentationCheck |
Checks correct indentation of Java Code.
|
IndentLevel |
Encapsulates representation of notion of expected indentation levels.
|
IndexHandler |
Handler for array index operation.
|
LabelHandler |
Handler for labels.
|
LambdaHandler |
Handler for lambda expressions.
|
LineSet |
Represents a set of lines.
|
LineWrappingHandler |
This class checks line-wrapping into definitions and expressions.
|
MemberDefHandler |
Handler for member definitions.
|
MethodCallHandler |
Handler for method calls.
|
MethodDefHandler |
Handler for method definitions.
|
NewHandler |
Handler for operator new.
|
ObjectBlockHandler |
Handler for inner classes.
|
PackageDefHandler |
Handler for package definitions.
|
PrimordialHandler |
A default no-op handler.
|
SlistHandler |
Handler for a list of statements.
|
StaticInitHandler |
Handler for static initialization blocks.
|
SwitchHandler |
Handler for switch statements.
|
SynchronizedHandler |
Handler for synchronized statements.
|
TryHandler |
Handler for try blocks.
|
WhileHandler |
Handler for while loops.
|
Enum | Description |
---|---|
LineWrappingHandler.LineWrappingOptions |
Enum to be used for test if first line's indentation should be checked or not.
|
Copyright © 2001–2018. All rights reserved.