Interface IMCCommonLiteralsScope
-
- All Superinterfaces:
IMCBasicsScope,IMCLiteralsBasisScope,de.monticore.symboltable.IScope
- All Known Subinterfaces:
ICardinalityArtifactScope,ICardinalityGlobalScope,ICardinalityScope,IGrammar_WithConceptsArtifactScope,IGrammar_WithConceptsGlobalScope,IGrammar_WithConceptsScope,IGrammarArtifactScope,IGrammarGlobalScope,IGrammarScope,IGrammarScopeTOP,IJavaLightArtifactScope,IJavaLightGlobalScope,IJavaLightScope,IMCCommonArtifactScope,IMCCommonGlobalScope,IMCCommonLiteralsArtifactScope,IMCCommonLiteralsGlobalScope,IMCCommonScope,IMCJavaLiteralsArtifactScope,IMCJavaLiteralsGlobalScope,IMCJavaLiteralsScope,IODRulesArtifactScope,IODRulesGlobalScope,IODRulesScope,IODRulesScopeTOP,IRegExTypeArtifactScope,IRegExTypeGlobalScope,IRegExTypeScope,IRegularExpressionsArtifactScope,IRegularExpressionsGlobalScope,IRegularExpressionsScope,ISIUnitLiteralsArtifactScope,ISIUnitLiteralsGlobalScope,ISIUnitLiteralsScope,ISIUnitsArtifactScope,ISIUnitsGlobalScope,ISIUnitsScope,ISIUnitTypes4ComputingArtifactScope,ISIUnitTypes4ComputingGlobalScope,ISIUnitTypes4ComputingScope,ISIUnitTypes4MathArtifactScope,ISIUnitTypes4MathGlobalScope,ISIUnitTypes4MathScope,ITagsArtifactScope,ITagSchemaArtifactScope,ITagSchemaGlobalScope,ITagSchemaScope,ITagsGlobalScope,ITagsScope,ITFBasisExtsArtifactScope,ITFBasisExtsGlobalScope,ITFBasisExtsScope,ITFCommonsArtifactScope,ITFCommonsGlobalScope,ITFCommonsScope,IUMLModifierArtifactScope,IUMLModifierGlobalScope,IUMLModifierScope,IUMLStereotypeArtifactScope,IUMLStereotypeGlobalScope,IUMLStereotypeScope
- All Known Implementing Classes:
CardinalityArtifactScope,CardinalityGlobalScope,CardinalityScope,Grammar_WithConceptsArtifactScope,Grammar_WithConceptsGlobalScope,Grammar_WithConceptsGlobalScopeTOP,Grammar_WithConceptsScope,GrammarArtifactScope,GrammarGlobalScope,GrammarScope,JavaLightArtifactScope,JavaLightGlobalScope,JavaLightScope,MCCommonArtifactScope,MCCommonGlobalScope,MCCommonLiteralsArtifactScope,MCCommonLiteralsGlobalScope,MCCommonLiteralsScope,MCCommonScope,MCJavaLiteralsArtifactScope,MCJavaLiteralsGlobalScope,MCJavaLiteralsScope,ODRulesArtifactScope,ODRulesGlobalScope,ODRulesScope,RegExTypeArtifactScope,RegExTypeGlobalScope,RegExTypeScope,RegularExpressionsArtifactScope,RegularExpressionsGlobalScope,RegularExpressionsScope,SIUnitLiteralsArtifactScope,SIUnitLiteralsGlobalScope,SIUnitLiteralsScope,SIUnitsArtifactScope,SIUnitsGlobalScope,SIUnitsScope,SIUnitTypes4ComputingArtifactScope,SIUnitTypes4ComputingGlobalScope,SIUnitTypes4ComputingScope,SIUnitTypes4MathArtifactScope,SIUnitTypes4MathGlobalScope,SIUnitTypes4MathScope,TagsArtifactScope,TagSchemaArtifactScope,TagSchemaGlobalScope,TagSchemaScope,TagsGlobalScope,TagsScope,TFBasisExtsArtifactScope,TFBasisExtsGlobalScope,TFBasisExtsScope,TFCommonsArtifactScope,TFCommonsGlobalScope,TFCommonsScope,UMLModifierArtifactScope,UMLModifierGlobalScope,UMLModifierScope,UMLStereotypeArtifactScope,UMLStereotypeGlobalScope,UMLStereotypeScope
public interface IMCCommonLiteralsScope extends IMCBasicsScope, IMCLiteralsBasisScope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(MCCommonLiteralsTraverser visitor)voidaccept(MCLiteralsBasisTraverser visitor)voidaccept(MCBasicsTraverser visitor)voidaccept(de.monticore.visitor.ITraverser visitor)default voidaddSubScope(IMCCommonLiteralsScope subScope)IMCCommonLiteralsScopegetEnclosingScope()java.util.List<? extends IMCCommonLiteralsScope>getSubScopes()default intgetSymbolsSize()default voidremoveSubScope(IMCCommonLiteralsScope subScope)voidsetEnclosingScope(IMCCommonLiteralsScope enclosingScope)-
Methods inherited from interface de.monticore.mcbasics._symboltable.IMCBasicsScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.literals.mcliteralsbasis._symboltable.IMCLiteralsBasisScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.symboltable.IScope
add, checkIfContinueAsSubScope, checkIfContinueWithEnclosingScope, filterSymbolsByAccessModifier, getAstNode, getLocalUnknownSymbols, getName, getNameParts, getRemainingNameForResolveDown, getResolvedOrThrowException, getSpanningSymbol, getUnknownSymbols, isExportingSymbols, isOrdered, isPresentAstNode, isPresentName, isPresentSpanningSymbol, isProperSubScopeOf, isShadowing, isSubScopeOf, remove, setAstNode, setAstNodeAbsent, setExportingSymbols, setName, setNameAbsent, setOrdered, setShadowing, setSpanningSymbol, setSpanningSymbolAbsent
-
-
-
-
Method Detail
-
getSubScopes
java.util.List<? extends IMCCommonLiteralsScope> getSubScopes()
- Specified by:
getSubScopesin interfaceIMCBasicsScope- Specified by:
getSubScopesin interfaceIMCLiteralsBasisScope
-
addSubScope
default void addSubScope(IMCCommonLiteralsScope subScope)
-
removeSubScope
default void removeSubScope(IMCCommonLiteralsScope subScope)
-
getEnclosingScope
IMCCommonLiteralsScope getEnclosingScope()
- Specified by:
getEnclosingScopein interfaceIMCBasicsScope- Specified by:
getEnclosingScopein interfaceIMCLiteralsBasisScope- Specified by:
getEnclosingScopein interfacede.monticore.symboltable.IScope
-
setEnclosingScope
void setEnclosingScope(IMCCommonLiteralsScope enclosingScope)
-
accept
void accept(MCCommonLiteralsTraverser visitor)
-
getSymbolsSize
default int getSymbolsSize()
- Specified by:
getSymbolsSizein interfaceIMCBasicsScope- Specified by:
getSymbolsSizein interfaceIMCLiteralsBasisScope- Specified by:
getSymbolsSizein interfacede.monticore.symboltable.IScope
-
accept
void accept(MCBasicsTraverser visitor)
- Specified by:
acceptin interfaceIMCBasicsScope
-
accept
void accept(MCLiteralsBasisTraverser visitor)
- Specified by:
acceptin interfaceIMCLiteralsBasisScope
-
accept
void accept(de.monticore.visitor.ITraverser visitor)
- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfacede.monticore.symboltable.IScope
-
-