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