Interface ICommonODRulesSymbol
-
- All Superinterfaces:
de.monticore.symboltable.ISymbol
- All Known Implementing Classes:
ODAttributeSymbol,ODAttributeSymbolSurrogate,ODDefinitionSymbol,ODDefinitionSymbolSurrogate,ODObjectSymbol,ODObjectSymbolSurrogate
public interface ICommonODRulesSymbol extends de.monticore.symboltable.ISymbol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(ODRulesTraverser visitor)IODRulesScopegetEnclosingScope()voidsetEnclosingScope(IODRulesScope enclosingScope)
-
-
-
Method Detail
-
accept
void accept(ODRulesTraverser visitor)
-
getEnclosingScope
IODRulesScope getEnclosingScope()
- Specified by:
getEnclosingScopein interfacede.monticore.symboltable.ISymbol
-
setEnclosingScope
void setEnclosingScope(IODRulesScope enclosingScope)
-
-