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
FieldsModifier and TypeFieldDescriptionprivate intThe state the check is in.private ScopeThe sub-state the check is in. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
currentScopeState
The state the check is in. - 
declarationAccess
The sub-state the check is in. 
 - 
 - 
Constructor Details
- 
ScopeState
private ScopeState() 
 -