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