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