Class DeclarationOrderCheck.ScopeState
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck.ScopeState
- Enclosing class:
- DeclarationOrderCheck
Private class to encapsulate the state.
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
The state the check is in.private Scope
The sub-state the check is in. -
Constructor Summary
-
Method Summary
-
Field Details
-
currentScopeState
The state the check is in. -
declarationAccess
The sub-state the check is in.
-
-
Constructor Details
-
ScopeState
private ScopeState()
-