Class DeclarationOrderCheck.ScopeState

  • Enclosing class:
    DeclarationOrderCheck

    private static class DeclarationOrderCheck.ScopeState
    extends java.lang.Object
    Private class to encapsulate the state.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ScopeState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()