Class AntlrArtifactScope

java.lang.Object
de.monticore.grammar.concepts.antlr.antlr._symboltable.AntlrScope
de.monticore.grammar.concepts.antlr.antlr._symboltable.AntlrArtifactScope
All Implemented Interfaces:
IAntlrArtifactScope, IAntlrScope, de.monticore.symboltable.IArtifactScope, de.monticore.symboltable.IScope

public class AntlrArtifactScope extends AntlrScope implements IAntlrArtifactScope
  • Field Details

    • packageName

      protected String packageName
    • imports

      protected List<de.monticore.symboltable.ImportStatement> imports
  • Constructor Details

    • AntlrArtifactScope

      public AntlrArtifactScope(String packageName, List<de.monticore.symboltable.ImportStatement> imports)
    • AntlrArtifactScope

      public AntlrArtifactScope(Optional<IAntlrScope> enclosingScope, String packageName, List<de.monticore.symboltable.ImportStatement> imports)
    • AntlrArtifactScope

      public AntlrArtifactScope()
  • Method Details