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 TypeMethodDescriptionvoidaccept(GrammarTraverser visitor) voidsetEnclosingScope(IGrammarScope enclosingScope) Methods inherited from interface de.monticore.symboltable.ISymbol
accept, getAccessModifier, getAstNode, getFullName, getName, getPackageName, getSourcePosition, getStereoinfo, isPresentAstNode, setAccessModifier
-
Method Details
-
accept
-
getEnclosingScope
IGrammarScope getEnclosingScope()- Specified by:
getEnclosingScopein interfacede.monticore.symboltable.ISymbol
-
setEnclosingScope
-