Interface IJavaClassExpressionsArtifactScope
-
- All Superinterfaces:
de.monticore.symboltable.IArtifactScope,IBasicSymbolsArtifactScope,IBasicSymbolsScope,IBasicSymbolsScopeTOP,ICommonExpressionsArtifactScope,ICommonExpressionsScope,IExpressionsBasisArtifactScope,IExpressionsBasisScope,IJavaClassExpressionsScope,IMCBasicsArtifactScope,IMCBasicsScope,IMCBasicTypesArtifactScope,IMCBasicTypesScope,IMCCollectionTypesArtifactScope,IMCCollectionTypesScope,IMCFullGenericTypesArtifactScope,IMCFullGenericTypesScope,IMCLiteralsBasisArtifactScope,IMCLiteralsBasisScope,IMCSimpleGenericTypesArtifactScope,IMCSimpleGenericTypesScope,IMCStatementsBasisArtifactScope,IMCStatementsBasisScope,IMCVarDeclarationStatementsArtifactScope,IMCVarDeclarationStatementsScope,IOOSymbolsArtifactScope,IOOSymbolsScope,IOOSymbolsScopeTOP,de.monticore.symboltable.IScope,IUglyExpressionsArtifactScope,IUglyExpressionsScope
- All Known Subinterfaces:
IGrammar_WithConceptsArtifactScope,IJavaLightArtifactScope,IODRulesArtifactScope,ITFBasisExtsArtifactScope,ITFCommonsArtifactScope
- All Known Implementing Classes:
Grammar_WithConceptsArtifactScope,JavaClassExpressionsArtifactScope,JavaLightArtifactScope,ODRulesArtifactScope,TFBasisExtsArtifactScope,TFCommonsArtifactScope
public interface IJavaClassExpressionsArtifactScope extends ICommonExpressionsArtifactScope, IMCVarDeclarationStatementsArtifactScope, IMCFullGenericTypesArtifactScope, IUglyExpressionsArtifactScope, IJavaClassExpressionsScope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(CommonExpressionsTraverser visitor)voidaccept(ExpressionsBasisTraverser visitor)voidaccept(JavaClassExpressionsTraverser visitor)voidaccept(UglyExpressionsTraverser visitor)voidaccept(MCLiteralsBasisTraverser visitor)voidaccept(MCBasicsTraverser visitor)voidaccept(MCStatementsBasisTraverser visitor)voidaccept(MCVarDeclarationStatementsTraverser visitor)voidaccept(BasicSymbolsTraverser visitor)voidaccept(OOSymbolsTraverser visitor)voidaccept(MCBasicTypesTraverser visitor)voidaccept(MCCollectionTypesTraverser visitor)voidaccept(MCFullGenericTypesTraverser visitor)voidaccept(MCSimpleGenericTypesTraverser 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<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.commonexpressions._symboltable.ICommonExpressionsScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.expressions.expressionsbasis._symboltable.IExpressionsBasisScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.expressions.javaclassexpressions._symboltable.IJavaClassExpressionsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, 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, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.types.mccollectiontypes._symboltable.IMCCollectionTypesScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.types.mcfullgenerictypes._symboltable.IMCFullGenericTypesScope
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.types.mcsimplegenerictypes._symboltable.IMCSimpleGenericTypesScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcstatementsbasis._symboltable.IMCStatementsBasisScope
addSubScope, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcvardeclarationstatements._symboltable.IMCVarDeclarationStatementsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, 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
-
Methods inherited from interface de.monticore.expressions.uglyexpressions._symboltable.IUglyExpressionsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
-
-
-
Method Detail
-
containsImports
default boolean containsImports(java.lang.Object element)
- Specified by:
containsImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
containsImportsin interfaceICommonExpressionsArtifactScope- Specified by:
containsImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
containsImportsin interfaceIMCBasicsArtifactScope- Specified by:
containsImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
containsImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
containsImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
containsImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
containsImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
containsImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
containsImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
containsImportsin interfaceIOOSymbolsArtifactScope- Specified by:
containsImportsin interfaceIUglyExpressionsArtifactScope
-
containsAllImports
default boolean containsAllImports(java.util.Collection<?> collection)
- Specified by:
containsAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
containsAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
containsAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
containsAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
containsAllImportsin interfaceIUglyExpressionsArtifactScope
-
isEmptyImports
default boolean isEmptyImports()
- Specified by:
isEmptyImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
isEmptyImportsin interfaceICommonExpressionsArtifactScope- Specified by:
isEmptyImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIMCBasicsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIOOSymbolsArtifactScope- Specified by:
isEmptyImportsin interfaceIUglyExpressionsArtifactScope
-
iteratorImports
default java.util.Iterator<de.monticore.symboltable.ImportStatement> iteratorImports()
- Specified by:
iteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
iteratorImportsin interfaceICommonExpressionsArtifactScope- Specified by:
iteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
iteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIOOSymbolsArtifactScope- Specified by:
iteratorImportsin interfaceIUglyExpressionsArtifactScope
-
sizeImports
default int sizeImports()
- Specified by:
sizeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
sizeImportsin interfaceICommonExpressionsArtifactScope- Specified by:
sizeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
sizeImportsin interfaceIMCBasicsArtifactScope- Specified by:
sizeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
sizeImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
sizeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
sizeImportsin interfaceIOOSymbolsArtifactScope- Specified by:
sizeImportsin interfaceIUglyExpressionsArtifactScope
-
toArrayImports
default de.monticore.symboltable.ImportStatement[] toArrayImports(de.monticore.symboltable.ImportStatement[] array)
- Specified by:
toArrayImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceICommonExpressionsArtifactScope- Specified by:
toArrayImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIOOSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceIUglyExpressionsArtifactScope
-
toArrayImports
default java.lang.Object[] toArrayImports()
- Specified by:
toArrayImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceICommonExpressionsArtifactScope- Specified by:
toArrayImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIOOSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceIUglyExpressionsArtifactScope
-
spliteratorImports
default java.util.Spliterator<de.monticore.symboltable.ImportStatement> spliteratorImports()
- Specified by:
spliteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
spliteratorImportsin interfaceICommonExpressionsArtifactScope- Specified by:
spliteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIOOSymbolsArtifactScope- Specified by:
spliteratorImportsin interfaceIUglyExpressionsArtifactScope
-
streamImports
default java.util.stream.Stream<de.monticore.symboltable.ImportStatement> streamImports()
- Specified by:
streamImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
streamImportsin interfaceICommonExpressionsArtifactScope- Specified by:
streamImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
streamImportsin interfaceIMCBasicsArtifactScope- Specified by:
streamImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
streamImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
streamImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
streamImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
streamImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
streamImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
streamImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
streamImportsin interfaceIOOSymbolsArtifactScope- Specified by:
streamImportsin interfaceIUglyExpressionsArtifactScope
-
parallelStreamImports
default java.util.stream.Stream<de.monticore.symboltable.ImportStatement> parallelStreamImports()
- Specified by:
parallelStreamImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
parallelStreamImportsin interfaceICommonExpressionsArtifactScope- Specified by:
parallelStreamImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCBasicsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIOOSymbolsArtifactScope- Specified by:
parallelStreamImportsin interfaceIUglyExpressionsArtifactScope
-
getImports
default de.monticore.symboltable.ImportStatement getImports(int index)
- Specified by:
getImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
getImportsin interfaceICommonExpressionsArtifactScope- Specified by:
getImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
getImportsin interfaceIMCBasicsArtifactScope- Specified by:
getImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
getImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
getImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
getImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
getImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getImportsin interfaceIOOSymbolsArtifactScope- Specified by:
getImportsin interfaceIUglyExpressionsArtifactScope
-
indexOfImports
default int indexOfImports(java.lang.Object element)
- Specified by:
indexOfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
indexOfImportsin interfaceICommonExpressionsArtifactScope- Specified by:
indexOfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIMCBasicsArtifactScope- Specified by:
indexOfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIOOSymbolsArtifactScope- Specified by:
indexOfImportsin interfaceIUglyExpressionsArtifactScope
-
lastIndexOfImports
default int lastIndexOfImports(java.lang.Object element)
- Specified by:
lastIndexOfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
lastIndexOfImportsin interfaceICommonExpressionsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCBasicsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIOOSymbolsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIUglyExpressionsArtifactScope
-
equalsImports
default boolean equalsImports(java.lang.Object o)
- Specified by:
equalsImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
equalsImportsin interfaceICommonExpressionsArtifactScope- Specified by:
equalsImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
equalsImportsin interfaceIMCBasicsArtifactScope- Specified by:
equalsImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
equalsImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
equalsImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
equalsImportsin interfaceIOOSymbolsArtifactScope- Specified by:
equalsImportsin interfaceIUglyExpressionsArtifactScope
-
hashCodeImports
default int hashCodeImports()
- Specified by:
hashCodeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
hashCodeImportsin interfaceICommonExpressionsArtifactScope- Specified by:
hashCodeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIMCBasicsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIOOSymbolsArtifactScope- Specified by:
hashCodeImportsin interfaceIUglyExpressionsArtifactScope
-
listIteratorImports
default java.util.ListIterator<de.monticore.symboltable.ImportStatement> listIteratorImports()
- Specified by:
listIteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceICommonExpressionsArtifactScope- Specified by:
listIteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIOOSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceIUglyExpressionsArtifactScope
-
listIteratorImports
default java.util.ListIterator<de.monticore.symboltable.ImportStatement> listIteratorImports(int index)
- Specified by:
listIteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceICommonExpressionsArtifactScope- Specified by:
listIteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIOOSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceIUglyExpressionsArtifactScope
-
subListImports
default java.util.List<de.monticore.symboltable.ImportStatement> subListImports(int start, int end)- Specified by:
subListImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
subListImportsin interfaceICommonExpressionsArtifactScope- Specified by:
subListImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
subListImportsin interfaceIMCBasicsArtifactScope- Specified by:
subListImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
subListImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
subListImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
subListImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
subListImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
subListImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
subListImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
subListImportsin interfaceIOOSymbolsArtifactScope- Specified by:
subListImportsin interfaceIUglyExpressionsArtifactScope
-
clearImports
default void clearImports()
- Specified by:
clearImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
clearImportsin interfaceICommonExpressionsArtifactScope- Specified by:
clearImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
clearImportsin interfaceIMCBasicsArtifactScope- Specified by:
clearImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
clearImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
clearImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
clearImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
clearImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
clearImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
clearImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
clearImportsin interfaceIOOSymbolsArtifactScope- Specified by:
clearImportsin interfaceIUglyExpressionsArtifactScope
-
addImports
default boolean addImports(de.monticore.symboltable.ImportStatement element)
- Specified by:
addImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addImportsin interfaceICommonExpressionsArtifactScope- Specified by:
addImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addImportsin interfaceIMCBasicsArtifactScope- Specified by:
addImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
addImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
addImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
addImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addImportsin interfaceIOOSymbolsArtifactScope- Specified by:
addImportsin interfaceIUglyExpressionsArtifactScope
-
addAllImports
default boolean addAllImports(java.util.Collection<? extends de.monticore.symboltable.ImportStatement> collection)
- Specified by:
addAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
addAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
addAllImportsin interfaceIUglyExpressionsArtifactScope
-
removeImports
default boolean removeImports(java.lang.Object element)
- Specified by:
removeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeImportsin interfaceICommonExpressionsArtifactScope- Specified by:
removeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
removeImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
removeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
removeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeImportsin interfaceIOOSymbolsArtifactScope- Specified by:
removeImportsin interfaceIUglyExpressionsArtifactScope
-
removeAllImports
default boolean removeAllImports(java.util.Collection<?> collection)
- Specified by:
removeAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
removeAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
removeAllImportsin interfaceIUglyExpressionsArtifactScope
-
retainAllImports
default boolean retainAllImports(java.util.Collection<?> collection)
- Specified by:
retainAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
retainAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
retainAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
retainAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
retainAllImportsin interfaceIUglyExpressionsArtifactScope
-
removeIfImports
default boolean removeIfImports(java.util.function.Predicate<? super de.monticore.symboltable.ImportStatement> filter)
- Specified by:
removeIfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeIfImportsin interfaceICommonExpressionsArtifactScope- Specified by:
removeIfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeIfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIOOSymbolsArtifactScope- Specified by:
removeIfImportsin interfaceIUglyExpressionsArtifactScope
-
forEachImports
default void forEachImports(java.util.function.Consumer<? super de.monticore.symboltable.ImportStatement> action)
- Specified by:
forEachImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
forEachImportsin interfaceICommonExpressionsArtifactScope- Specified by:
forEachImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
forEachImportsin interfaceIMCBasicsArtifactScope- Specified by:
forEachImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
forEachImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
forEachImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
forEachImportsin interfaceIOOSymbolsArtifactScope- Specified by:
forEachImportsin interfaceIUglyExpressionsArtifactScope
-
addImports
default void addImports(int index, de.monticore.symboltable.ImportStatement element)- Specified by:
addImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addImportsin interfaceICommonExpressionsArtifactScope- Specified by:
addImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addImportsin interfaceIMCBasicsArtifactScope- Specified by:
addImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
addImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
addImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
addImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addImportsin interfaceIOOSymbolsArtifactScope- Specified by:
addImportsin interfaceIUglyExpressionsArtifactScope
-
addAllImports
default boolean addAllImports(int index, java.util.Collection<? extends de.monticore.symboltable.ImportStatement> collection)- Specified by:
addAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
addAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
addAllImportsin interfaceIUglyExpressionsArtifactScope
-
removeImports
default de.monticore.symboltable.ImportStatement removeImports(int index)
- Specified by:
removeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeImportsin interfaceICommonExpressionsArtifactScope- Specified by:
removeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
removeImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
removeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
removeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeImportsin interfaceIOOSymbolsArtifactScope- Specified by:
removeImportsin interfaceIUglyExpressionsArtifactScope
-
setImports
default de.monticore.symboltable.ImportStatement setImports(int index, de.monticore.symboltable.ImportStatement element)- Specified by:
setImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
setImportsin interfaceICommonExpressionsArtifactScope- Specified by:
setImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
setImportsin interfaceIMCBasicsArtifactScope- Specified by:
setImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
setImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
setImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
setImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
setImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
setImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
setImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
setImportsin interfaceIOOSymbolsArtifactScope- Specified by:
setImportsin interfaceIUglyExpressionsArtifactScope
-
replaceAllImports
default void replaceAllImports(java.util.function.UnaryOperator<de.monticore.symboltable.ImportStatement> operator)
- Specified by:
replaceAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
replaceAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
replaceAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
replaceAllImportsin interfaceIUglyExpressionsArtifactScope
-
sortImports
default void sortImports(java.util.Comparator<? super de.monticore.symboltable.ImportStatement> comparator)
- Specified by:
sortImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
sortImportsin interfaceICommonExpressionsArtifactScope- Specified by:
sortImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
sortImportsin interfaceIMCBasicsArtifactScope- Specified by:
sortImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
sortImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
sortImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
sortImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
sortImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
sortImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
sortImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
sortImportsin interfaceIOOSymbolsArtifactScope- Specified by:
sortImportsin interfaceIUglyExpressionsArtifactScope
-
getImportsList
java.util.List<de.monticore.symboltable.ImportStatement> getImportsList()
- Specified by:
getImportsListin interfaceIBasicSymbolsArtifactScope- Specified by:
getImportsListin interfaceICommonExpressionsArtifactScope- Specified by:
getImportsListin interfaceIExpressionsBasisArtifactScope- Specified by:
getImportsListin interfaceIMCBasicsArtifactScope- Specified by:
getImportsListin interfaceIMCBasicTypesArtifactScope- Specified by:
getImportsListin interfaceIMCCollectionTypesArtifactScope- Specified by:
getImportsListin interfaceIMCFullGenericTypesArtifactScope- Specified by:
getImportsListin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getImportsListin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getImportsListin interfaceIMCStatementsBasisArtifactScope- Specified by:
getImportsListin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getImportsListin interfaceIOOSymbolsArtifactScope- Specified by:
getImportsListin interfaceIUglyExpressionsArtifactScope
-
setImportsList
void setImportsList(java.util.List<de.monticore.symboltable.ImportStatement> imports)
- Specified by:
setImportsListin interfaceIBasicSymbolsArtifactScope- Specified by:
setImportsListin interfaceICommonExpressionsArtifactScope- Specified by:
setImportsListin interfaceIExpressionsBasisArtifactScope- Specified by:
setImportsListin interfaceIMCBasicsArtifactScope- Specified by:
setImportsListin interfaceIMCBasicTypesArtifactScope- Specified by:
setImportsListin interfaceIMCCollectionTypesArtifactScope- Specified by:
setImportsListin interfaceIMCFullGenericTypesArtifactScope- Specified by:
setImportsListin interfaceIMCLiteralsBasisArtifactScope- Specified by:
setImportsListin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
setImportsListin interfaceIMCStatementsBasisArtifactScope- Specified by:
setImportsListin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
setImportsListin interfaceIOOSymbolsArtifactScope- Specified by:
setImportsListin interfaceIUglyExpressionsArtifactScope
-
getTopLevelSymbol
default java.util.Optional<de.monticore.symboltable.ISymbol> getTopLevelSymbol()
- Specified by:
getTopLevelSymbolin interfaceIBasicSymbolsArtifactScope- Specified by:
getTopLevelSymbolin interfaceICommonExpressionsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIExpressionsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCBasicsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCBasicTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCCollectionTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCFullGenericTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCStatementsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIOOSymbolsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIUglyExpressionsArtifactScope
-
checkIfContinueAsSubScope
default boolean checkIfContinueAsSubScope(java.lang.String symbolName)
- Specified by:
checkIfContinueAsSubScopein interfaceIBasicSymbolsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceICommonExpressionsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIExpressionsBasisArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCCollectionTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCFullGenericTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCLiteralsBasisArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCStatementsBasisArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIOOSymbolsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfacede.monticore.symboltable.IScope- Specified by:
checkIfContinueAsSubScopein interfaceIUglyExpressionsArtifactScope
-
getRemainingNameForResolveDown
default java.util.List<java.lang.String> getRemainingNameForResolveDown(java.lang.String symbolName)
- Specified by:
getRemainingNameForResolveDownin interfaceIBasicSymbolsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceICommonExpressionsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIExpressionsBasisArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCBasicsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCBasicTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCCollectionTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCFullGenericTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCStatementsBasisArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIOOSymbolsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfacede.monticore.symboltable.IScope- Specified by:
getRemainingNameForResolveDownin interfaceIUglyExpressionsArtifactScope
-
getFullName
default java.lang.String getFullName()
- Specified by:
getFullNamein interfacede.monticore.symboltable.IArtifactScope- Specified by:
getFullNamein interfaceIBasicSymbolsArtifactScope- Specified by:
getFullNamein interfaceICommonExpressionsArtifactScope- Specified by:
getFullNamein interfaceIExpressionsBasisArtifactScope- Specified by:
getFullNamein interfaceIMCBasicsArtifactScope- Specified by:
getFullNamein interfaceIMCBasicTypesArtifactScope- Specified by:
getFullNamein interfaceIMCCollectionTypesArtifactScope- Specified by:
getFullNamein interfaceIMCFullGenericTypesArtifactScope- Specified by:
getFullNamein interfaceIMCLiteralsBasisArtifactScope- Specified by:
getFullNamein interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getFullNamein interfaceIMCStatementsBasisArtifactScope- Specified by:
getFullNamein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getFullNamein interfaceIOOSymbolsArtifactScope- Specified by:
getFullNamein interfaceIUglyExpressionsArtifactScope
-
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 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 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 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 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 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 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 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 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 interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIOOSymbolsArtifactScope
-
accept
void accept(JavaClassExpressionsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope
-
accept
void accept(CommonExpressionsTraverser visitor)
- Specified by:
acceptin interfaceICommonExpressionsArtifactScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope
-
accept
void accept(MCVarDeclarationStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope
-
accept
void accept(MCFullGenericTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope
-
accept
void accept(UglyExpressionsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(ExpressionsBasisTraverser visitor)
- Specified by:
acceptin interfaceICommonExpressionsArtifactScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCBasicsTraverser visitor)
- Specified by:
acceptin interfaceIBasicSymbolsArtifactScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceICommonExpressionsArtifactScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCBasicsArtifactScope- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesArtifactScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCLiteralsBasisTraverser visitor)
- Specified by:
acceptin interfaceICommonExpressionsArtifactScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCLiteralsBasisArtifactScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCStatementsBasisTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCStatementsBasisArtifactScope- Specified by:
acceptin interfaceIMCStatementsBasisScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope
-
accept
void accept(MCBasicTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesArtifactScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(OOSymbolsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope- 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 interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP
-
accept
void accept(MCSimpleGenericTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope
-
accept
void accept(MCCollectionTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCCollectionTypesArtifactScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope
-
accept
void accept(de.monticore.visitor.ITraverser visitor)
- Specified by:
acceptin interfaceIBasicSymbolsArtifactScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceICommonExpressionsArtifactScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIMCBasicsArtifactScope- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesArtifactScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCLiteralsBasisArtifactScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceIMCStatementsBasisArtifactScope- Specified by:
acceptin interfaceIMCStatementsBasisScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfacede.monticore.symboltable.IScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
-