Class BitExpressionsScope

java.lang.Object
de.monticore.expressions.bitexpressions._symboltable.BitExpressionsScope
All Implemented Interfaces:
IBitExpressionsScope, IExpressionsBasisScope, IMCLiteralsBasisScope, IMCBasicsScope, de.monticore.symboltable.IScope
Direct Known Subclasses:
BitExpressionsArtifactScope, BitExpressionsGlobalScope

public class BitExpressionsScope extends Object implements IBitExpressionsScope
  • Field Details

    • unknownSymbols

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

      protected boolean unknownSymbolsAlreadyResolved
    • enclosingScope

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

    • BitExpressionsScope

      public BitExpressionsScope()
    • BitExpressionsScope

      public BitExpressionsScope(boolean shadowing)
    • BitExpressionsScope

      public BitExpressionsScope(IBitExpressionsScope enclosingScope)
    • BitExpressionsScope

      public BitExpressionsScope(IBitExpressionsScope enclosingScope, boolean shadowing)
  • Method Details