Interface IMCBasicsScope

    • Method Detail

      • getSubScopes

        java.util.List<? extends IMCBasicsScope> getSubScopes()
      • removeSubScope

        default void removeSubScope​(IMCBasicsScope subScope)
      • getEnclosingScope

        IMCBasicsScope getEnclosingScope()
        Specified by:
        getEnclosingScope in interface de.monticore.symboltable.IScope
      • setEnclosingScope

        void setEnclosingScope​(IMCBasicsScope enclosingScope)
      • getSymbolsSize

        default int getSymbolsSize()
        Specified by:
        getSymbolsSize in interface de.monticore.symboltable.IScope
      • accept

        void accept​(de.monticore.visitor.ITraverser visitor)
        Specified by:
        accept in interface de.monticore.symboltable.IScope