Class MCJavaLiteralsScope

java.lang.Object
de.monticore.literals.mcjavaliterals._symboltable.MCJavaLiteralsScope
All Implemented Interfaces:
IMCCommonLiteralsScope, IMCJavaLiteralsScope, IMCLiteralsBasisScope, IMCBasicsScope, de.monticore.symboltable.IScope
Direct Known Subclasses:
MCJavaLiteralsArtifactScope, MCJavaLiteralsGlobalScope

public class MCJavaLiteralsScope extends Object implements IMCJavaLiteralsScope
  • Field Details

    • unknownSymbols

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

      protected boolean unknownSymbolsAlreadyResolved
    • enclosingScope

      protected IMCJavaLiteralsScope 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<IMCJavaLiteralsScope> subScopes
  • Constructor Details

    • MCJavaLiteralsScope

      public MCJavaLiteralsScope()
    • MCJavaLiteralsScope

      public MCJavaLiteralsScope(boolean shadowing)
    • MCJavaLiteralsScope

      public MCJavaLiteralsScope(IMCJavaLiteralsScope enclosingScope)
    • MCJavaLiteralsScope

      public MCJavaLiteralsScope(IMCJavaLiteralsScope enclosingScope, boolean shadowing)
  • Method Details