Interface IMCCollectionTypesArtifactScope
- All Superinterfaces:
de.monticore.symboltable.IArtifactScope,IMCBasicsArtifactScope,IMCBasicsScope,IMCBasicTypesArtifactScope,IMCBasicTypesScope,IMCCollectionTypesScope,de.monticore.symboltable.IScope
- All Known Subinterfaces:
IGrammar_WithConceptsArtifactScope,IGrammarArtifactScope,IJavaClassExpressionsArtifactScope,IJavaLightArtifactScope,IMCFullGenericTypesArtifactScope,IMCSimpleGenericTypesArtifactScope,IODRuleGenerationArtifactScope,IODRulesArtifactScope,IStreamExpressionsArtifactScope,ITFBasisExtsArtifactScope,ITFCommonsArtifactScope
- All Known Implementing Classes:
Grammar_WithConceptsArtifactScope,GrammarArtifactScope,JavaClassExpressionsArtifactScope,JavaLightArtifactScope,MCCollectionTypesArtifactScope,MCFullGenericTypesArtifactScope,MCSimpleGenericTypesArtifactScope,ODRuleGenerationArtifactScope,ODRulesArtifactScope,StreamExpressionsArtifactScope,TFBasisExtsArtifactScope,TFCommonsArtifactScope
public interface IMCCollectionTypesArtifactScope
extends IMCBasicTypesArtifactScope, IMCCollectionTypesScope
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MCBasicsTraverser visitor) voidaccept(MCBasicTypesTraverser visitor) voidaccept(MCCollectionTypesTraverser visitor) voidaccept(de.monticore.visitor.ITraverser visitor) default booleanaddAllImports(int index, Collection<? extends de.monticore.symboltable.ImportStatement> collection) default booleanaddAllImports(Collection<? extends de.monticore.symboltable.ImportStatement> collection) default voidaddImports(int index, de.monticore.symboltable.ImportStatement element) default booleanaddImports(de.monticore.symboltable.ImportStatement element) default booleancheckIfContinueAsSubScope(String symbolName) default voiddefault booleancontainsAllImports(Collection<?> collection) default booleancontainsImports(Object element) default booleandefault voidforEachImports(Consumer<? super de.monticore.symboltable.ImportStatement> action) default Stringdefault de.monticore.symboltable.ImportStatementgetImports(int index) List<de.monticore.symboltable.ImportStatement> getRemainingNameForResolveDown(String symbolName) default Optional<de.monticore.symboltable.ISymbol> default intdefault intindexOfImports(Object element) default booleandefault Iterator<de.monticore.symboltable.ImportStatement> default intlastIndexOfImports(Object element) default ListIterator<de.monticore.symboltable.ImportStatement> default ListIterator<de.monticore.symboltable.ImportStatement> listIteratorImports(int index) default Stream<de.monticore.symboltable.ImportStatement> default booleanremoveAllImports(Collection<?> collection) default booleanremoveIfImports(Predicate<? super de.monticore.symboltable.ImportStatement> filter) default de.monticore.symboltable.ImportStatementremoveImports(int index) default booleanremoveImports(Object element) default voidreplaceAllImports(UnaryOperator<de.monticore.symboltable.ImportStatement> operator) default booleanretainAllImports(Collection<?> collection) default de.monticore.symboltable.ImportStatementsetImports(int index, de.monticore.symboltable.ImportStatement element) voidsetImportsList(List<de.monticore.symboltable.ImportStatement> imports) default intdefault voidsortImports(Comparator<? super de.monticore.symboltable.ImportStatement> comparator) default Spliterator<de.monticore.symboltable.ImportStatement> default Stream<de.monticore.symboltable.ImportStatement> default List<de.monticore.symboltable.ImportStatement> subListImports(int start, int end) default Object[]default de.monticore.symboltable.ImportStatement[]toArrayImports(de.monticore.symboltable.ImportStatement[] array) Methods inherited from interface de.monticore.symboltable.IArtifactScope
calculateQualifiedNames, getPackageName, setPackageNameMethods inherited from interface de.monticore.mcbasics._symboltable.IMCBasicsScope
addSubScope, removeSubScope, setEnclosingScopeMethods inherited from interface de.monticore.types.mcbasictypes._symboltable.IMCBasicTypesScope
addSubScope, removeSubScope, setEnclosingScopeMethods inherited from interface de.monticore.types.mccollectiontypes._symboltable.IMCCollectionTypesScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScopeMethods inherited from interface de.monticore.symboltable.IScope
add, checkIfContinueWithEnclosingScope, filterSymbolsByAccessModifier, getAstNode, getLocalUnknownSymbols, getName, getNameParts, getResolvedOrThrowException, getSpanningSymbol, getUnknownSymbols, isExportingSymbols, isOrdered, isPresentAstNode, isPresentName, isPresentSpanningSymbol, isProperSubScopeOf, isShadowing, isSubScopeOf, remove, setAstNode, setAstNodeAbsent, setExportingSymbols, setName, setNameAbsent, setOrdered, setShadowing, setSpanningSymbol, setSpanningSymbolAbsent
-
Method Details
-
containsImports
- Specified by:
containsImportsin interfaceIMCBasicsArtifactScope- Specified by:
containsImportsin interfaceIMCBasicTypesArtifactScope
-
containsAllImports
- Specified by:
containsAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
containsAllImportsin interfaceIMCBasicTypesArtifactScope
-
isEmptyImports
default boolean isEmptyImports()- Specified by:
isEmptyImportsin interfaceIMCBasicsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCBasicTypesArtifactScope
-
iteratorImports
- Specified by:
iteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
iteratorImportsin interfaceIMCBasicTypesArtifactScope
-
sizeImports
default int sizeImports()- Specified by:
sizeImportsin interfaceIMCBasicsArtifactScope- Specified by:
sizeImportsin interfaceIMCBasicTypesArtifactScope
-
toArrayImports
default de.monticore.symboltable.ImportStatement[] toArrayImports(de.monticore.symboltable.ImportStatement[] array) - Specified by:
toArrayImportsin interfaceIMCBasicsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicTypesArtifactScope
-
toArrayImports
- Specified by:
toArrayImportsin interfaceIMCBasicsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicTypesArtifactScope
-
spliteratorImports
- Specified by:
spliteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCBasicTypesArtifactScope
-
streamImports
- Specified by:
streamImportsin interfaceIMCBasicsArtifactScope- Specified by:
streamImportsin interfaceIMCBasicTypesArtifactScope
-
parallelStreamImports
- Specified by:
parallelStreamImportsin interfaceIMCBasicsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCBasicTypesArtifactScope
-
getImports
default de.monticore.symboltable.ImportStatement getImports(int index) - Specified by:
getImportsin interfaceIMCBasicsArtifactScope- Specified by:
getImportsin interfaceIMCBasicTypesArtifactScope
-
indexOfImports
- Specified by:
indexOfImportsin interfaceIMCBasicsArtifactScope- Specified by:
indexOfImportsin interfaceIMCBasicTypesArtifactScope
-
lastIndexOfImports
- Specified by:
lastIndexOfImportsin interfaceIMCBasicsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCBasicTypesArtifactScope
-
equalsImports
- Specified by:
equalsImportsin interfaceIMCBasicsArtifactScope- Specified by:
equalsImportsin interfaceIMCBasicTypesArtifactScope
-
hashCodeImports
default int hashCodeImports()- Specified by:
hashCodeImportsin interfaceIMCBasicsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCBasicTypesArtifactScope
-
listIteratorImports
- Specified by:
listIteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicTypesArtifactScope
-
listIteratorImports
- Specified by:
listIteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicTypesArtifactScope
-
subListImports
- Specified by:
subListImportsin interfaceIMCBasicsArtifactScope- Specified by:
subListImportsin interfaceIMCBasicTypesArtifactScope
-
clearImports
default void clearImports()- Specified by:
clearImportsin interfaceIMCBasicsArtifactScope- Specified by:
clearImportsin interfaceIMCBasicTypesArtifactScope
-
addImports
default boolean addImports(de.monticore.symboltable.ImportStatement element) - Specified by:
addImportsin interfaceIMCBasicsArtifactScope- Specified by:
addImportsin interfaceIMCBasicTypesArtifactScope
-
addAllImports
default boolean addAllImports(Collection<? extends de.monticore.symboltable.ImportStatement> collection) - Specified by:
addAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicTypesArtifactScope
-
removeImports
- Specified by:
removeImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicTypesArtifactScope
-
removeAllImports
- Specified by:
removeAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeAllImportsin interfaceIMCBasicTypesArtifactScope
-
retainAllImports
- Specified by:
retainAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
retainAllImportsin interfaceIMCBasicTypesArtifactScope
-
removeIfImports
- Specified by:
removeIfImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeIfImportsin interfaceIMCBasicTypesArtifactScope
-
forEachImports
- Specified by:
forEachImportsin interfaceIMCBasicsArtifactScope- Specified by:
forEachImportsin interfaceIMCBasicTypesArtifactScope
-
addImports
default void addImports(int index, de.monticore.symboltable.ImportStatement element) - Specified by:
addImportsin interfaceIMCBasicsArtifactScope- Specified by:
addImportsin interfaceIMCBasicTypesArtifactScope
-
addAllImports
default boolean addAllImports(int index, Collection<? extends de.monticore.symboltable.ImportStatement> collection) - Specified by:
addAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicTypesArtifactScope
-
removeImports
default de.monticore.symboltable.ImportStatement removeImports(int index) - Specified by:
removeImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicTypesArtifactScope
-
setImports
default de.monticore.symboltable.ImportStatement setImports(int index, de.monticore.symboltable.ImportStatement element) - Specified by:
setImportsin interfaceIMCBasicsArtifactScope- Specified by:
setImportsin interfaceIMCBasicTypesArtifactScope
-
replaceAllImports
- Specified by:
replaceAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCBasicTypesArtifactScope
-
sortImports
- Specified by:
sortImportsin interfaceIMCBasicsArtifactScope- Specified by:
sortImportsin interfaceIMCBasicTypesArtifactScope
-
getImportsList
List<de.monticore.symboltable.ImportStatement> getImportsList()- Specified by:
getImportsListin interfaceIMCBasicsArtifactScope- Specified by:
getImportsListin interfaceIMCBasicTypesArtifactScope
-
setImportsList
- Specified by:
setImportsListin interfaceIMCBasicsArtifactScope- Specified by:
setImportsListin interfaceIMCBasicTypesArtifactScope
-
getTopLevelSymbol
- Specified by:
getTopLevelSymbolin interfaceIMCBasicsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCBasicTypesArtifactScope
-
checkIfContinueAsSubScope
- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfacede.monticore.symboltable.IScope
-
getRemainingNameForResolveDown
- Specified by:
getRemainingNameForResolveDownin interfaceIMCBasicsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCBasicTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfacede.monticore.symboltable.IScope
-
getFullName
- Specified by:
getFullNamein interfacede.monticore.symboltable.IArtifactScope- Specified by:
getFullNamein interfaceIMCBasicsArtifactScope- Specified by:
getFullNamein interfaceIMCBasicTypesArtifactScope
-
accept
- Specified by:
acceptin interfaceIMCCollectionTypesScope
-
accept
- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesScope
-
accept
- Specified by:
acceptin interfaceIMCBasicsArtifactScope- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesScope
-
accept
void accept(de.monticore.visitor.ITraverser visitor) - Specified by:
acceptin interfaceIMCBasicsArtifactScope- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfacede.monticore.symboltable.IScope
-