Interface ICommonRegularExpressionsSymbol
-
- All Superinterfaces:
de.monticore.symboltable.ISymbol
- All Known Implementing Classes:
NamedCapturingGroupSymbol,NamedCapturingGroupSymbolSurrogate
public interface ICommonRegularExpressionsSymbol extends de.monticore.symboltable.ISymbol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(RegularExpressionsTraverser visitor)IRegularExpressionsScopegetEnclosingScope()voidsetEnclosingScope(IRegularExpressionsScope enclosingScope)
-
-
-
Method Detail
-
accept
void accept(RegularExpressionsTraverser visitor)
-
getEnclosingScope
IRegularExpressionsScope getEnclosingScope()
- Specified by:
getEnclosingScopein interfacede.monticore.symboltable.ISymbol
-
setEnclosingScope
void setEnclosingScope(IRegularExpressionsScope enclosingScope)
-
-