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