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