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