Class DeclarationOrderCheck.ScopeState

java.lang.Object
com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck.ScopeState
Enclosing class:
DeclarationOrderCheck

private static class DeclarationOrderCheck.ScopeState extends Object
Private class to encapsulate the state.
  • Field Details

    • currentScopeState

      private int currentScopeState
      The state the check is in.
    • declarationAccess

      private Scope declarationAccess
      The sub-state the check is in.
  • Constructor Details

    • ScopeState

      private ScopeState()