Interface ITFBasisExtsArtifactScope
-
- All Superinterfaces:
de.monticore.symboltable.IArtifactScope,IAssignmentExpressionsArtifactScope,IAssignmentExpressionsScope,IBasicSymbolsArtifactScope,IBasicSymbolsScope,IBasicSymbolsScopeTOP,ICommonExpressionsArtifactScope,ICommonExpressionsScope,IExpressionsBasisArtifactScope,IExpressionsBasisScope,IJavaClassExpressionsArtifactScope,IJavaClassExpressionsScope,IJavaLightArtifactScope,IJavaLightScope,IMCArrayStatementsArtifactScope,IMCArrayStatementsScope,IMCBasicsArtifactScope,IMCBasicsScope,IMCBasicTypesArtifactScope,IMCBasicTypesScope,IMCCollectionTypesArtifactScope,IMCCollectionTypesScope,IMCCommonLiteralsArtifactScope,IMCCommonLiteralsScope,IMCCommonStatementsArtifactScope,IMCCommonStatementsScope,IMCFullGenericTypesArtifactScope,IMCFullGenericTypesScope,IMCLiteralsBasisArtifactScope,IMCLiteralsBasisScope,IMCReturnStatementsArtifactScope,IMCReturnStatementsScope,IMCSimpleGenericTypesArtifactScope,IMCSimpleGenericTypesScope,IMCStatementsBasisArtifactScope,IMCStatementsBasisScope,IMCVarDeclarationStatementsArtifactScope,IMCVarDeclarationStatementsScope,IOOSymbolsArtifactScope,IOOSymbolsScope,IOOSymbolsScopeTOP,de.monticore.symboltable.IScope,ITFBasisExtsScope,ITypeParametersArtifactScope,ITypeParametersScope,IUglyExpressionsArtifactScope,IUglyExpressionsScope
- All Known Subinterfaces:
IODRulesArtifactScope,ITFCommonsArtifactScope
- All Known Implementing Classes:
ODRulesArtifactScope,TFBasisExtsArtifactScope,TFCommonsArtifactScope
public interface ITFBasisExtsArtifactScope extends IJavaLightArtifactScope, IMCSimpleGenericTypesArtifactScope, IMCCommonLiteralsArtifactScope, ITFBasisExtsScope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(AssignmentExpressionsTraverser visitor)voidaccept(CommonExpressionsTraverser visitor)voidaccept(ExpressionsBasisTraverser visitor)voidaccept(JavaClassExpressionsTraverser visitor)voidaccept(UglyExpressionsTraverser visitor)voidaccept(JavaLightTraverser visitor)voidaccept(MCCommonLiteralsTraverser visitor)voidaccept(MCLiteralsBasisTraverser visitor)voidaccept(MCBasicsTraverser visitor)voidaccept(MCArrayStatementsTraverser visitor)voidaccept(MCCommonStatementsTraverser visitor)voidaccept(MCReturnStatementsTraverser visitor)voidaccept(MCStatementsBasisTraverser visitor)voidaccept(MCVarDeclarationStatementsTraverser visitor)voidaccept(BasicSymbolsTraverser visitor)voidaccept(OOSymbolsTraverser visitor)voidaccept(TFBasisExtsTraverser visitor)voidaccept(MCBasicTypesTraverser visitor)voidaccept(MCCollectionTypesTraverser visitor)voidaccept(MCFullGenericTypesTraverser visitor)voidaccept(MCSimpleGenericTypesTraverser visitor)voidaccept(TypeParametersTraverser 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<JavaMethodSymbol>continueJavaMethodWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<JavaMethodSymbol> 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.expressions.assignmentexpressions._symboltable.IAssignmentExpressionsScope
addSubScope, removeSubScope, setEnclosingScope
-
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.javalight._symboltable.IJavaLightScope
add, addSubScope, continueAsJavaMethodSubScope, filterJavaMethod, getJavaMethodSymbols, getLocalJavaMethodSymbols, isJavaMethodSymbolsAlreadyResolved, remove, removeSubScope, resolveAdaptedJavaMethodLocallyMany, resolveJavaMethod, resolveJavaMethod, resolveJavaMethod, resolveJavaMethod, resolveJavaMethodDown, resolveJavaMethodDown, resolveJavaMethodDown, resolveJavaMethodDownMany, resolveJavaMethodDownMany, resolveJavaMethodDownMany, resolveJavaMethodDownMany, resolveJavaMethodLocally, resolveJavaMethodLocallyMany, resolveJavaMethodMany, resolveJavaMethodMany, resolveJavaMethodMany, resolveJavaMethodMany, resolveJavaMethodMany, resolveJavaMethodMany, resolveJavaMethodSubKinds, setEnclosingScope, setJavaMethodSymbolsAlreadyResolved
-
Methods inherited from interface de.monticore.statements.mcarraystatements._symboltable.IMCArrayStatementsScope
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.literals.mccommonliterals._symboltable.IMCCommonLiteralsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mccommonstatements._symboltable.IMCCommonStatementsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, 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.statements.mcreturnstatements._symboltable.IMCReturnStatementsScope
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, 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.tf.tfbasisexts._symboltable.ITFBasisExtsScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
Methods inherited from interface de.monticore.types.typeparameters._symboltable.ITypeParametersScope
addSubScope, getEnclosingScope, getSubScopes, getSymbolsSize, removeSubScope, setEnclosingScope
-
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 interfaceIAssignmentExpressionsArtifactScope- Specified by:
containsImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
containsImportsin interfaceICommonExpressionsArtifactScope- Specified by:
containsImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
containsImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
containsImportsin interfaceIJavaLightArtifactScope- Specified by:
containsImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCBasicsArtifactScope- Specified by:
containsImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
containsImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
containsImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
containsImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
containsImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
containsImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
containsImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
containsImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
containsImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
containsImportsin interfaceIOOSymbolsArtifactScope- Specified by:
containsImportsin interfaceITypeParametersArtifactScope- Specified by:
containsImportsin interfaceIUglyExpressionsArtifactScope
-
containsAllImports
default boolean containsAllImports(java.util.Collection<?> collection)
- Specified by:
containsAllImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
containsAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
containsAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
containsAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
containsAllImportsin interfaceIJavaLightArtifactScope- Specified by:
containsAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
containsAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
containsAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
containsAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
containsAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
containsAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
containsAllImportsin interfaceITypeParametersArtifactScope- Specified by:
containsAllImportsin interfaceIUglyExpressionsArtifactScope
-
isEmptyImports
default boolean isEmptyImports()
- Specified by:
isEmptyImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
isEmptyImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
isEmptyImportsin interfaceICommonExpressionsArtifactScope- Specified by:
isEmptyImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
isEmptyImportsin interfaceIJavaLightArtifactScope- Specified by:
isEmptyImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCBasicsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
isEmptyImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
isEmptyImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
isEmptyImportsin interfaceIOOSymbolsArtifactScope- Specified by:
isEmptyImportsin interfaceITypeParametersArtifactScope- Specified by:
isEmptyImportsin interfaceIUglyExpressionsArtifactScope
-
iteratorImports
default java.util.Iterator<de.monticore.symboltable.ImportStatement> iteratorImports()
- Specified by:
iteratorImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
iteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
iteratorImportsin interfaceICommonExpressionsArtifactScope- Specified by:
iteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
iteratorImportsin interfaceIJavaLightArtifactScope- Specified by:
iteratorImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
iteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
iteratorImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
iteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
iteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
iteratorImportsin interfaceIOOSymbolsArtifactScope- Specified by:
iteratorImportsin interfaceITypeParametersArtifactScope- Specified by:
iteratorImportsin interfaceIUglyExpressionsArtifactScope
-
sizeImports
default int sizeImports()
- Specified by:
sizeImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
sizeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
sizeImportsin interfaceICommonExpressionsArtifactScope- Specified by:
sizeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
sizeImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
sizeImportsin interfaceIJavaLightArtifactScope- Specified by:
sizeImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCBasicsArtifactScope- Specified by:
sizeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
sizeImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
sizeImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
sizeImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
sizeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
sizeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
sizeImportsin interfaceIOOSymbolsArtifactScope- Specified by:
sizeImportsin interfaceITypeParametersArtifactScope- Specified by:
sizeImportsin interfaceIUglyExpressionsArtifactScope
-
toArrayImports
default de.monticore.symboltable.ImportStatement[] toArrayImports(de.monticore.symboltable.ImportStatement[] array)
- Specified by:
toArrayImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
toArrayImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceICommonExpressionsArtifactScope- Specified by:
toArrayImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
toArrayImportsin interfaceIJavaLightArtifactScope- Specified by:
toArrayImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
toArrayImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIOOSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceITypeParametersArtifactScope- Specified by:
toArrayImportsin interfaceIUglyExpressionsArtifactScope
-
toArrayImports
default java.lang.Object[] toArrayImports()
- Specified by:
toArrayImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
toArrayImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceICommonExpressionsArtifactScope- Specified by:
toArrayImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
toArrayImportsin interfaceIJavaLightArtifactScope- Specified by:
toArrayImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicsArtifactScope- Specified by:
toArrayImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
toArrayImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
toArrayImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
toArrayImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
toArrayImportsin interfaceIOOSymbolsArtifactScope- Specified by:
toArrayImportsin interfaceITypeParametersArtifactScope- Specified by:
toArrayImportsin interfaceIUglyExpressionsArtifactScope
-
spliteratorImports
default java.util.Spliterator<de.monticore.symboltable.ImportStatement> spliteratorImports()
- Specified by:
spliteratorImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
spliteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
spliteratorImportsin interfaceICommonExpressionsArtifactScope- Specified by:
spliteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
spliteratorImportsin interfaceIJavaLightArtifactScope- Specified by:
spliteratorImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
spliteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
spliteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
spliteratorImportsin interfaceIOOSymbolsArtifactScope- Specified by:
spliteratorImportsin interfaceITypeParametersArtifactScope- Specified by:
spliteratorImportsin interfaceIUglyExpressionsArtifactScope
-
streamImports
default java.util.stream.Stream<de.monticore.symboltable.ImportStatement> streamImports()
- Specified by:
streamImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
streamImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
streamImportsin interfaceICommonExpressionsArtifactScope- Specified by:
streamImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
streamImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
streamImportsin interfaceIJavaLightArtifactScope- Specified by:
streamImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCBasicsArtifactScope- Specified by:
streamImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
streamImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
streamImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
streamImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
streamImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
streamImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
streamImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
streamImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
streamImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
streamImportsin interfaceIOOSymbolsArtifactScope- Specified by:
streamImportsin interfaceITypeParametersArtifactScope- Specified by:
streamImportsin interfaceIUglyExpressionsArtifactScope
-
parallelStreamImports
default java.util.stream.Stream<de.monticore.symboltable.ImportStatement> parallelStreamImports()
- Specified by:
parallelStreamImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
parallelStreamImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
parallelStreamImportsin interfaceICommonExpressionsArtifactScope- Specified by:
parallelStreamImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
parallelStreamImportsin interfaceIJavaLightArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCBasicsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
parallelStreamImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
parallelStreamImportsin interfaceIOOSymbolsArtifactScope- Specified by:
parallelStreamImportsin interfaceITypeParametersArtifactScope- Specified by:
parallelStreamImportsin interfaceIUglyExpressionsArtifactScope
-
getImports
default de.monticore.symboltable.ImportStatement getImports(int index)
- Specified by:
getImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
getImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
getImportsin interfaceICommonExpressionsArtifactScope- Specified by:
getImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
getImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
getImportsin interfaceIJavaLightArtifactScope- Specified by:
getImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
getImportsin interfaceIMCBasicsArtifactScope- Specified by:
getImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
getImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
getImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
getImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
getImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
getImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
getImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
getImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getImportsin interfaceIOOSymbolsArtifactScope- Specified by:
getImportsin interfaceITypeParametersArtifactScope- Specified by:
getImportsin interfaceIUglyExpressionsArtifactScope
-
indexOfImports
default int indexOfImports(java.lang.Object element)
- Specified by:
indexOfImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
indexOfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
indexOfImportsin interfaceICommonExpressionsArtifactScope- Specified by:
indexOfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
indexOfImportsin interfaceIJavaLightArtifactScope- Specified by:
indexOfImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCBasicsArtifactScope- Specified by:
indexOfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
indexOfImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
indexOfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
indexOfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
indexOfImportsin interfaceIOOSymbolsArtifactScope- Specified by:
indexOfImportsin interfaceITypeParametersArtifactScope- Specified by:
indexOfImportsin interfaceIUglyExpressionsArtifactScope
-
lastIndexOfImports
default int lastIndexOfImports(java.lang.Object element)
- Specified by:
lastIndexOfImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
lastIndexOfImportsin interfaceICommonExpressionsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIJavaLightArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCBasicsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
lastIndexOfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
lastIndexOfImportsin interfaceIOOSymbolsArtifactScope- Specified by:
lastIndexOfImportsin interfaceITypeParametersArtifactScope- Specified by:
lastIndexOfImportsin interfaceIUglyExpressionsArtifactScope
-
equalsImports
default boolean equalsImports(java.lang.Object o)
- Specified by:
equalsImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
equalsImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
equalsImportsin interfaceICommonExpressionsArtifactScope- Specified by:
equalsImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
equalsImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
equalsImportsin interfaceIJavaLightArtifactScope- Specified by:
equalsImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCBasicsArtifactScope- Specified by:
equalsImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
equalsImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
equalsImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
equalsImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
equalsImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
equalsImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
equalsImportsin interfaceIOOSymbolsArtifactScope- Specified by:
equalsImportsin interfaceITypeParametersArtifactScope- Specified by:
equalsImportsin interfaceIUglyExpressionsArtifactScope
-
hashCodeImports
default int hashCodeImports()
- Specified by:
hashCodeImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
hashCodeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
hashCodeImportsin interfaceICommonExpressionsArtifactScope- Specified by:
hashCodeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
hashCodeImportsin interfaceIJavaLightArtifactScope- Specified by:
hashCodeImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCBasicsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
hashCodeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
hashCodeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
hashCodeImportsin interfaceIOOSymbolsArtifactScope- Specified by:
hashCodeImportsin interfaceITypeParametersArtifactScope- Specified by:
hashCodeImportsin interfaceIUglyExpressionsArtifactScope
-
listIteratorImports
default java.util.ListIterator<de.monticore.symboltable.ImportStatement> listIteratorImports()
- Specified by:
listIteratorImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
listIteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceICommonExpressionsArtifactScope- Specified by:
listIteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
listIteratorImportsin interfaceIJavaLightArtifactScope- Specified by:
listIteratorImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIOOSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceITypeParametersArtifactScope- Specified by:
listIteratorImportsin interfaceIUglyExpressionsArtifactScope
-
listIteratorImports
default java.util.ListIterator<de.monticore.symboltable.ImportStatement> listIteratorImports(int index)
- Specified by:
listIteratorImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
listIteratorImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceICommonExpressionsArtifactScope- Specified by:
listIteratorImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
listIteratorImportsin interfaceIJavaLightArtifactScope- Specified by:
listIteratorImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
listIteratorImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
listIteratorImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
listIteratorImportsin interfaceIOOSymbolsArtifactScope- Specified by:
listIteratorImportsin interfaceITypeParametersArtifactScope- Specified by:
listIteratorImportsin interfaceIUglyExpressionsArtifactScope
-
subListImports
default java.util.List<de.monticore.symboltable.ImportStatement> subListImports(int start, int end)- Specified by:
subListImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
subListImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
subListImportsin interfaceICommonExpressionsArtifactScope- Specified by:
subListImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
subListImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
subListImportsin interfaceIJavaLightArtifactScope- Specified by:
subListImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCBasicsArtifactScope- Specified by:
subListImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
subListImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
subListImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
subListImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
subListImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
subListImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
subListImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
subListImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
subListImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
subListImportsin interfaceIOOSymbolsArtifactScope- Specified by:
subListImportsin interfaceITypeParametersArtifactScope- Specified by:
subListImportsin interfaceIUglyExpressionsArtifactScope
-
clearImports
default void clearImports()
- Specified by:
clearImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
clearImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
clearImportsin interfaceICommonExpressionsArtifactScope- Specified by:
clearImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
clearImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
clearImportsin interfaceIJavaLightArtifactScope- Specified by:
clearImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCBasicsArtifactScope- Specified by:
clearImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
clearImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
clearImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
clearImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
clearImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
clearImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
clearImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
clearImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
clearImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
clearImportsin interfaceIOOSymbolsArtifactScope- Specified by:
clearImportsin interfaceITypeParametersArtifactScope- Specified by:
clearImportsin interfaceIUglyExpressionsArtifactScope
-
addImports
default boolean addImports(de.monticore.symboltable.ImportStatement element)
- Specified by:
addImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
addImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addImportsin interfaceICommonExpressionsArtifactScope- Specified by:
addImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
addImportsin interfaceIJavaLightArtifactScope- Specified by:
addImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
addImportsin interfaceIMCBasicsArtifactScope- Specified by:
addImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
addImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
addImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
addImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
addImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
addImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
addImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addImportsin interfaceIOOSymbolsArtifactScope- Specified by:
addImportsin interfaceITypeParametersArtifactScope- Specified by:
addImportsin interfaceIUglyExpressionsArtifactScope
-
addAllImports
default boolean addAllImports(java.util.Collection<? extends de.monticore.symboltable.ImportStatement> collection)
- Specified by:
addAllImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
addAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
addAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addAllImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
addAllImportsin interfaceIJavaLightArtifactScope- Specified by:
addAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
addAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
addAllImportsin interfaceITypeParametersArtifactScope- Specified by:
addAllImportsin interfaceIUglyExpressionsArtifactScope
-
removeImports
default boolean removeImports(java.lang.Object element)
- Specified by:
removeImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
removeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeImportsin interfaceICommonExpressionsArtifactScope- Specified by:
removeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
removeImportsin interfaceIJavaLightArtifactScope- Specified by:
removeImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
removeImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
removeImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
removeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
removeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeImportsin interfaceIOOSymbolsArtifactScope- Specified by:
removeImportsin interfaceITypeParametersArtifactScope- Specified by:
removeImportsin interfaceIUglyExpressionsArtifactScope
-
removeAllImports
default boolean removeAllImports(java.util.Collection<?> collection)
- Specified by:
removeAllImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
removeAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
removeAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
removeAllImportsin interfaceIJavaLightArtifactScope- Specified by:
removeAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
removeAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
removeAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
removeAllImportsin interfaceITypeParametersArtifactScope- Specified by:
removeAllImportsin interfaceIUglyExpressionsArtifactScope
-
retainAllImports
default boolean retainAllImports(java.util.Collection<?> collection)
- Specified by:
retainAllImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
retainAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
retainAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
retainAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
retainAllImportsin interfaceIJavaLightArtifactScope- Specified by:
retainAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
retainAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
retainAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
retainAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
retainAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
retainAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
retainAllImportsin interfaceITypeParametersArtifactScope- Specified by:
retainAllImportsin interfaceIUglyExpressionsArtifactScope
-
removeIfImports
default boolean removeIfImports(java.util.function.Predicate<? super de.monticore.symboltable.ImportStatement> filter)
- Specified by:
removeIfImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
removeIfImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeIfImportsin interfaceICommonExpressionsArtifactScope- Specified by:
removeIfImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
removeIfImportsin interfaceIJavaLightArtifactScope- Specified by:
removeIfImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeIfImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
removeIfImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
removeIfImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeIfImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeIfImportsin interfaceIOOSymbolsArtifactScope- Specified by:
removeIfImportsin interfaceITypeParametersArtifactScope- Specified by:
removeIfImportsin interfaceIUglyExpressionsArtifactScope
-
forEachImports
default void forEachImports(java.util.function.Consumer<? super de.monticore.symboltable.ImportStatement> action)
- Specified by:
forEachImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
forEachImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
forEachImportsin interfaceICommonExpressionsArtifactScope- Specified by:
forEachImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
forEachImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
forEachImportsin interfaceIJavaLightArtifactScope- Specified by:
forEachImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCBasicsArtifactScope- Specified by:
forEachImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
forEachImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
forEachImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
forEachImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
forEachImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
forEachImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
forEachImportsin interfaceIOOSymbolsArtifactScope- Specified by:
forEachImportsin interfaceITypeParametersArtifactScope- Specified by:
forEachImportsin interfaceIUglyExpressionsArtifactScope
-
addImports
default void addImports(int index, de.monticore.symboltable.ImportStatement element)- Specified by:
addImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
addImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addImportsin interfaceICommonExpressionsArtifactScope- Specified by:
addImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
addImportsin interfaceIJavaLightArtifactScope- Specified by:
addImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
addImportsin interfaceIMCBasicsArtifactScope- Specified by:
addImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
addImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
addImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
addImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
addImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
addImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
addImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addImportsin interfaceIOOSymbolsArtifactScope- Specified by:
addImportsin interfaceITypeParametersArtifactScope- Specified by:
addImportsin interfaceIUglyExpressionsArtifactScope
-
addAllImports
default boolean addAllImports(int index, java.util.Collection<? extends de.monticore.symboltable.ImportStatement> collection)- Specified by:
addAllImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
addAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
addAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
addAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
addAllImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
addAllImportsin interfaceIJavaLightArtifactScope- Specified by:
addAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
addAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
addAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
addAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
addAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
addAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
addAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
addAllImportsin interfaceITypeParametersArtifactScope- Specified by:
addAllImportsin interfaceIUglyExpressionsArtifactScope
-
removeImports
default de.monticore.symboltable.ImportStatement removeImports(int index)
- Specified by:
removeImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
removeImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
removeImportsin interfaceICommonExpressionsArtifactScope- Specified by:
removeImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
removeImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
removeImportsin interfaceIJavaLightArtifactScope- Specified by:
removeImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicsArtifactScope- Specified by:
removeImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
removeImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
removeImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
removeImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
removeImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
removeImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
removeImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
removeImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
removeImportsin interfaceIOOSymbolsArtifactScope- Specified by:
removeImportsin interfaceITypeParametersArtifactScope- Specified by:
removeImportsin interfaceIUglyExpressionsArtifactScope
-
setImports
default de.monticore.symboltable.ImportStatement setImports(int index, de.monticore.symboltable.ImportStatement element)- Specified by:
setImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
setImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
setImportsin interfaceICommonExpressionsArtifactScope- Specified by:
setImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
setImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
setImportsin interfaceIJavaLightArtifactScope- Specified by:
setImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
setImportsin interfaceIMCBasicsArtifactScope- Specified by:
setImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
setImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
setImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
setImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
setImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
setImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
setImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
setImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
setImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
setImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
setImportsin interfaceIOOSymbolsArtifactScope- Specified by:
setImportsin interfaceITypeParametersArtifactScope- Specified by:
setImportsin interfaceIUglyExpressionsArtifactScope
-
replaceAllImports
default void replaceAllImports(java.util.function.UnaryOperator<de.monticore.symboltable.ImportStatement> operator)
- Specified by:
replaceAllImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
replaceAllImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
replaceAllImportsin interfaceICommonExpressionsArtifactScope- Specified by:
replaceAllImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
replaceAllImportsin interfaceIJavaLightArtifactScope- Specified by:
replaceAllImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCBasicsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
replaceAllImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
replaceAllImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
replaceAllImportsin interfaceIOOSymbolsArtifactScope- Specified by:
replaceAllImportsin interfaceITypeParametersArtifactScope- Specified by:
replaceAllImportsin interfaceIUglyExpressionsArtifactScope
-
sortImports
default void sortImports(java.util.Comparator<? super de.monticore.symboltable.ImportStatement> comparator)
- Specified by:
sortImportsin interfaceIAssignmentExpressionsArtifactScope- Specified by:
sortImportsin interfaceIBasicSymbolsArtifactScope- Specified by:
sortImportsin interfaceICommonExpressionsArtifactScope- Specified by:
sortImportsin interfaceIExpressionsBasisArtifactScope- Specified by:
sortImportsin interfaceIJavaClassExpressionsArtifactScope- Specified by:
sortImportsin interfaceIJavaLightArtifactScope- Specified by:
sortImportsin interfaceIMCArrayStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCBasicsArtifactScope- Specified by:
sortImportsin interfaceIMCBasicTypesArtifactScope- Specified by:
sortImportsin interfaceIMCCollectionTypesArtifactScope- Specified by:
sortImportsin interfaceIMCCommonLiteralsArtifactScope- Specified by:
sortImportsin interfaceIMCCommonStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCFullGenericTypesArtifactScope- Specified by:
sortImportsin interfaceIMCLiteralsBasisArtifactScope- Specified by:
sortImportsin interfaceIMCReturnStatementsArtifactScope- Specified by:
sortImportsin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
sortImportsin interfaceIMCStatementsBasisArtifactScope- Specified by:
sortImportsin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
sortImportsin interfaceIOOSymbolsArtifactScope- Specified by:
sortImportsin interfaceITypeParametersArtifactScope- Specified by:
sortImportsin interfaceIUglyExpressionsArtifactScope
-
getImportsList
java.util.List<de.monticore.symboltable.ImportStatement> getImportsList()
- Specified by:
getImportsListin interfaceIAssignmentExpressionsArtifactScope- Specified by:
getImportsListin interfaceIBasicSymbolsArtifactScope- Specified by:
getImportsListin interfaceICommonExpressionsArtifactScope- Specified by:
getImportsListin interfaceIExpressionsBasisArtifactScope- Specified by:
getImportsListin interfaceIJavaClassExpressionsArtifactScope- Specified by:
getImportsListin interfaceIJavaLightArtifactScope- Specified by:
getImportsListin interfaceIMCArrayStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCBasicsArtifactScope- Specified by:
getImportsListin interfaceIMCBasicTypesArtifactScope- Specified by:
getImportsListin interfaceIMCCollectionTypesArtifactScope- Specified by:
getImportsListin interfaceIMCCommonLiteralsArtifactScope- Specified by:
getImportsListin interfaceIMCCommonStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCFullGenericTypesArtifactScope- Specified by:
getImportsListin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getImportsListin interfaceIMCReturnStatementsArtifactScope- Specified by:
getImportsListin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getImportsListin interfaceIMCStatementsBasisArtifactScope- Specified by:
getImportsListin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getImportsListin interfaceIOOSymbolsArtifactScope- Specified by:
getImportsListin interfaceITypeParametersArtifactScope- Specified by:
getImportsListin interfaceIUglyExpressionsArtifactScope
-
setImportsList
void setImportsList(java.util.List<de.monticore.symboltable.ImportStatement> imports)
- Specified by:
setImportsListin interfaceIAssignmentExpressionsArtifactScope- Specified by:
setImportsListin interfaceIBasicSymbolsArtifactScope- Specified by:
setImportsListin interfaceICommonExpressionsArtifactScope- Specified by:
setImportsListin interfaceIExpressionsBasisArtifactScope- Specified by:
setImportsListin interfaceIJavaClassExpressionsArtifactScope- Specified by:
setImportsListin interfaceIJavaLightArtifactScope- Specified by:
setImportsListin interfaceIMCArrayStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCBasicsArtifactScope- Specified by:
setImportsListin interfaceIMCBasicTypesArtifactScope- Specified by:
setImportsListin interfaceIMCCollectionTypesArtifactScope- Specified by:
setImportsListin interfaceIMCCommonLiteralsArtifactScope- Specified by:
setImportsListin interfaceIMCCommonStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCFullGenericTypesArtifactScope- Specified by:
setImportsListin interfaceIMCLiteralsBasisArtifactScope- Specified by:
setImportsListin interfaceIMCReturnStatementsArtifactScope- Specified by:
setImportsListin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
setImportsListin interfaceIMCStatementsBasisArtifactScope- Specified by:
setImportsListin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
setImportsListin interfaceIOOSymbolsArtifactScope- Specified by:
setImportsListin interfaceITypeParametersArtifactScope- Specified by:
setImportsListin interfaceIUglyExpressionsArtifactScope
-
getTopLevelSymbol
default java.util.Optional<de.monticore.symboltable.ISymbol> getTopLevelSymbol()
- Specified by:
getTopLevelSymbolin interfaceIAssignmentExpressionsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIBasicSymbolsArtifactScope- Specified by:
getTopLevelSymbolin interfaceICommonExpressionsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIExpressionsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIJavaClassExpressionsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIJavaLightArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCArrayStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCBasicsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCBasicTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCCollectionTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCCommonLiteralsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCCommonStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCFullGenericTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCReturnStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCStatementsBasisArtifactScope- Specified by:
getTopLevelSymbolin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getTopLevelSymbolin interfaceIOOSymbolsArtifactScope- Specified by:
getTopLevelSymbolin interfaceITypeParametersArtifactScope- Specified by:
getTopLevelSymbolin interfaceIUglyExpressionsArtifactScope
-
checkIfContinueAsSubScope
default boolean checkIfContinueAsSubScope(java.lang.String symbolName)
- Specified by:
checkIfContinueAsSubScopein interfaceIAssignmentExpressionsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIBasicSymbolsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceICommonExpressionsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIExpressionsBasisArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIJavaClassExpressionsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIJavaLightArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCCollectionTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCCommonLiteralsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCFullGenericTypesArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCLiteralsBasisArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCReturnStatementsArtifactScope- 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 interfaceITypeParametersArtifactScope- Specified by:
checkIfContinueAsSubScopein interfaceIUglyExpressionsArtifactScope
-
getRemainingNameForResolveDown
default java.util.List<java.lang.String> getRemainingNameForResolveDown(java.lang.String symbolName)
- Specified by:
getRemainingNameForResolveDownin interfaceIAssignmentExpressionsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIBasicSymbolsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceICommonExpressionsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIExpressionsBasisArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIJavaClassExpressionsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIJavaLightArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCArrayStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCBasicsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCBasicTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCCollectionTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCCommonLiteralsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCCommonStatementsArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCFullGenericTypesArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCLiteralsBasisArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIMCReturnStatementsArtifactScope- 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 interfaceITypeParametersArtifactScope- Specified by:
getRemainingNameForResolveDownin interfaceIUglyExpressionsArtifactScope
-
getFullName
default java.lang.String getFullName()
- Specified by:
getFullNamein interfacede.monticore.symboltable.IArtifactScope- Specified by:
getFullNamein interfaceIAssignmentExpressionsArtifactScope- Specified by:
getFullNamein interfaceIBasicSymbolsArtifactScope- Specified by:
getFullNamein interfaceICommonExpressionsArtifactScope- Specified by:
getFullNamein interfaceIExpressionsBasisArtifactScope- Specified by:
getFullNamein interfaceIJavaClassExpressionsArtifactScope- Specified by:
getFullNamein interfaceIJavaLightArtifactScope- Specified by:
getFullNamein interfaceIMCArrayStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCBasicsArtifactScope- Specified by:
getFullNamein interfaceIMCBasicTypesArtifactScope- Specified by:
getFullNamein interfaceIMCCollectionTypesArtifactScope- Specified by:
getFullNamein interfaceIMCCommonLiteralsArtifactScope- Specified by:
getFullNamein interfaceIMCCommonStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCFullGenericTypesArtifactScope- Specified by:
getFullNamein interfaceIMCLiteralsBasisArtifactScope- Specified by:
getFullNamein interfaceIMCReturnStatementsArtifactScope- Specified by:
getFullNamein interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
getFullNamein interfaceIMCStatementsBasisArtifactScope- Specified by:
getFullNamein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
getFullNamein interfaceIOOSymbolsArtifactScope- Specified by:
getFullNamein interfaceITypeParametersArtifactScope- Specified by:
getFullNamein interfaceIUglyExpressionsArtifactScope
-
continueJavaMethodWithEnclosingScope
default java.util.List<JavaMethodSymbol> continueJavaMethodWithEnclosingScope(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<JavaMethodSymbol> predicate)
- Specified by:
continueJavaMethodWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueJavaMethodWithEnclosingScopein interfaceIJavaLightScope
-
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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueOOTypeWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- 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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueFieldWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- 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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueMethodWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- 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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueDiagramWithEnclosingScopein interfaceITypeParametersArtifactScope
-
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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueTypeWithEnclosingScopein interfaceITypeParametersArtifactScope
-
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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueTypeVarWithEnclosingScopein interfaceITypeParametersArtifactScope
-
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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueVariableWithEnclosingScopein interfaceITypeParametersArtifactScope
-
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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueFunctionWithEnclosingScopein interfaceITypeParametersArtifactScope
-
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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIJavaLightArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIMCArrayStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIMCCommonStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceIOOSymbolsArtifactScope- Specified by:
continueMCStereotypeWithEnclosingScopein interfaceITypeParametersArtifactScope
-
accept
void accept(TFBasisExtsTraverser visitor)
- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(JavaLightTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(MCSimpleGenericTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(MCCommonLiteralsTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCCommonLiteralsArtifactScope- Specified by:
acceptin interfaceIMCCommonLiteralsScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(AssignmentExpressionsTraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsArtifactScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(JavaClassExpressionsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(MCCommonStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(MCArrayStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(MCReturnStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(TypeParametersTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITypeParametersArtifactScope- Specified by:
acceptin interfaceITypeParametersScope
-
accept
void accept(ExpressionsBasisTraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsArtifactScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- Specified by:
acceptin interfaceICommonExpressionsArtifactScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCBasicsTraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsArtifactScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- 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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- 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 interfaceIMCCommonLiteralsArtifactScope- Specified by:
acceptin interfaceIMCCommonLiteralsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- 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 interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITypeParametersArtifactScope- Specified by:
acceptin interfaceITypeParametersScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCLiteralsBasisTraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsArtifactScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- Specified by:
acceptin interfaceICommonExpressionsArtifactScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisArtifactScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonLiteralsArtifactScope- Specified by:
acceptin interfaceIMCCommonLiteralsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCLiteralsBasisArtifactScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(CommonExpressionsTraverser visitor)
- Specified by:
acceptin interfaceICommonExpressionsArtifactScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(MCVarDeclarationStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(MCFullGenericTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(UglyExpressionsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCStatementsBasisTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCStatementsBasisArtifactScope- Specified by:
acceptin interfaceIMCStatementsBasisScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(MCBasicTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCBasicTypesArtifactScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesArtifactScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- 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 interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITypeParametersArtifactScope- Specified by:
acceptin interfaceITypeParametersScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(OOSymbolsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfaceITFBasisExtsScope
-
accept
void accept(BasicSymbolsTraverser visitor)
- Specified by:
acceptin interfaceIBasicSymbolsArtifactScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsArtifactScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsArtifactScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITypeParametersArtifactScope- Specified by:
acceptin interfaceITypeParametersScope
-
accept
void accept(MCCollectionTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- 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 interfaceITFBasisExtsScope
-
accept
void accept(de.monticore.visitor.ITraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsArtifactScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- 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 interfaceIJavaClassExpressionsArtifactScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightArtifactScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsArtifactScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- 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 interfaceIMCCommonLiteralsArtifactScope- Specified by:
acceptin interfaceIMCCommonLiteralsScope- Specified by:
acceptin interfaceIMCCommonStatementsArtifactScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCFullGenericTypesArtifactScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCLiteralsBasisArtifactScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfaceIMCReturnStatementsArtifactScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- 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 interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITypeParametersArtifactScope- Specified by:
acceptin interfaceITypeParametersScope- Specified by:
acceptin interfaceIUglyExpressionsArtifactScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
-