Class TagsScope

java.lang.Object
de.monticore.tagging.tags._symboltable.TagsScope
All Implemented Interfaces:
IMCCommonLiteralsScope, IMCLiteralsBasisScope, IMCBasicsScope, de.monticore.symboltable.IScope, ITagsScope, IMCBasicTypesScope
Direct Known Subclasses:
TagsArtifactScope, TagsGlobalScope

public class TagsScope extends Object implements ITagsScope
  • Field Details

    • unknownSymbols

      protected com.google.common.collect.LinkedListMultimap<String,de.monticore.symboltable.SymbolWithScopeOfUnknownKind> unknownSymbols
    • unknownSymbolsAlreadyResolved

      protected boolean unknownSymbolsAlreadyResolved
    • enclosingScope

      protected ITagsScope enclosingScope
    • spanningSymbol

      protected Optional<de.monticore.symboltable.IScopeSpanningSymbol> spanningSymbol
    • shadowing

      protected boolean shadowing
    • exportingSymbols

      protected boolean exportingSymbols
    • ordered

      protected boolean ordered
    • name

      protected Optional<String> name
    • astNode

      protected Optional<de.monticore.ast.ASTNode> astNode
    • subScopes

      protected List<ITagsScope> subScopes
  • Constructor Details

    • TagsScope

      public TagsScope()
    • TagsScope

      public TagsScope(boolean shadowing)
    • TagsScope

      public TagsScope(ITagsScope enclosingScope)
    • TagsScope

      public TagsScope(ITagsScope enclosingScope, boolean shadowing)
  • Method Details