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