Interface ICommonSetExpressionsSymbol
-
- All Superinterfaces:
de.monticore.symboltable.ISymbol
public interface ICommonSetExpressionsSymbol extends de.monticore.symboltable.ISymbol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(SetExpressionsTraverser visitor)ISetExpressionsScopegetEnclosingScope()voidsetEnclosingScope(ISetExpressionsScope enclosingScope)
-
-
-
Method Detail
-
accept
void accept(SetExpressionsTraverser visitor)
-
getEnclosingScope
ISetExpressionsScope getEnclosingScope()
- Specified by:
getEnclosingScopein interfacede.monticore.symboltable.ISymbol
-
setEnclosingScope
void setEnclosingScope(ISetExpressionsScope enclosingScope)
-
-