Interface ICommonGrammarSymbol

All Superinterfaces:
de.monticore.symboltable.ISymbol
All Known Implementing Classes:
AdditionalAttributeSymbol, AdditionalAttributeSymbolSurrogate, MCGrammarSymbol, MCGrammarSymbolSurrogate, MCGrammarSymbolTOP, ProdSymbol, ProdSymbolSurrogate, ProdSymbolSurrogateTOP, ProdSymbolTOP, RuleComponentSymbol, RuleComponentSymbolSurrogate, RuleComponentSymbolTOP

public interface ICommonGrammarSymbol extends de.monticore.symboltable.ISymbol
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    void
     

    Methods inherited from interface de.monticore.symboltable.ISymbol

    accept, getAccessModifier, getAstNode, getFullName, getName, getPackageName, getSourcePosition, getStereoinfo, isPresentAstNode, setAccessModifier
  • Method Details

    • accept

      void accept(GrammarTraverser visitor)
    • getEnclosingScope

      IGrammarScope getEnclosingScope()
      Specified by:
      getEnclosingScope in interface de.monticore.symboltable.ISymbol
    • setEnclosingScope

      void setEnclosingScope(IGrammarScope enclosingScope)