Class ScopeCollector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<ScopeImpl> scopes  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScopeCollector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ScopeImpl> getScopes()  
      void visit​(ScopeImpl obj)
      Invoked for a node in tree.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • scopes

        protected java.util.List<ScopeImpl> scopes
    • Constructor Detail

      • ScopeCollector

        public ScopeCollector()
    • Method Detail

      • getScopes

        public java.util.List<ScopeImpl> getScopes()