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