See: Description
| Class | Description |
|---|---|
| AvoidNestedBlocksCheck |
Finds nested blocks.
|
| EmptyBlockCheck |
Checks for empty blocks.
|
| EmptyCatchBlockCheck |
Checks for empty catch blocks.
|
| LeftCurlyCheck |
Checks the placement of left curly braces.
|
| NeedBracesCheck |
Checks for braces around code blocks.
|
| RightCurlyCheck |
Checks the placement of right curly braces.
|
| Enum | Description |
|---|---|
| BlockOption |
Represents the policy for checking block statements.
|
| LeftCurlyOption |
Represents the options for placing the left curly brace
'{'. |
| RightCurlyOption |
Represents the options for placing the right curly brace
'}'. |
Copyright © 2001-2019. All Rights Reserved.