Class DeclarationOrderCheck.ScopeState
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck.ScopeState
-
- Enclosing class:
- DeclarationOrderCheck
private static final class DeclarationOrderCheck.ScopeState extends Object
Private class to encapsulate the state.
-
-
Field Summary
Fields Modifier and Type Field Description private int
currentScopeState
The state the check is in.private Scope
declarationAccess
The sub-state the check is in.
-
Constructor Summary
Constructors Modifier Constructor Description private
ScopeState()
-
-
-
Field Detail
-
currentScopeState
private int currentScopeState
The state the check is in.
-
declarationAccess
private Scope declarationAccess
The sub-state the check is in.
-
-
Constructor Detail
-
ScopeState
private ScopeState()
-
-