Interface IMCFullJavaStatementsArtifactScope
-
- All Superinterfaces:
de.monticore.symboltable.IArtifactScope,IBasicSymbolsArtifactScope,IBasicSymbolsScope,IBasicSymbolsScopeTOP,IExpressionsBasisArtifactScope,IExpressionsBasisScope,IMCArrayStatementsArtifactScope,IMCArrayStatementsScope,IMCAssertStatementsArtifactScope,IMCAssertStatementsScope,IMCBasicsArtifactScope,IMCBasicsScope,IMCBasicTypesArtifactScope,IMCBasicTypesScope,IMCCommonStatementsArtifactScope,IMCCommonStatementsScope,IMCExceptionStatementsArtifactScope,IMCExceptionStatementsScope,IMCFullJavaStatementsScope,IMCLiteralsBasisArtifactScope,IMCLiteralsBasisScope,IMCLowLevelStatementsArtifactScope,IMCLowLevelStatementsScope,IMCReturnStatementsArtifactScope,IMCReturnStatementsScope,IMCStatementsBasisArtifactScope,IMCStatementsBasisScope,IMCSynchronizedStatementsArtifactScope,IMCSynchronizedStatementsScope,IMCVarDeclarationStatementsArtifactScope,IMCVarDeclarationStatementsScope,IOOSymbolsArtifactScope,IOOSymbolsScope,IOOSymbolsScopeTOP,de.monticore.symboltable.IScope
- All Known Implementing Classes:
MCFullJavaStatementsArtifactScope
public interface IMCFullJavaStatementsArtifactScope extends IMCAssertStatementsArtifactScope, IMCExceptionStatementsArtifactScope, IMCLowLevelStatementsArtifactScope, IMCReturnStatementsArtifactScope, IMCSynchronizedStatementsArtifactScope, IMCArrayStatementsArtifactScope, IMCFullJavaStatementsScope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(ExpressionsBasisTraverser visitor)voidaccept(MCLiteralsBasisTraverser visitor)voidaccept(MCBasicsTraverser visitor)voidaccept(MCArrayStatementsTraverser visitor)voidaccept(MCAssertStatementsTraverser visitor)voidaccept(MCCommonStatementsTraverser visitor)voidaccept(MCExceptionStatementsTraverser visitor)voidaccept(MCFullJavaStatementsTraverser visitor)voidaccept(MCLowLevelStatementsTraverser visitor)voidaccept(MCReturnStatementsTraverser visitor)voidaccept(MCStatementsBasisTraverser visitor)voidaccept(MCSynchronizedStatementsTraverser visitor)voidaccept(MCVarDeclarationStatementsTraverser visitor)voidaccept(BasicSymbolsTraverser visitor)voidaccept(OOSymbolsTraverser visitor)voidaccept(MCBasicTypesTraverser visitor)voidaccept(de.monticore.visitor.ITraverser visitor)default booleanaddAllImports(int index, java.util.Collection<? extends de.monticore.symboltable.ImportStatement> collection)default booleanaddAllImports(java.util.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(java.lang.String symbolName)default voidclearImports()default booleancontainsAllImports(java.util.Collection<?> collection)default booleancontainsImports(java.lang.Object element)default java.util.List<DiagramSymbol>continueDiagramWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<DiagramSymbol> predicate)default java.util.List<FieldSymbol>continueFieldWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FieldSymbol> predicate)default java.util.List<FunctionSymbol>continueFunctionWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FunctionSymbol> predicate)default java.util.List<LabelSymbol>continueLabelWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<LabelSymbol> predicate)default java.util.List<MCStereotypeSymbol>continueMCStereotypeWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MCStereotypeSymbol> predicate)default java.util.List<MethodSymbol>continueMethodWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MethodSymbol> predicate)default java.util.List<OOTypeSymbol>continueOOTypeWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<OOTypeSymbol> predicate)default java.util.List<TypeVarSymbol>continueTypeVarWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeVarSymbol> predicate)default java.util.List<TypeSymbol>continueTypeWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeSymbol> predicate)default java.util.List<VariableSymbol>continueVariableWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<VariableSymbol> predicate)default booleanequalsImports(java.lang.Object o)default voidforEachImports(java.util.function.Consumer<? super de.monticore.symboltable.ImportStatement> action)default java.lang.StringgetFullName()default de.monticore.symboltable.ImportStatementgetImports(int index)java.util.List<de.monticore.symboltable.ImportStatement>getImportsList()default java.util.List<java.lang.String>getRemainingNameForResolveDown(java.lang.String symbolName)default java.util.Optional<de.monticore.symboltable.ISymbol>getTopLevelSymbol()default inthashCodeImports()default intindexOfImports(java.lang.Object element)default booleanisEmptyImports()default java.util.Iterator<de.monticore.symboltable.ImportStatement>iteratorImports()default intlastIndexOfImports(java.lang.Object element)default java.util.ListIterator<de.monticore.symboltable.ImportStatement>listIteratorImports()default java.util.ListIterator<de.monticore.symboltable.ImportStatement>listIteratorImports(int index)default java.util.stream.Stream<de.monticore.symboltable.ImportStatement>parallelStreamImports()default booleanremoveAllImports(java.util.Collection<?> collection)default booleanremoveIfImports(java.util.function.Predicate<? super de.monticore.symboltable.ImportStatement> filter)default de.monticore.symboltable.ImportStatementremoveImports(int index)default booleanremoveImports(java.lang.Object element)default voidreplaceAllImports(java.util.function.UnaryOperator<de.monticore.symboltable.ImportStatement> operator)default booleanretainAllImports(java.util.Collection<?> collection)default de.monticore.symboltable.ImportStatementsetImports(int index, de.monticore.symboltable.ImportStatement element)voidsetImportsList(java.util.List<de.monticore.symboltable.ImportStatement> imports)default intsizeImports()default voidsortImports(java.util.Comparator<? super de.monticore.symboltable.ImportStatement> comparator)default java.util.Spliterator<de.monticore.symboltable.ImportStatement>spliteratorImports()default java.util.stream.Stream<de.monticore.symboltable.ImportStatement>streamImports()default java.util.List<de.monticore.symboltable.ImportStatement>subListImports(int start, int end)default java.lang.Object[]toArrayImports()default de.monticore.symboltable.ImportStatement[]toArrayImports(de.monticore.symboltable.ImportStatement[] array)-
Methods inherited from interface de.monticore.symboltable.IArtifactScope
calculateQualifiedNames, getPackageName, setPackageName
-
Methods inherited from interface de.monticore.symbols.basicsymbols._symboltable.IBasicSymbolsScope
isTypeVariableBound
-
Methods inherited from interface de.monticore.symbols.basicsymbols._symboltable.IBasicSymbolsScopeTOP
add, add, add, add, add, add, addSubScope, continueAsDiagramSubScope, continueAsFunctionSubScope, continueAsMCStereotypeSubScope, continueAsTypeSubScope, continueAsTypeVarSubScope, continueAsVariableSubScope, filterDiagram, filterFunction, filterMCStereotype, filterType, filterTypeVar, filterVariable, getDiagramSymbols, getFunctionSymbols, getLocalDiagramSymbols, getLocalFunctionSymbols, getLocalMCStereotypeSymbols, getLocalTypeSymbols, getLocalTypeVarSymbols, getLocalVariableSymbols, getMCStereotypeSymbols, getTypeSymbols, getTypeVarSymbols, getVariableSymbols, isDiagramSymbolsAlreadyResolved, isFunctionSymbolsAlreadyResolved, isMCStereotypeSymbolsAlreadyResolved, isTypeSymbolsAlreadyResolved, isTypeVarSymbolsAlreadyResolved, isVariableSymbolsAlreadyResolved, remove, remove, remove, remove, remove, remove, removeSubScope, resolveAdaptedDiagramLocallyMany, resolveAdaptedFunctionLocallyMany, resolveAdaptedMCStereotypeLocallyMany, resolveAdaptedTypeLocallyMany, resolveAdaptedTypeVarLocallyMany, resolveAdaptedVariableLocallyMany, resolveDiagram, resolveDiagram, resolveDiagram, resolveDiagram, resolveDiagramDown, resolveDiagramDown, resolveDiagramDown, resolveDiagramDownMany, resolveDiagramDownMany, resolveDiagramDownMany, resolveDiagramDownMany, resolveDiagramLocally, resolveDiagramLocallyMany, resolveDiagramMany, resolveDiagramMany, resolveDiagramMany, resolveDiagramMany, resolveDiagramMany, resolveDiagramMany, resolveDiagramSubKinds, resolveFunction, resolveFunction, resolveFunction, resolveFunction, resolveFunctionDown, resolveFunctionDown, resolveFunctionDown, resolveFunctionDownMany, resolveFunctionDownMany, resolveFunctionDownMany, resolveFunctionDownMany, resolveFunctionLocally, resolveFunctionMany, resolveFunctionMany, resolveFunctionMany, resolveFunctionMany, resolveFunctionMany, resolveFunctionMany, resolveFunctionSubKinds, resolveMCStereotype, resolveMCStereotype, resolveMCStereotype, resolveMCStereotype, resolveMCStereotypeDown, resolveMCStereotypeDown, resolveMCStereotypeDown, resolveMCStereotypeDownMany, resolveMCStereotypeDownMany, resolveMCStereotypeDownMany, resolveMCStereotypeDownMany, resolveMCStereotypeLocally, resolveMCStereotypeLocallyMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeSubKinds, resolveType, resolveType, resolveType, resolveType, resolveTypeDown, resolveTypeDown, resolveTypeDown, resolveTypeDownMany, resolveTypeDownMany, resolveTypeDownMany, resolveTypeDownMany, resolveTypeLocally, resolveTypeLocallyMany, resolveTypeMany, resolveTypeMany, resolveTypeMany, resolveTypeMany, resolveTypeMany, resolveTypeMany, resolveTypeSubKinds, resolveTypeVar, resolveTypeVar, resolveTypeVar, resolveTypeVar, resolveTypeVarDown, resolveTypeVarDown, resolveTypeVarDown, resolveTypeVarDownMany, resolveTypeVarDownMany, resolveTypeVarDownMany, resolveTypeVarDownMany, resolveTypeVarLocally, resolveTypeVarLocallyMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarSubKinds, resolveVariable, resolveVariable, resolveVariable, resolveVariable, resolveVariableDown, resolveVariableDown, resolveVariableDown, resolveVariableDownMany, resolveVariableDownMany, resolveVariableDownMany, resolveVariableDownMany, resolveVariableLocally, resolveVariableMany, resolveVariableMany, resolveVariableMany, resolveVariableMany, resolveVariableMany, resolveVariableMany, resolveVariableSubKinds, setDiagramSymbolsAlreadyResolved, setEnclosingScope, setFunctionSymbolsAlreadyResolved, setMCStereotypeSymbolsAlreadyResolved, setTypeSymbolsAlreadyResolved, setTypeVarSymbolsAlreadyResolved, setVariableSymbolsAlreadyResolved
-
Methods inherited from interface de.monticore.expressions.expressionsbasis._symboltable.IExpressionsBasisScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcarraystatements._symboltable.IMCArrayStatementsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcassertstatements._symboltable.IMCAssertStatementsScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.mcbasics._symboltable.IMCBasicsScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.types.mcbasictypes._symboltable.IMCBasicTypesScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mccommonstatements._symboltable.IMCCommonStatementsScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcexceptionstatements._symboltable.IMCExceptionStatementsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcfulljavastatements._symboltable.IMCFullJavaStatementsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.literals.mcliteralsbasis._symboltable.IMCLiteralsBasisScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mclowlevelstatements._symboltable.IMCLowLevelStatementsScope
add, addSubScope, continueAsLabelSubScope, filterLabel, getEnclosingScope, getLabelSymbols, getLocalLabelSymbols, getSubScopes, getSymbolsSize, isLabelSymbolsAlreadyResolved, remove, removeSubScope, resolveAdaptedLabelLocallyMany, resolveLabel, resolveLabel, resolveLabel, resolveLabel, resolveLabelDown, resolveLabelDown, resolveLabelDown, resolveLabelDownMany, resolveLabelDownMany, resolveLabelDownMany, resolveLabelDownMany, resolveLabelLocally, resolveLabelLocallyMany, resolveLabelMany, resolveLabelMany, resolveLabelMany, resolveLabelMany, resolveLabelMany, resolveLabelMany, resolveLabelSubKinds, setEnclosingScope, setLabelSymbolsAlreadyResolved
-
Methods inherited from interface de.monticore.statements.mcreturnstatements._symboltable.IMCReturnStatementsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcstatementsbasis._symboltable.IMCStatementsBasisScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcsynchronizedstatements._symboltable.IMCSynchronizedStatementsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcvardeclarationstatements._symboltable.IMCVarDeclarationStatementsScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.symbols.oosymbols._symboltable.IOOSymbolsScope
resolveFieldLocallyMany, resolveFunctionLocallyMany, resolveMethodLocallyMany, resolveVariableLocallyMany
-
Methods inherited from interface de.monticore.symbols.oosymbols._symboltable.IOOSymbolsScopeTOP
add, add, add, addSubScope, continueAsFieldSubScope, continueAsMethodSubScope, continueAsOOTypeSubScope, filterField, filterMethod, filterOOType, getEnclosingScope, getFieldSymbols, getLocalFieldSymbols, getLocalMethodSymbols, getLocalOOTypeSymbols, getMethodSymbols, getOOTypeSymbols, getSubScopes, getSymbolsSize, isFieldSymbolsAlreadyResolved, isMethodSymbolsAlreadyResolved, isOOTypeSymbolsAlreadyResolved, remove, remove, remove, removeSubScope, resolveAdaptedFieldLocallyMany, resolveAdaptedMethodLocallyMany, resolveAdaptedOOTypeLocallyMany, resolveField, resolveField, resolveField, resolveField, resolveFieldDown, resolveFieldDown, resolveFieldDown, resolveFieldDownMany, resolveFieldDownMany, resolveFieldDownMany, resolveFieldDownMany, resolveFieldLocally, resolveFieldMany, resolveFieldMany, resolveFieldMany, resolveFieldMany, resolveFieldMany, resolveFieldMany, resolveFieldSubKinds, resolveMethod, resolveMethod, resolveMethod, resolveMethod, resolveMethodDown, resolveMethodDown, resolveMethodDown, resolveMethodDownMany, resolveMethodDownMany, resolveMethodDownMany, resolveMethodDownMany, resolveMethodLocally, resolveMethodMany, resolveMethodMany, resolveMethodMany, resolveMethodMany, resolveMethodMany, resolveMethodMany, resolveMethodSubKinds, resolveOOType, resolveOOType, resolveOOType, resolveOOType, resolveOOTypeDown, resolveOOTypeDown, resolveOOTypeDown, resolveOOTypeDownMany, resolveOOTypeDownMany, resolveOOTypeDownMany, resolveOOTypeDownMany, resolveOOTypeLocally, resolveOOTypeLocallyMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeSubKinds, setEnclosingScope, setFieldSymbolsAlreadyResolved, setMethodSymbolsAlreadyResolved, setOOTypeSymbolsAlreadyResolved
-
Methods 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 Detail
-
containsImports
default boolean containsImports(java.lang.Object element)
- Specified by:
containsImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
containsImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
containsImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCBasicsArtifactScope- Specified by:
containsImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
containsImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
containsImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
containsImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
containsImportsin interfaceIOOSymbolsArtifactScope
-
containsAllImports
default boolean containsAllImports(java.util.Collection<?> collection)
- Specified by:
containsAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
containsAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
containsAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIOOSymbolsArtifactScope
-
isEmptyImports
default boolean isEmptyImports()
- Specified by:
isEmptyImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
isEmptyImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCBasicsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIOOSymbolsArtifactScope
-
iteratorImports
default java.util.Iterator<de.monticore.symboltable.ImportStatement> iteratorImports()
- Specified by:
iteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
iteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
iteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIOOSymbolsArtifactScope
-
sizeImports
default int sizeImports()
- Specified by:
sizeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
sizeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
sizeImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCBasicsArtifactScope- Specified by:
sizeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
sizeImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
sizeImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
sizeImportsin interfaceIOOSymbolsArtifactScope
-
toArrayImports
default de.monticore.symboltable.ImportStatement[] toArrayImports(de.monticore.symboltable.ImportStatement[] array)
- Specified by:
toArrayImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIOOSymbolsArtifactScope
-
toArrayImports
default java.lang.Object[] toArrayImports()
- Specified by:
toArrayImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIOOSymbolsArtifactScope
-
spliteratorImports
default java.util.Spliterator<de.monticore.symboltable.ImportStatement> spliteratorImports()
- Specified by:
spliteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
spliteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIOOSymbolsArtifactScope
-
streamImports
default java.util.stream.Stream<de.monticore.symboltable.ImportStatement> streamImports()
- Specified by:
streamImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
streamImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
streamImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCBasicsArtifactScope- Specified by:
streamImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
streamImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
streamImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
streamImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
streamImportsin interfaceIOOSymbolsArtifactScope
-
parallelStreamImports
default java.util.stream.Stream<de.monticore.symboltable.ImportStatement> parallelStreamImports()
- Specified by:
parallelStreamImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
parallelStreamImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCBasicsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIOOSymbolsArtifactScope
-
getImports
default de.monticore.symboltable.ImportStatement getImports(int index)
- Specified by:
getImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
getImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
getImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
getImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
getImportsin interfaceIMCBasicsArtifactScope- Specified by:
getImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
getImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
getImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
getImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
getImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
getImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
getImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
getImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getImportsin interfaceIOOSymbolsArtifactScope
-
indexOfImports
default int indexOfImports(java.lang.Object element)
- Specified by:
indexOfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
indexOfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCBasicsArtifactScope- Specified by:
indexOfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIOOSymbolsArtifactScope
-
lastIndexOfImports
default int lastIndexOfImports(java.lang.Object element)
- Specified by:
lastIndexOfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCBasicsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIOOSymbolsArtifactScope
-
equalsImports
default boolean equalsImports(java.lang.Object o)
- Specified by:
equalsImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
equalsImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
equalsImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCBasicsArtifactScope- Specified by:
equalsImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
equalsImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
equalsImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
equalsImportsin interfaceIOOSymbolsArtifactScope
-
hashCodeImports
default int hashCodeImports()
- Specified by:
hashCodeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
hashCodeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCBasicsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIOOSymbolsArtifactScope
-
listIteratorImports
default java.util.ListIterator<de.monticore.symboltable.ImportStatement> listIteratorImports()
- Specified by:
listIteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIOOSymbolsArtifactScope
-
listIteratorImports
default java.util.ListIterator<de.monticore.symboltable.ImportStatement> listIteratorImports(int index)
- Specified by:
listIteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIOOSymbolsArtifactScope
-
subListImports
default java.util.List<de.monticore.symboltable.ImportStatement> subListImports(int start, int end)- Specified by:
subListImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
subListImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
subListImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCBasicsArtifactScope- Specified by:
subListImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
subListImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
subListImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
subListImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
subListImportsin interfaceIOOSymbolsArtifactScope
-
clearImports
default void clearImports()
- Specified by:
clearImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
clearImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
clearImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCBasicsArtifactScope- Specified by:
clearImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
clearImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
clearImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
clearImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
clearImportsin interfaceIOOSymbolsArtifactScope
-
addImports
default boolean addImports(de.monticore.symboltable.ImportStatement element)
- Specified by:
addImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
addImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
addImportsin interfaceIMCBasicsArtifactScope- Specified by:
addImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
addImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
addImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
addImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
addImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
addImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addImportsin interfaceIOOSymbolsArtifactScope
-
addAllImports
default boolean addAllImports(java.util.Collection<? extends de.monticore.symboltable.ImportStatement> collection)
- Specified by:
addAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addAllImportsin interfaceIOOSymbolsArtifactScope
-
removeImports
default boolean removeImports(java.lang.Object element)
- Specified by:
removeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeImportsin interfaceIOOSymbolsArtifactScope
-
removeAllImports
default boolean removeAllImports(java.util.Collection<?> collection)
- Specified by:
removeAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIOOSymbolsArtifactScope
-
retainAllImports
default boolean retainAllImports(java.util.Collection<?> collection)
- Specified by:
retainAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
retainAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
retainAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIOOSymbolsArtifactScope
-
removeIfImports
default boolean removeIfImports(java.util.function.Predicate<? super de.monticore.symboltable.ImportStatement> filter)
- Specified by:
removeIfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeIfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeIfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIOOSymbolsArtifactScope
-
forEachImports
default void forEachImports(java.util.function.Consumer<? super de.monticore.symboltable.ImportStatement> action)
- Specified by:
forEachImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
forEachImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
forEachImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCBasicsArtifactScope- Specified by:
forEachImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
forEachImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
forEachImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
forEachImportsin interfaceIOOSymbolsArtifactScope
-
addImports
default void addImports(int index, de.monticore.symboltable.ImportStatement element)- Specified by:
addImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
addImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
addImportsin interfaceIMCBasicsArtifactScope- Specified by:
addImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
addImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
addImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
addImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
addImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
addImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addImportsin interfaceIOOSymbolsArtifactScope
-
addAllImports
default boolean addAllImports(int index, java.util.Collection<? extends de.monticore.symboltable.ImportStatement> collection)- Specified by:
addAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addAllImportsin interfaceIOOSymbolsArtifactScope
-
removeImports
default de.monticore.symboltable.ImportStatement removeImports(int index)
- Specified by:
removeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeImportsin interfaceIOOSymbolsArtifactScope
-
setImports
default de.monticore.symboltable.ImportStatement setImports(int index, de.monticore.symboltable.ImportStatement element)- Specified by:
setImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
setImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
setImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
setImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
setImportsin interfaceIMCBasicsArtifactScope- Specified by:
setImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
setImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
setImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
setImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
setImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
setImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
setImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
setImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
setImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
setImportsin interfaceIOOSymbolsArtifactScope
-
replaceAllImports
default void replaceAllImports(java.util.function.UnaryOperator<de.monticore.symboltable.ImportStatement> operator)
- Specified by:
replaceAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
replaceAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIOOSymbolsArtifactScope
-
sortImports
default void sortImports(java.util.Comparator<? super de.monticore.symboltable.ImportStatement> comparator)
- Specified by:
sortImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
sortImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
sortImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCAssertStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCBasicsArtifactScope- Specified by:
sortImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
sortImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCExceptionStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
sortImportsin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
sortImportsin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
sortImportsin interfaceIOOSymbolsArtifactScope
-
getImportsList
java.util.List<de.monticore.symboltable.ImportStatement> getImportsList()
- Specified by:
getImportsListin interfaceIBasicSymbolsArtifactScope- Specified by:
getImportsListin interfaceIExpressionsBasisArtifactScope- Specified by:
getImportsListin interfaceIMCArrayStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCAssertStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCBasicsArtifactScope- Specified by:
getImportsListin interfaceIMCBasicTypesArtifactScope- Specified by:
getImportsListin interfaceIMCCommonStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCExceptionStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getImportsListin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCReturnStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCStatementsBasisArtifactScope- Specified by:
getImportsListin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getImportsListin interfaceIOOSymbolsArtifactScope
-
setImportsList
void setImportsList(java.util.List<de.monticore.symboltable.ImportStatement> imports)
- Specified by:
setImportsListin interfaceIBasicSymbolsArtifactScope- Specified by:
setImportsListin interfaceIExpressionsBasisArtifactScope- Specified by:
setImportsListin interfaceIMCArrayStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCAssertStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCBasicsArtifactScope- Specified by:
setImportsListin interfaceIMCBasicTypesArtifactScope- Specified by:
setImportsListin interfaceIMCCommonStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCExceptionStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCLiteralsBasisArtifactScope- Specified by:
setImportsListin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCReturnStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCStatementsBasisArtifactScope- Specified by:
setImportsListin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
setImportsListin interfaceIOOSymbolsArtifactScope
-
getTopLevelSymbol
default java.util.Optional<de.monticore.symboltable.ISymbol> getTopLevelSymbol()
- Specified by:
getTopLevelSymbolin interfaceIBasicSymbolsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIExpressionsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCArrayStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCAssertStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCBasicsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCBasicTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCCommonStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCExceptionStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCReturnStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCStatementsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIOOSymbolsArtifactScope
-
checkIfContinueAsSubScope
default boolean checkIfContinueAsSubScope(java.lang.String symbolName)
- Specified by:
checkIfContinueAsSubScopein interfaceIBasicSymbolsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIExpressionsBasisArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCAssertStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCLiteralsBasisArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCLowLevelStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCReturnStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCStatementsBasisArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIOOSymbolsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfacede.monticore.symboltable.IScope
-
getRemainingNameForResolveDown
default java.util.List<java.lang.String> getRemainingNameForResolveDown(java.lang.String symbolName)
- Specified by:
getRemainingNameForResolveDownin interfaceIBasicSymbolsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIExpressionsBasisArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCArrayStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCAssertStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCBasicsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCBasicTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCCommonStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCExceptionStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCReturnStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCStatementsBasisArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIOOSymbolsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfacede.monticore.symboltable.IScope
-
getFullName
default java.lang.String getFullName()
- Specified by:
getFullNamein interfacede.monticore.symboltable.IArtifactScope- Specified by:
getFullNamein interfaceIBasicSymbolsArtifactScope- Specified by:
getFullNamein interfaceIExpressionsBasisArtifactScope- Specified by:
getFullNamein interfaceIMCArrayStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCAssertStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCBasicsArtifactScope- Specified by:
getFullNamein interfaceIMCBasicTypesArtifactScope- Specified by:
getFullNamein interfaceIMCCommonStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCExceptionStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCLiteralsBasisArtifactScope- Specified by:
getFullNamein interfaceIMCLowLevelStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCReturnStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCStatementsBasisArtifactScope- Specified by:
getFullNamein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getFullNamein interfaceIOOSymbolsArtifactScope
-
continueLabelWithEnclosingScope
default java.util.List<LabelSymbol> continueLabelWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<LabelSymbol> predicate)
- Specified by:
continueLabelWithEnclosingScopein interfaceIMCLowLevelStatementsArtifactScope- Specified by:
continueLabelWithEnclosingScopein interfaceIMCLowLevelStatementsScope
-
continueOOTypeWithEnclosingScope
default java.util.List<OOTypeSymbol> continueOOTypeWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<OOTypeSymbol> predicate)
- Specified by:
continueOOTypeWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIOOSymbolsScopeTOP
-
continueFieldWithEnclosingScope
default java.util.List<FieldSymbol> continueFieldWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FieldSymbol> predicate)
- Specified by:
continueFieldWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIOOSymbolsScopeTOP
-
continueMethodWithEnclosingScope
default java.util.List<MethodSymbol> continueMethodWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MethodSymbol> predicate)
- Specified by:
continueMethodWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIOOSymbolsScopeTOP
-
continueDiagramWithEnclosingScope
default java.util.List<DiagramSymbol> continueDiagramWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<DiagramSymbol> predicate)
- Specified by:
continueDiagramWithEnclosingScopein interfaceIBasicSymbolsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIBasicSymbolsScopeTOP- Specified by:
continueDiagramWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIOOSymbolsArtifactScope
-
continueTypeWithEnclosingScope
default java.util.List<TypeSymbol> continueTypeWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeSymbol> predicate)
- Specified by:
continueTypeWithEnclosingScopein interfaceIBasicSymbolsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIBasicSymbolsScopeTOP- Specified by:
continueTypeWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIOOSymbolsArtifactScope
-
continueTypeVarWithEnclosingScope
default java.util.List<TypeVarSymbol> continueTypeVarWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeVarSymbol> predicate)
- Specified by:
continueTypeVarWithEnclosingScopein interfaceIBasicSymbolsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIBasicSymbolsScopeTOP- Specified by:
continueTypeVarWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIOOSymbolsArtifactScope
-
continueVariableWithEnclosingScope
default java.util.List<VariableSymbol> continueVariableWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<VariableSymbol> predicate)
- Specified by:
continueVariableWithEnclosingScopein interfaceIBasicSymbolsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIBasicSymbolsScopeTOP- Specified by:
continueVariableWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIOOSymbolsArtifactScope
-
continueFunctionWithEnclosingScope
default java.util.List<FunctionSymbol> continueFunctionWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FunctionSymbol> predicate)
- Specified by:
continueFunctionWithEnclosingScopein interfaceIBasicSymbolsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIBasicSymbolsScopeTOP- Specified by:
continueFunctionWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIOOSymbolsArtifactScope
-
continueMCStereotypeWithEnclosingScope
default java.util.List<MCStereotypeSymbol> continueMCStereotypeWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MCStereotypeSymbol> predicate)
- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIBasicSymbolsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIBasicSymbolsScopeTOP- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIMCExceptionStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIOOSymbolsArtifactScope
-
accept
void accept(MCFullJavaStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCFullJavaStatementsScope
-
accept
void accept(MCAssertStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCAssertStatementsArtifactScope- Specified by:
acceptin interfaceIMCAssertStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope
-
accept
void accept(MCExceptionStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope
-
accept
void accept(MCLowLevelStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
acceptin interfaceIMCLowLevelStatementsScope
-
accept
void accept(MCReturnStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope
-
accept
void accept(MCSynchronizedStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope
-
accept
void accept(MCArrayStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope
-
accept
void accept(MCStatementsBasisTraverser visitor)
- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCAssertStatementsArtifactScope- Specified by:
acceptin interfaceIMCAssertStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
acceptin interfaceIMCLowLevelStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCStatementsBasisArtifactScope- Specified by:
acceptin interfaceIMCStatementsBasisScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope
-
accept
void accept(ExpressionsBasisTraverser visitor)
- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCAssertStatementsArtifactScope- Specified by:
acceptin interfaceIMCAssertStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope
-
accept
void accept(MCBasicsTraverser visitor)
- Specified by:
acceptin interfaceIBasicSymbolsArtifactScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCAssertStatementsArtifactScope- Specified by:
acceptin interfaceIMCAssertStatementsScope- Specified by:
acceptin interfaceIMCBasicsArtifactScope- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
acceptin interfaceIMCLowLevelStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP
-
accept
void accept(MCLiteralsBasisTraverser visitor)
- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCAssertStatementsArtifactScope- Specified by:
acceptin interfaceIMCAssertStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCLiteralsBasisArtifactScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope
-
accept
void accept(MCCommonStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope
-
accept
void accept(MCVarDeclarationStatementsTraverser visitor)
- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope
-
accept
void accept(MCBasicTypesTraverser visitor)
- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope
-
accept
void accept(OOSymbolsTraverser visitor)
- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP
-
accept
void accept(BasicSymbolsTraverser visitor)
- Specified by:
acceptin interfaceIBasicSymbolsArtifactScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP
-
accept
void accept(de.monticore.visitor.ITraverser visitor)
- Specified by:
acceptin interfaceIBasicSymbolsArtifactScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCAssertStatementsArtifactScope- Specified by:
acceptin interfaceIMCAssertStatementsScope- Specified by:
acceptin interfaceIMCBasicsArtifactScope- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCExceptionStatementsArtifactScope- Specified by:
acceptin interfaceIMCExceptionStatementsScope- Specified by:
acceptin interfaceIMCFullJavaStatementsScope- Specified by:
acceptin interfaceIMCLiteralsBasisArtifactScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfaceIMCLowLevelStatementsArtifactScope- Specified by:
acceptin interfaceIMCLowLevelStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCStatementsBasisArtifactScope- Specified by:
acceptin interfaceIMCStatementsBasisScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsArtifactScope- Specified by:
acceptin interfaceIMCSynchronizedStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfacede.monticore.symboltable.IScope
-
-