Interface ITFCommonsGlobalScope
-
- All Superinterfaces:
IAssignmentExpressionsGlobalScope,IAssignmentExpressionsScope,IBasicSymbolsGlobalScope,IBasicSymbolsScope,IBasicSymbolsScopeTOP,ICommonExpressionsGlobalScope,ICommonExpressionsScope,IExpressionsBasisGlobalScope,IExpressionsBasisScope,de.monticore.symboltable.IGlobalScope,IJavaClassExpressionsGlobalScope,IJavaClassExpressionsScope,IJavaLightGlobalScope,IJavaLightScope,IMCArrayStatementsGlobalScope,IMCArrayStatementsScope,IMCBasicsGlobalScope,IMCBasicsScope,IMCBasicTypesGlobalScope,IMCBasicTypesScope,IMCCollectionTypesGlobalScope,IMCCollectionTypesScope,IMCCommonLiteralsGlobalScope,IMCCommonLiteralsScope,IMCCommonStatementsGlobalScope,IMCCommonStatementsScope,IMCFullGenericTypesGlobalScope,IMCFullGenericTypesScope,IMCLiteralsBasisGlobalScope,IMCLiteralsBasisScope,IMCReturnStatementsGlobalScope,IMCReturnStatementsScope,IMCSimpleGenericTypesGlobalScope,IMCSimpleGenericTypesScope,IMCStatementsBasisGlobalScope,IMCStatementsBasisScope,IMCVarDeclarationStatementsGlobalScope,IMCVarDeclarationStatementsScope,IOOSymbolsGlobalScope,IOOSymbolsScope,IOOSymbolsScopeTOP,de.monticore.symboltable.IScope,ITFBasisExtsGlobalScope,ITFBasisExtsScope,ITFCommonsScope,ITypeParametersGlobalScope,ITypeParametersScope,IUglyExpressionsGlobalScope,IUglyExpressionsScope
- All Known Implementing Classes:
TFCommonsGlobalScope
public interface ITFCommonsGlobalScope extends ITFBasisExtsGlobalScope, ITFCommonsScope
-
-
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(TFCommonsTraverser visitor)voidaccept(MCBasicTypesTraverser visitor)voidaccept(MCCollectionTypesTraverser visitor)voidaccept(MCFullGenericTypesTraverser visitor)voidaccept(MCSimpleGenericTypesTraverser visitor)voidaccept(TypeParametersTraverser visitor)voidaccept(de.monticore.visitor.ITraverser visitor)default booleancheckIfContinueAsSubScope(java.lang.String symbolName)default de.monticore.symboltable.serialization.ISymbolDeSergetDiagramSymbolDeSer()default ITFCommonsScopegetEnclosingScope()default de.monticore.symboltable.serialization.ISymbolDeSergetFieldSymbolDeSer()default de.monticore.symboltable.serialization.ISymbolDeSergetFunctionSymbolDeSer()default de.monticore.symboltable.serialization.ISymbolDeSergetJavaMethodSymbolDeSer()default de.monticore.symboltable.serialization.ISymbolDeSergetMCStereotypeSymbolDeSer()default de.monticore.symboltable.serialization.ISymbolDeSergetMethodSymbolDeSer()default java.lang.StringgetName()default de.monticore.symboltable.serialization.ISymbolDeSergetOOTypeSymbolDeSer()ITFCommonsGlobalScopegetRealThis()default de.monticore.symboltable.serialization.ISymbolDeSergetSymbolDeSer(java.lang.String key)java.util.Map<java.lang.String,de.monticore.symboltable.serialization.ISymbolDeSer>getSymbolDeSers()default de.monticore.symboltable.serialization.ISymbolDeSergetTypeSymbolDeSer()default de.monticore.symboltable.serialization.ISymbolDeSergetTypeVarSymbolDeSer()default de.monticore.symboltable.serialization.ISymbolDeSergetVariableSymbolDeSer()default booleanisPresentName()voidloadDiagram(java.lang.String name)voidloadField(java.lang.String name)voidloadFileForModelName(java.lang.String modelName)voidloadFunction(java.lang.String name)voidloadJavaMethod(java.lang.String name)voidloadMCStereotype(java.lang.String name)voidloadMethod(java.lang.String name)voidloadOOType(java.lang.String name)voidloadType(java.lang.String name)voidloadTypeVar(java.lang.String name)voidloadVariable(java.lang.String name)default voidputDiagramSymbolDeSer(java.lang.String kind)default voidputFieldSymbolDeSer(java.lang.String kind)default voidputFunctionSymbolDeSer(java.lang.String kind)default voidputJavaMethodSymbolDeSer(java.lang.String kind)default voidputMCStereotypeSymbolDeSer(java.lang.String kind)default voidputMethodSymbolDeSer(java.lang.String kind)default voidputOOTypeSymbolDeSer(java.lang.String kind)default voidputSymbolDeSer(java.lang.String key, de.monticore.symboltable.serialization.ISymbolDeSer value)default voidputTypeSymbolDeSer(java.lang.String kind)default voidputTypeVarSymbolDeSer(java.lang.String kind)default voidputVariableSymbolDeSer(java.lang.String kind)default java.util.List<DiagramSymbol>resolveAdaptedDiagram(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<DiagramSymbol> predicate)default java.util.List<FieldSymbol>resolveAdaptedField(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FieldSymbol> predicate)default java.util.List<FunctionSymbol>resolveAdaptedFunction(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FunctionSymbol> predicate)default java.util.List<JavaMethodSymbol>resolveAdaptedJavaMethod(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<JavaMethodSymbol> predicate)default java.util.List<MCStereotypeSymbol>resolveAdaptedMCStereotype(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MCStereotypeSymbol> predicate)default java.util.List<MethodSymbol>resolveAdaptedMethod(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MethodSymbol> predicate)default java.util.List<OOTypeSymbol>resolveAdaptedOOType(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<OOTypeSymbol> predicate)default java.util.List<TypeSymbol>resolveAdaptedType(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeSymbol> predicate)default java.util.List<TypeVarSymbol>resolveAdaptedTypeVar(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeVarSymbol> predicate)default java.util.List<VariableSymbol>resolveAdaptedVariable(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<VariableSymbol> predicate)default java.util.List<DiagramSymbol>resolveDiagramMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<DiagramSymbol> predicate)default java.util.List<FieldSymbol>resolveFieldMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FieldSymbol> predicate)default java.util.List<FunctionSymbol>resolveFunctionMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FunctionSymbol> predicate)default java.util.List<JavaMethodSymbol>resolveJavaMethodMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<JavaMethodSymbol> predicate)default java.util.List<MCStereotypeSymbol>resolveMCStereotypeMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MCStereotypeSymbol> predicate)default java.util.List<MethodSymbol>resolveMethodMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MethodSymbol> predicate)default java.util.List<OOTypeSymbol>resolveOOTypeMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<OOTypeSymbol> predicate)default java.util.List<TypeSymbol>resolveTypeMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeSymbol> predicate)default java.util.List<TypeVarSymbol>resolveTypeVarMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeVarSymbol> predicate)default java.util.List<VariableSymbol>resolveVariableMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<VariableSymbol> predicate)default voidsetEnclosingScope(ITFCommonsScope enclosingScope)-
Methods inherited from interface de.monticore.expressions.assignmentexpressions._symboltable.IAssignmentExpressionsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.expressions.assignmentexpressions._symboltable.IAssignmentExpressionsScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.symbols.basicsymbols._symboltable.IBasicSymbolsGlobalScope
addAdaptedDiagramSymbolResolver, addAdaptedDiagramSymbolResolver, addAdaptedFunctionSymbolResolver, addAdaptedFunctionSymbolResolver, addAdaptedMCStereotypeSymbolResolver, addAdaptedMCStereotypeSymbolResolver, addAdaptedTypeSymbolResolver, addAdaptedTypeSymbolResolver, addAdaptedTypeVarSymbolResolver, addAdaptedTypeVarSymbolResolver, addAdaptedVariableSymbolResolver, addAdaptedVariableSymbolResolver, addAllAdaptedDiagramSymbolResolver, addAllAdaptedDiagramSymbolResolver, addAllAdaptedFunctionSymbolResolver, addAllAdaptedFunctionSymbolResolver, addAllAdaptedMCStereotypeSymbolResolver, addAllAdaptedMCStereotypeSymbolResolver, addAllAdaptedTypeSymbolResolver, addAllAdaptedTypeSymbolResolver, addAllAdaptedTypeVarSymbolResolver, addAllAdaptedTypeVarSymbolResolver, addAllAdaptedVariableSymbolResolver, addAllAdaptedVariableSymbolResolver, calculateModelNamesForDiagram, calculateModelNamesForFunction, calculateModelNamesForMCStereotype, calculateModelNamesForType, calculateModelNamesForTypeVar, calculateModelNamesForVariable, clearAdaptedDiagramSymbolResolver, clearAdaptedFunctionSymbolResolver, clearAdaptedMCStereotypeSymbolResolver, clearAdaptedTypeSymbolResolver, clearAdaptedTypeVarSymbolResolver, clearAdaptedVariableSymbolResolver, containsAdaptedDiagramSymbolResolver, containsAdaptedFunctionSymbolResolver, containsAdaptedMCStereotypeSymbolResolver, containsAdaptedTypeSymbolResolver, containsAdaptedTypeVarSymbolResolver, containsAdaptedVariableSymbolResolver, containsAllAdaptedDiagramSymbolResolver, containsAllAdaptedFunctionSymbolResolver, containsAllAdaptedMCStereotypeSymbolResolver, containsAllAdaptedTypeSymbolResolver, containsAllAdaptedTypeVarSymbolResolver, containsAllAdaptedVariableSymbolResolver, equalsAdaptedDiagramSymbolResolver, equalsAdaptedFunctionSymbolResolver, equalsAdaptedMCStereotypeSymbolResolver, equalsAdaptedTypeSymbolResolver, equalsAdaptedTypeVarSymbolResolver, equalsAdaptedVariableSymbolResolver, forEachAdaptedDiagramSymbolResolver, forEachAdaptedFunctionSymbolResolver, forEachAdaptedMCStereotypeSymbolResolver, forEachAdaptedTypeSymbolResolver, forEachAdaptedTypeVarSymbolResolver, forEachAdaptedVariableSymbolResolver, getAdaptedDiagramSymbolResolver, getAdaptedDiagramSymbolResolverList, getAdaptedFunctionSymbolResolver, getAdaptedFunctionSymbolResolverList, getAdaptedMCStereotypeSymbolResolver, getAdaptedMCStereotypeSymbolResolverList, getAdaptedTypeSymbolResolver, getAdaptedTypeSymbolResolverList, getAdaptedTypeVarSymbolResolver, getAdaptedTypeVarSymbolResolverList, getAdaptedVariableSymbolResolver, getAdaptedVariableSymbolResolverList, hashCodeAdaptedDiagramSymbolResolver, hashCodeAdaptedFunctionSymbolResolver, hashCodeAdaptedMCStereotypeSymbolResolver, hashCodeAdaptedTypeSymbolResolver, hashCodeAdaptedTypeVarSymbolResolver, hashCodeAdaptedVariableSymbolResolver, indexOfAdaptedDiagramSymbolResolver, indexOfAdaptedFunctionSymbolResolver, indexOfAdaptedMCStereotypeSymbolResolver, indexOfAdaptedTypeSymbolResolver, indexOfAdaptedTypeVarSymbolResolver, indexOfAdaptedVariableSymbolResolver, isEmptyAdaptedDiagramSymbolResolver, isEmptyAdaptedFunctionSymbolResolver, isEmptyAdaptedMCStereotypeSymbolResolver, isEmptyAdaptedTypeSymbolResolver, isEmptyAdaptedTypeVarSymbolResolver, isEmptyAdaptedVariableSymbolResolver, iteratorAdaptedDiagramSymbolResolver, iteratorAdaptedFunctionSymbolResolver, iteratorAdaptedMCStereotypeSymbolResolver, iteratorAdaptedTypeSymbolResolver, iteratorAdaptedTypeVarSymbolResolver, iteratorAdaptedVariableSymbolResolver, lastIndexOfAdaptedDiagramSymbolResolver, lastIndexOfAdaptedFunctionSymbolResolver, lastIndexOfAdaptedMCStereotypeSymbolResolver, lastIndexOfAdaptedTypeSymbolResolver, lastIndexOfAdaptedTypeVarSymbolResolver, lastIndexOfAdaptedVariableSymbolResolver, listIteratorAdaptedDiagramSymbolResolver, listIteratorAdaptedDiagramSymbolResolver, listIteratorAdaptedFunctionSymbolResolver, listIteratorAdaptedFunctionSymbolResolver, listIteratorAdaptedMCStereotypeSymbolResolver, listIteratorAdaptedMCStereotypeSymbolResolver, listIteratorAdaptedTypeSymbolResolver, listIteratorAdaptedTypeSymbolResolver, listIteratorAdaptedTypeVarSymbolResolver, listIteratorAdaptedTypeVarSymbolResolver, listIteratorAdaptedVariableSymbolResolver, listIteratorAdaptedVariableSymbolResolver, parallelStreamAdaptedDiagramSymbolResolver, parallelStreamAdaptedFunctionSymbolResolver, parallelStreamAdaptedMCStereotypeSymbolResolver, parallelStreamAdaptedTypeSymbolResolver, parallelStreamAdaptedTypeVarSymbolResolver, parallelStreamAdaptedVariableSymbolResolver, removeAdaptedDiagramSymbolResolver, removeAdaptedDiagramSymbolResolver, removeAdaptedFunctionSymbolResolver, removeAdaptedFunctionSymbolResolver, removeAdaptedMCStereotypeSymbolResolver, removeAdaptedMCStereotypeSymbolResolver, removeAdaptedTypeSymbolResolver, removeAdaptedTypeSymbolResolver, removeAdaptedTypeVarSymbolResolver, removeAdaptedTypeVarSymbolResolver, removeAdaptedVariableSymbolResolver, removeAdaptedVariableSymbolResolver, removeAllAdaptedDiagramSymbolResolver, removeAllAdaptedFunctionSymbolResolver, removeAllAdaptedMCStereotypeSymbolResolver, removeAllAdaptedTypeSymbolResolver, removeAllAdaptedTypeVarSymbolResolver, removeAllAdaptedVariableSymbolResolver, removeIfAdaptedDiagramSymbolResolver, removeIfAdaptedFunctionSymbolResolver, removeIfAdaptedMCStereotypeSymbolResolver, removeIfAdaptedTypeSymbolResolver, removeIfAdaptedTypeVarSymbolResolver, removeIfAdaptedVariableSymbolResolver, replaceAllAdaptedDiagramSymbolResolver, replaceAllAdaptedFunctionSymbolResolver, replaceAllAdaptedMCStereotypeSymbolResolver, replaceAllAdaptedTypeSymbolResolver, replaceAllAdaptedTypeVarSymbolResolver, replaceAllAdaptedVariableSymbolResolver, retainAllAdaptedDiagramSymbolResolver, retainAllAdaptedFunctionSymbolResolver, retainAllAdaptedMCStereotypeSymbolResolver, retainAllAdaptedTypeSymbolResolver, retainAllAdaptedTypeVarSymbolResolver, retainAllAdaptedVariableSymbolResolver, setAdaptedDiagramSymbolResolver, setAdaptedDiagramSymbolResolverList, setAdaptedFunctionSymbolResolver, setAdaptedFunctionSymbolResolverList, setAdaptedMCStereotypeSymbolResolver, setAdaptedMCStereotypeSymbolResolverList, setAdaptedTypeSymbolResolver, setAdaptedTypeSymbolResolverList, setAdaptedTypeVarSymbolResolver, setAdaptedTypeVarSymbolResolverList, setAdaptedVariableSymbolResolver, setAdaptedVariableSymbolResolverList, setEnclosingScope, sizeAdaptedDiagramSymbolResolver, sizeAdaptedFunctionSymbolResolver, sizeAdaptedMCStereotypeSymbolResolver, sizeAdaptedTypeSymbolResolver, sizeAdaptedTypeVarSymbolResolver, sizeAdaptedVariableSymbolResolver, sortAdaptedDiagramSymbolResolver, sortAdaptedFunctionSymbolResolver, sortAdaptedMCStereotypeSymbolResolver, sortAdaptedTypeSymbolResolver, sortAdaptedTypeVarSymbolResolver, sortAdaptedVariableSymbolResolver, spliteratorAdaptedDiagramSymbolResolver, spliteratorAdaptedFunctionSymbolResolver, spliteratorAdaptedMCStereotypeSymbolResolver, spliteratorAdaptedTypeSymbolResolver, spliteratorAdaptedTypeVarSymbolResolver, spliteratorAdaptedVariableSymbolResolver, streamAdaptedDiagramSymbolResolver, streamAdaptedFunctionSymbolResolver, streamAdaptedMCStereotypeSymbolResolver, streamAdaptedTypeSymbolResolver, streamAdaptedTypeVarSymbolResolver, streamAdaptedVariableSymbolResolver, subListAdaptedDiagramSymbolResolver, subListAdaptedFunctionSymbolResolver, subListAdaptedMCStereotypeSymbolResolver, subListAdaptedTypeSymbolResolver, subListAdaptedTypeVarSymbolResolver, subListAdaptedVariableSymbolResolver, toArrayAdaptedDiagramSymbolResolver, toArrayAdaptedDiagramSymbolResolver, toArrayAdaptedFunctionSymbolResolver, toArrayAdaptedFunctionSymbolResolver, toArrayAdaptedMCStereotypeSymbolResolver, toArrayAdaptedMCStereotypeSymbolResolver, toArrayAdaptedTypeSymbolResolver, toArrayAdaptedTypeSymbolResolver, toArrayAdaptedTypeVarSymbolResolver, toArrayAdaptedTypeVarSymbolResolver, toArrayAdaptedVariableSymbolResolver, toArrayAdaptedVariableSymbolResolver
-
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, continueDiagramWithEnclosingScope, continueFunctionWithEnclosingScope, continueMCStereotypeWithEnclosingScope, continueTypeVarWithEnclosingScope, continueTypeWithEnclosingScope, continueVariableWithEnclosingScope, 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, resolveDiagramSubKinds, resolveFunction, resolveFunction, resolveFunction, resolveFunction, resolveFunctionDown, resolveFunctionDown, resolveFunctionDown, resolveFunctionDownMany, resolveFunctionDownMany, resolveFunctionDownMany, resolveFunctionDownMany, resolveFunctionLocally, resolveFunctionMany, resolveFunctionMany, resolveFunctionMany, resolveFunctionMany, resolveFunctionMany, resolveFunctionSubKinds, resolveMCStereotype, resolveMCStereotype, resolveMCStereotype, resolveMCStereotype, resolveMCStereotypeDown, resolveMCStereotypeDown, resolveMCStereotypeDown, resolveMCStereotypeDownMany, resolveMCStereotypeDownMany, resolveMCStereotypeDownMany, resolveMCStereotypeDownMany, resolveMCStereotypeLocally, resolveMCStereotypeLocallyMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeMany, resolveMCStereotypeSubKinds, resolveType, resolveType, resolveType, resolveType, resolveTypeDown, resolveTypeDown, resolveTypeDown, resolveTypeDownMany, resolveTypeDownMany, resolveTypeDownMany, resolveTypeDownMany, resolveTypeLocally, resolveTypeLocallyMany, resolveTypeMany, resolveTypeMany, resolveTypeMany, resolveTypeMany, resolveTypeMany, resolveTypeSubKinds, resolveTypeVar, resolveTypeVar, resolveTypeVar, resolveTypeVar, resolveTypeVarDown, resolveTypeVarDown, resolveTypeVarDown, resolveTypeVarDownMany, resolveTypeVarDownMany, resolveTypeVarDownMany, resolveTypeVarDownMany, resolveTypeVarLocally, resolveTypeVarLocallyMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarMany, resolveTypeVarSubKinds, resolveVariable, resolveVariable, resolveVariable, resolveVariable, resolveVariableDown, resolveVariableDown, resolveVariableDown, resolveVariableDownMany, resolveVariableDownMany, resolveVariableDownMany, resolveVariableDownMany, resolveVariableLocally, resolveVariableMany, resolveVariableMany, resolveVariableMany, resolveVariableMany, resolveVariableMany, resolveVariableSubKinds, setDiagramSymbolsAlreadyResolved, setFunctionSymbolsAlreadyResolved, setMCStereotypeSymbolsAlreadyResolved, setTypeSymbolsAlreadyResolved, setTypeVarSymbolsAlreadyResolved, setVariableSymbolsAlreadyResolved
-
Methods inherited from interface de.monticore.expressions.commonexpressions._symboltable.ICommonExpressionsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.expressions.commonexpressions._symboltable.ICommonExpressionsScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.expressions.expressionsbasis._symboltable.IExpressionsBasisGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.expressions.expressionsbasis._symboltable.IExpressionsBasisScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.symboltable.IGlobalScope
addLoadedFile, clear, clearLoadedFiles, getDeSer, getFileExt, getSymbolPath, init, isFileLoaded, setDeSer, setFileExt, setSymbolDeSers, setSymbolPath
-
Methods inherited from interface de.monticore.expressions.javaclassexpressions._symboltable.IJavaClassExpressionsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.expressions.javaclassexpressions._symboltable.IJavaClassExpressionsScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.javalight._symboltable.IJavaLightGlobalScope
addAdaptedJavaMethodSymbolResolver, addAdaptedJavaMethodSymbolResolver, addAllAdaptedJavaMethodSymbolResolver, addAllAdaptedJavaMethodSymbolResolver, calculateModelNamesForJavaMethod, clearAdaptedJavaMethodSymbolResolver, containsAdaptedJavaMethodSymbolResolver, containsAllAdaptedJavaMethodSymbolResolver, equalsAdaptedJavaMethodSymbolResolver, forEachAdaptedJavaMethodSymbolResolver, getAdaptedJavaMethodSymbolResolver, getAdaptedJavaMethodSymbolResolverList, hashCodeAdaptedJavaMethodSymbolResolver, indexOfAdaptedJavaMethodSymbolResolver, isEmptyAdaptedJavaMethodSymbolResolver, iteratorAdaptedJavaMethodSymbolResolver, lastIndexOfAdaptedJavaMethodSymbolResolver, listIteratorAdaptedJavaMethodSymbolResolver, listIteratorAdaptedJavaMethodSymbolResolver, parallelStreamAdaptedJavaMethodSymbolResolver, removeAdaptedJavaMethodSymbolResolver, removeAdaptedJavaMethodSymbolResolver, removeAllAdaptedJavaMethodSymbolResolver, removeIfAdaptedJavaMethodSymbolResolver, replaceAllAdaptedJavaMethodSymbolResolver, retainAllAdaptedJavaMethodSymbolResolver, setAdaptedJavaMethodSymbolResolver, setAdaptedJavaMethodSymbolResolverList, setEnclosingScope, sizeAdaptedJavaMethodSymbolResolver, sortAdaptedJavaMethodSymbolResolver, spliteratorAdaptedJavaMethodSymbolResolver, streamAdaptedJavaMethodSymbolResolver, subListAdaptedJavaMethodSymbolResolver, toArrayAdaptedJavaMethodSymbolResolver, toArrayAdaptedJavaMethodSymbolResolver
-
Methods inherited from interface de.monticore.javalight._symboltable.IJavaLightScope
add, addSubScope, continueAsJavaMethodSubScope, continueJavaMethodWithEnclosingScope, 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, resolveJavaMethodSubKinds, setJavaMethodSymbolsAlreadyResolved
-
Methods inherited from interface de.monticore.statements.mcarraystatements._symboltable.IMCArrayStatementsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcarraystatements._symboltable.IMCArrayStatementsScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.mcbasics._symboltable.IMCBasicsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.mcbasics._symboltable.IMCBasicsScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.types.mcbasictypes._symboltable.IMCBasicTypesGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.types.mcbasictypes._symboltable.IMCBasicTypesScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.types.mccollectiontypes._symboltable.IMCCollectionTypesGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.types.mccollectiontypes._symboltable.IMCCollectionTypesScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.literals.mccommonliterals._symboltable.IMCCommonLiteralsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.literals.mccommonliterals._symboltable.IMCCommonLiteralsScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.statements.mccommonstatements._symboltable.IMCCommonStatementsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mccommonstatements._symboltable.IMCCommonStatementsScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.types.mcfullgenerictypes._symboltable.IMCFullGenericTypesGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.types.mcfullgenerictypes._symboltable.IMCFullGenericTypesScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.literals.mcliteralsbasis._symboltable.IMCLiteralsBasisGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.literals.mcliteralsbasis._symboltable.IMCLiteralsBasisScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.statements.mcreturnstatements._symboltable.IMCReturnStatementsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcreturnstatements._symboltable.IMCReturnStatementsScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.types.mcsimplegenerictypes._symboltable.IMCSimpleGenericTypesGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.types.mcsimplegenerictypes._symboltable.IMCSimpleGenericTypesScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.statements.mcstatementsbasis._symboltable.IMCStatementsBasisGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcstatementsbasis._symboltable.IMCStatementsBasisScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.statements.mcvardeclarationstatements._symboltable.IMCVarDeclarationStatementsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.statements.mcvardeclarationstatements._symboltable.IMCVarDeclarationStatementsScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.symbols.oosymbols._symboltable.IOOSymbolsGlobalScope
addAdaptedFieldSymbolResolver, addAdaptedFieldSymbolResolver, addAdaptedMethodSymbolResolver, addAdaptedMethodSymbolResolver, addAdaptedOOTypeSymbolResolver, addAdaptedOOTypeSymbolResolver, addAllAdaptedFieldSymbolResolver, addAllAdaptedFieldSymbolResolver, addAllAdaptedMethodSymbolResolver, addAllAdaptedMethodSymbolResolver, addAllAdaptedOOTypeSymbolResolver, addAllAdaptedOOTypeSymbolResolver, calculateModelNamesForField, calculateModelNamesForMethod, calculateModelNamesForOOType, clearAdaptedFieldSymbolResolver, clearAdaptedMethodSymbolResolver, clearAdaptedOOTypeSymbolResolver, containsAdaptedFieldSymbolResolver, containsAdaptedMethodSymbolResolver, containsAdaptedOOTypeSymbolResolver, containsAllAdaptedFieldSymbolResolver, containsAllAdaptedMethodSymbolResolver, containsAllAdaptedOOTypeSymbolResolver, equalsAdaptedFieldSymbolResolver, equalsAdaptedMethodSymbolResolver, equalsAdaptedOOTypeSymbolResolver, forEachAdaptedFieldSymbolResolver, forEachAdaptedMethodSymbolResolver, forEachAdaptedOOTypeSymbolResolver, getAdaptedFieldSymbolResolver, getAdaptedFieldSymbolResolverList, getAdaptedMethodSymbolResolver, getAdaptedMethodSymbolResolverList, getAdaptedOOTypeSymbolResolver, getAdaptedOOTypeSymbolResolverList, hashCodeAdaptedFieldSymbolResolver, hashCodeAdaptedMethodSymbolResolver, hashCodeAdaptedOOTypeSymbolResolver, indexOfAdaptedFieldSymbolResolver, indexOfAdaptedMethodSymbolResolver, indexOfAdaptedOOTypeSymbolResolver, isEmptyAdaptedFieldSymbolResolver, isEmptyAdaptedMethodSymbolResolver, isEmptyAdaptedOOTypeSymbolResolver, iteratorAdaptedFieldSymbolResolver, iteratorAdaptedMethodSymbolResolver, iteratorAdaptedOOTypeSymbolResolver, lastIndexOfAdaptedFieldSymbolResolver, lastIndexOfAdaptedMethodSymbolResolver, lastIndexOfAdaptedOOTypeSymbolResolver, listIteratorAdaptedFieldSymbolResolver, listIteratorAdaptedFieldSymbolResolver, listIteratorAdaptedMethodSymbolResolver, listIteratorAdaptedMethodSymbolResolver, listIteratorAdaptedOOTypeSymbolResolver, listIteratorAdaptedOOTypeSymbolResolver, parallelStreamAdaptedFieldSymbolResolver, parallelStreamAdaptedMethodSymbolResolver, parallelStreamAdaptedOOTypeSymbolResolver, removeAdaptedFieldSymbolResolver, removeAdaptedFieldSymbolResolver, removeAdaptedMethodSymbolResolver, removeAdaptedMethodSymbolResolver, removeAdaptedOOTypeSymbolResolver, removeAdaptedOOTypeSymbolResolver, removeAllAdaptedFieldSymbolResolver, removeAllAdaptedMethodSymbolResolver, removeAllAdaptedOOTypeSymbolResolver, removeIfAdaptedFieldSymbolResolver, removeIfAdaptedMethodSymbolResolver, removeIfAdaptedOOTypeSymbolResolver, replaceAllAdaptedFieldSymbolResolver, replaceAllAdaptedMethodSymbolResolver, replaceAllAdaptedOOTypeSymbolResolver, retainAllAdaptedFieldSymbolResolver, retainAllAdaptedMethodSymbolResolver, retainAllAdaptedOOTypeSymbolResolver, setAdaptedFieldSymbolResolver, setAdaptedFieldSymbolResolverList, setAdaptedMethodSymbolResolver, setAdaptedMethodSymbolResolverList, setAdaptedOOTypeSymbolResolver, setAdaptedOOTypeSymbolResolverList, setEnclosingScope, sizeAdaptedFieldSymbolResolver, sizeAdaptedMethodSymbolResolver, sizeAdaptedOOTypeSymbolResolver, sortAdaptedFieldSymbolResolver, sortAdaptedMethodSymbolResolver, sortAdaptedOOTypeSymbolResolver, spliteratorAdaptedFieldSymbolResolver, spliteratorAdaptedMethodSymbolResolver, spliteratorAdaptedOOTypeSymbolResolver, streamAdaptedFieldSymbolResolver, streamAdaptedMethodSymbolResolver, streamAdaptedOOTypeSymbolResolver, subListAdaptedFieldSymbolResolver, subListAdaptedMethodSymbolResolver, subListAdaptedOOTypeSymbolResolver, toArrayAdaptedFieldSymbolResolver, toArrayAdaptedFieldSymbolResolver, toArrayAdaptedMethodSymbolResolver, toArrayAdaptedMethodSymbolResolver, toArrayAdaptedOOTypeSymbolResolver, toArrayAdaptedOOTypeSymbolResolver
-
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, continueFieldWithEnclosingScope, continueMethodWithEnclosingScope, continueOOTypeWithEnclosingScope, filterField, filterMethod, filterOOType, 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, resolveFieldSubKinds, resolveMethod, resolveMethod, resolveMethod, resolveMethod, resolveMethodDown, resolveMethodDown, resolveMethodDown, resolveMethodDownMany, resolveMethodDownMany, resolveMethodDownMany, resolveMethodDownMany, resolveMethodLocally, resolveMethodMany, resolveMethodMany, resolveMethodMany, resolveMethodMany, resolveMethodMany, resolveMethodSubKinds, resolveOOType, resolveOOType, resolveOOType, resolveOOType, resolveOOTypeDown, resolveOOTypeDown, resolveOOTypeDown, resolveOOTypeDownMany, resolveOOTypeDownMany, resolveOOTypeDownMany, resolveOOTypeDownMany, resolveOOTypeLocally, resolveOOTypeLocallyMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeMany, resolveOOTypeSubKinds, setFieldSymbolsAlreadyResolved, setMethodSymbolsAlreadyResolved, setOOTypeSymbolsAlreadyResolved
-
Methods inherited from interface de.monticore.symboltable.IScope
add, checkIfContinueWithEnclosingScope, filterSymbolsByAccessModifier, getAstNode, getLocalUnknownSymbols, getNameParts, getRemainingNameForResolveDown, getResolvedOrThrowException, getSpanningSymbol, getUnknownSymbols, isExportingSymbols, isOrdered, isPresentAstNode, isPresentSpanningSymbol, isProperSubScopeOf, isShadowing, isSubScopeOf, remove, setAstNode, setAstNodeAbsent, setExportingSymbols, setName, setNameAbsent, setOrdered, setShadowing, setSpanningSymbol, setSpanningSymbolAbsent
-
Methods inherited from interface de.monticore.tf.tfbasisexts._symboltable.ITFBasisExtsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.tf.tfbasisexts._symboltable.ITFBasisExtsScope
addSubScope, removeSubScope
-
Methods inherited from interface de.monticore.tf.tfcommons._symboltable.ITFCommonsScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.types.typeparameters._symboltable.ITypeParametersGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.types.typeparameters._symboltable.ITypeParametersScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
Methods inherited from interface de.monticore.expressions.uglyexpressions._symboltable.IUglyExpressionsGlobalScope
setEnclosingScope
-
Methods inherited from interface de.monticore.expressions.uglyexpressions._symboltable.IUglyExpressionsScope
addSubScope, getSubScopes, getSymbolsSize, removeSubScope
-
-
-
-
Method Detail
-
resolveAdaptedJavaMethod
default java.util.List<JavaMethodSymbol> resolveAdaptedJavaMethod(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<JavaMethodSymbol> predicate)
- Specified by:
resolveAdaptedJavaMethodin interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedJavaMethodin interfaceITFBasisExtsGlobalScope
-
resolveAdaptedOOType
default java.util.List<OOTypeSymbol> resolveAdaptedOOType(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<OOTypeSymbol> predicate)
- Specified by:
resolveAdaptedOOTypein interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedOOTypein interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedOOTypein interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedOOTypein interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedOOTypein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedOOTypein interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedOOTypein interfaceITFBasisExtsGlobalScope
-
resolveAdaptedField
default java.util.List<FieldSymbol> resolveAdaptedField(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FieldSymbol> predicate)
- Specified by:
resolveAdaptedFieldin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedFieldin interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedFieldin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedFieldin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedFieldin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedFieldin interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedFieldin interfaceITFBasisExtsGlobalScope
-
resolveAdaptedMethod
default java.util.List<MethodSymbol> resolveAdaptedMethod(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MethodSymbol> predicate)
- Specified by:
resolveAdaptedMethodin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedMethodin interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedMethodin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedMethodin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedMethodin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedMethodin interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedMethodin interfaceITFBasisExtsGlobalScope
-
resolveAdaptedDiagram
default java.util.List<DiagramSymbol> resolveAdaptedDiagram(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<DiagramSymbol> predicate)
- Specified by:
resolveAdaptedDiagramin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveAdaptedDiagramin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedDiagramin interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedDiagramin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedDiagramin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedDiagramin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedDiagramin interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedDiagramin interfaceITFBasisExtsGlobalScope- Specified by:
resolveAdaptedDiagramin interfaceITypeParametersGlobalScope
-
resolveAdaptedType
default java.util.List<TypeSymbol> resolveAdaptedType(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeSymbol> predicate)
- Specified by:
resolveAdaptedTypein interfaceIBasicSymbolsGlobalScope- Specified by:
resolveAdaptedTypein interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedTypein interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedTypein interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedTypein interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedTypein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedTypein interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedTypein interfaceITFBasisExtsGlobalScope- Specified by:
resolveAdaptedTypein interfaceITypeParametersGlobalScope
-
resolveAdaptedTypeVar
default java.util.List<TypeVarSymbol> resolveAdaptedTypeVar(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeVarSymbol> predicate)
- Specified by:
resolveAdaptedTypeVarin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveAdaptedTypeVarin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedTypeVarin interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedTypeVarin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedTypeVarin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedTypeVarin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedTypeVarin interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedTypeVarin interfaceITFBasisExtsGlobalScope- Specified by:
resolveAdaptedTypeVarin interfaceITypeParametersGlobalScope
-
resolveAdaptedVariable
default java.util.List<VariableSymbol> resolveAdaptedVariable(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<VariableSymbol> predicate)
- Specified by:
resolveAdaptedVariablein interfaceIBasicSymbolsGlobalScope- Specified by:
resolveAdaptedVariablein interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedVariablein interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedVariablein interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedVariablein interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedVariablein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedVariablein interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedVariablein interfaceITFBasisExtsGlobalScope- Specified by:
resolveAdaptedVariablein interfaceITypeParametersGlobalScope
-
resolveAdaptedFunction
default java.util.List<FunctionSymbol> resolveAdaptedFunction(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FunctionSymbol> predicate)
- Specified by:
resolveAdaptedFunctionin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveAdaptedFunctionin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedFunctionin interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedFunctionin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedFunctionin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedFunctionin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedFunctionin interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedFunctionin interfaceITFBasisExtsGlobalScope- Specified by:
resolveAdaptedFunctionin interfaceITypeParametersGlobalScope
-
resolveAdaptedMCStereotype
default java.util.List<MCStereotypeSymbol> resolveAdaptedMCStereotype(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MCStereotypeSymbol> predicate)
- Specified by:
resolveAdaptedMCStereotypein interfaceIBasicSymbolsGlobalScope- Specified by:
resolveAdaptedMCStereotypein interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveAdaptedMCStereotypein interfaceIJavaLightGlobalScope- Specified by:
resolveAdaptedMCStereotypein interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveAdaptedMCStereotypein interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveAdaptedMCStereotypein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveAdaptedMCStereotypein interfaceIOOSymbolsGlobalScope- Specified by:
resolveAdaptedMCStereotypein interfaceITFBasisExtsGlobalScope- Specified by:
resolveAdaptedMCStereotypein interfaceITypeParametersGlobalScope
-
resolveJavaMethodMany
default java.util.List<JavaMethodSymbol> resolveJavaMethodMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<JavaMethodSymbol> predicate)
- Specified by:
resolveJavaMethodManyin interfaceIJavaLightGlobalScope- Specified by:
resolveJavaMethodManyin interfaceIJavaLightScope- Specified by:
resolveJavaMethodManyin interfaceITFBasisExtsGlobalScope
-
loadJavaMethod
void loadJavaMethod(java.lang.String name)
- Specified by:
loadJavaMethodin interfaceIJavaLightGlobalScope- Specified by:
loadJavaMethodin interfaceITFBasisExtsGlobalScope
-
resolveOOTypeMany
default java.util.List<OOTypeSymbol> resolveOOTypeMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<OOTypeSymbol> predicate)
- Specified by:
resolveOOTypeManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveOOTypeManyin interfaceIJavaLightGlobalScope- Specified by:
resolveOOTypeManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveOOTypeManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveOOTypeManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveOOTypeManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveOOTypeManyin interfaceIOOSymbolsScopeTOP- Specified by:
resolveOOTypeManyin interfaceITFBasisExtsGlobalScope
-
loadOOType
void loadOOType(java.lang.String name)
- Specified by:
loadOOTypein interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadOOTypein interfaceIJavaLightGlobalScope- Specified by:
loadOOTypein interfaceIMCArrayStatementsGlobalScope- Specified by:
loadOOTypein interfaceIMCCommonStatementsGlobalScope- Specified by:
loadOOTypein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadOOTypein interfaceIOOSymbolsGlobalScope- Specified by:
loadOOTypein interfaceITFBasisExtsGlobalScope
-
resolveFieldMany
default java.util.List<FieldSymbol> resolveFieldMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FieldSymbol> predicate)
- Specified by:
resolveFieldManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveFieldManyin interfaceIJavaLightGlobalScope- Specified by:
resolveFieldManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveFieldManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveFieldManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveFieldManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveFieldManyin interfaceIOOSymbolsScopeTOP- Specified by:
resolveFieldManyin interfaceITFBasisExtsGlobalScope
-
loadField
void loadField(java.lang.String name)
- Specified by:
loadFieldin interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadFieldin interfaceIJavaLightGlobalScope- Specified by:
loadFieldin interfaceIMCArrayStatementsGlobalScope- Specified by:
loadFieldin interfaceIMCCommonStatementsGlobalScope- Specified by:
loadFieldin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadFieldin interfaceIOOSymbolsGlobalScope- Specified by:
loadFieldin interfaceITFBasisExtsGlobalScope
-
resolveMethodMany
default java.util.List<MethodSymbol> resolveMethodMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MethodSymbol> predicate)
- Specified by:
resolveMethodManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveMethodManyin interfaceIJavaLightGlobalScope- Specified by:
resolveMethodManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveMethodManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveMethodManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveMethodManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveMethodManyin interfaceIOOSymbolsScopeTOP- Specified by:
resolveMethodManyin interfaceITFBasisExtsGlobalScope
-
loadMethod
void loadMethod(java.lang.String name)
- Specified by:
loadMethodin interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadMethodin interfaceIJavaLightGlobalScope- Specified by:
loadMethodin interfaceIMCArrayStatementsGlobalScope- Specified by:
loadMethodin interfaceIMCCommonStatementsGlobalScope- Specified by:
loadMethodin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadMethodin interfaceIOOSymbolsGlobalScope- Specified by:
loadMethodin interfaceITFBasisExtsGlobalScope
-
resolveDiagramMany
default java.util.List<DiagramSymbol> resolveDiagramMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<DiagramSymbol> predicate)
- Specified by:
resolveDiagramManyin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveDiagramManyin interfaceIBasicSymbolsScopeTOP- Specified by:
resolveDiagramManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveDiagramManyin interfaceIJavaLightGlobalScope- Specified by:
resolveDiagramManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveDiagramManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveDiagramManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveDiagramManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveDiagramManyin interfaceITFBasisExtsGlobalScope- Specified by:
resolveDiagramManyin interfaceITypeParametersGlobalScope
-
loadDiagram
void loadDiagram(java.lang.String name)
- Specified by:
loadDiagramin interfaceIBasicSymbolsGlobalScope- Specified by:
loadDiagramin interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadDiagramin interfaceIJavaLightGlobalScope- Specified by:
loadDiagramin interfaceIMCArrayStatementsGlobalScope- Specified by:
loadDiagramin interfaceIMCCommonStatementsGlobalScope- Specified by:
loadDiagramin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadDiagramin interfaceIOOSymbolsGlobalScope- Specified by:
loadDiagramin interfaceITFBasisExtsGlobalScope- Specified by:
loadDiagramin interfaceITypeParametersGlobalScope
-
resolveTypeMany
default java.util.List<TypeSymbol> resolveTypeMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeSymbol> predicate)
- Specified by:
resolveTypeManyin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveTypeManyin interfaceIBasicSymbolsScopeTOP- Specified by:
resolveTypeManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveTypeManyin interfaceIJavaLightGlobalScope- Specified by:
resolveTypeManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveTypeManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveTypeManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveTypeManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveTypeManyin interfaceITFBasisExtsGlobalScope- Specified by:
resolveTypeManyin interfaceITypeParametersGlobalScope
-
loadType
void loadType(java.lang.String name)
- Specified by:
loadTypein interfaceIBasicSymbolsGlobalScope- Specified by:
loadTypein interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadTypein interfaceIJavaLightGlobalScope- Specified by:
loadTypein interfaceIMCArrayStatementsGlobalScope- Specified by:
loadTypein interfaceIMCCommonStatementsGlobalScope- Specified by:
loadTypein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadTypein interfaceIOOSymbolsGlobalScope- Specified by:
loadTypein interfaceITFBasisExtsGlobalScope- Specified by:
loadTypein interfaceITypeParametersGlobalScope
-
resolveTypeVarMany
default java.util.List<TypeVarSymbol> resolveTypeVarMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<TypeVarSymbol> predicate)
- Specified by:
resolveTypeVarManyin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveTypeVarManyin interfaceIBasicSymbolsScopeTOP- Specified by:
resolveTypeVarManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveTypeVarManyin interfaceIJavaLightGlobalScope- Specified by:
resolveTypeVarManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveTypeVarManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveTypeVarManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveTypeVarManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveTypeVarManyin interfaceITFBasisExtsGlobalScope- Specified by:
resolveTypeVarManyin interfaceITypeParametersGlobalScope
-
loadTypeVar
void loadTypeVar(java.lang.String name)
- Specified by:
loadTypeVarin interfaceIBasicSymbolsGlobalScope- Specified by:
loadTypeVarin interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadTypeVarin interfaceIJavaLightGlobalScope- Specified by:
loadTypeVarin interfaceIMCArrayStatementsGlobalScope- Specified by:
loadTypeVarin interfaceIMCCommonStatementsGlobalScope- Specified by:
loadTypeVarin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadTypeVarin interfaceIOOSymbolsGlobalScope- Specified by:
loadTypeVarin interfaceITFBasisExtsGlobalScope- Specified by:
loadTypeVarin interfaceITypeParametersGlobalScope
-
resolveVariableMany
default java.util.List<VariableSymbol> resolveVariableMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<VariableSymbol> predicate)
- Specified by:
resolveVariableManyin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveVariableManyin interfaceIBasicSymbolsScopeTOP- Specified by:
resolveVariableManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveVariableManyin interfaceIJavaLightGlobalScope- Specified by:
resolveVariableManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveVariableManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveVariableManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveVariableManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveVariableManyin interfaceITFBasisExtsGlobalScope- Specified by:
resolveVariableManyin interfaceITypeParametersGlobalScope
-
loadVariable
void loadVariable(java.lang.String name)
- Specified by:
loadVariablein interfaceIBasicSymbolsGlobalScope- Specified by:
loadVariablein interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadVariablein interfaceIJavaLightGlobalScope- Specified by:
loadVariablein interfaceIMCArrayStatementsGlobalScope- Specified by:
loadVariablein interfaceIMCCommonStatementsGlobalScope- Specified by:
loadVariablein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadVariablein interfaceIOOSymbolsGlobalScope- Specified by:
loadVariablein interfaceITFBasisExtsGlobalScope- Specified by:
loadVariablein interfaceITypeParametersGlobalScope
-
resolveFunctionMany
default java.util.List<FunctionSymbol> resolveFunctionMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<FunctionSymbol> predicate)
- Specified by:
resolveFunctionManyin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveFunctionManyin interfaceIBasicSymbolsScopeTOP- Specified by:
resolveFunctionManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveFunctionManyin interfaceIJavaLightGlobalScope- Specified by:
resolveFunctionManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveFunctionManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveFunctionManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveFunctionManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveFunctionManyin interfaceITFBasisExtsGlobalScope- Specified by:
resolveFunctionManyin interfaceITypeParametersGlobalScope
-
loadFunction
void loadFunction(java.lang.String name)
- Specified by:
loadFunctionin interfaceIBasicSymbolsGlobalScope- Specified by:
loadFunctionin interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadFunctionin interfaceIJavaLightGlobalScope- Specified by:
loadFunctionin interfaceIMCArrayStatementsGlobalScope- Specified by:
loadFunctionin interfaceIMCCommonStatementsGlobalScope- Specified by:
loadFunctionin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadFunctionin interfaceIOOSymbolsGlobalScope- Specified by:
loadFunctionin interfaceITFBasisExtsGlobalScope- Specified by:
loadFunctionin interfaceITypeParametersGlobalScope
-
resolveMCStereotypeMany
default java.util.List<MCStereotypeSymbol> resolveMCStereotypeMany(boolean foundSymbols, java.lang.String name, de.monticore.symboltable.modifiers.AccessModifier modifier, java.util.function.Predicate<MCStereotypeSymbol> predicate)
- Specified by:
resolveMCStereotypeManyin interfaceIBasicSymbolsGlobalScope- Specified by:
resolveMCStereotypeManyin interfaceIBasicSymbolsScopeTOP- Specified by:
resolveMCStereotypeManyin interfaceIJavaClassExpressionsGlobalScope- Specified by:
resolveMCStereotypeManyin interfaceIJavaLightGlobalScope- Specified by:
resolveMCStereotypeManyin interfaceIMCArrayStatementsGlobalScope- Specified by:
resolveMCStereotypeManyin interfaceIMCCommonStatementsGlobalScope- Specified by:
resolveMCStereotypeManyin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
resolveMCStereotypeManyin interfaceIOOSymbolsGlobalScope- Specified by:
resolveMCStereotypeManyin interfaceITFBasisExtsGlobalScope- Specified by:
resolveMCStereotypeManyin interfaceITypeParametersGlobalScope
-
loadMCStereotype
void loadMCStereotype(java.lang.String name)
- Specified by:
loadMCStereotypein interfaceIBasicSymbolsGlobalScope- Specified by:
loadMCStereotypein interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadMCStereotypein interfaceIJavaLightGlobalScope- Specified by:
loadMCStereotypein interfaceIMCArrayStatementsGlobalScope- Specified by:
loadMCStereotypein interfaceIMCCommonStatementsGlobalScope- Specified by:
loadMCStereotypein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadMCStereotypein interfaceIOOSymbolsGlobalScope- Specified by:
loadMCStereotypein interfaceITFBasisExtsGlobalScope- Specified by:
loadMCStereotypein interfaceITypeParametersGlobalScope
-
loadFileForModelName
void loadFileForModelName(java.lang.String modelName)
- Specified by:
loadFileForModelNamein interfaceIAssignmentExpressionsGlobalScope- Specified by:
loadFileForModelNamein interfaceIBasicSymbolsGlobalScope- Specified by:
loadFileForModelNamein interfaceICommonExpressionsGlobalScope- Specified by:
loadFileForModelNamein interfaceIExpressionsBasisGlobalScope- Specified by:
loadFileForModelNamein interfaceIJavaClassExpressionsGlobalScope- Specified by:
loadFileForModelNamein interfaceIJavaLightGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCArrayStatementsGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCBasicsGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCBasicTypesGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCCollectionTypesGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCCommonLiteralsGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCCommonStatementsGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCFullGenericTypesGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCLiteralsBasisGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCReturnStatementsGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCStatementsBasisGlobalScope- Specified by:
loadFileForModelNamein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
loadFileForModelNamein interfaceIOOSymbolsGlobalScope- Specified by:
loadFileForModelNamein interfaceITFBasisExtsGlobalScope- Specified by:
loadFileForModelNamein interfaceITypeParametersGlobalScope- Specified by:
loadFileForModelNamein interfaceIUglyExpressionsGlobalScope
-
getEnclosingScope
default ITFCommonsScope getEnclosingScope()
- Specified by:
getEnclosingScopein interfaceIAssignmentExpressionsGlobalScope- Specified by:
getEnclosingScopein interfaceIAssignmentExpressionsScope- Specified by:
getEnclosingScopein interfaceIBasicSymbolsGlobalScope- Specified by:
getEnclosingScopein interfaceIBasicSymbolsScopeTOP- Specified by:
getEnclosingScopein interfaceICommonExpressionsGlobalScope- Specified by:
getEnclosingScopein interfaceICommonExpressionsScope- Specified by:
getEnclosingScopein interfaceIExpressionsBasisGlobalScope- Specified by:
getEnclosingScopein interfaceIExpressionsBasisScope- Specified by:
getEnclosingScopein interfaceIJavaClassExpressionsGlobalScope- Specified by:
getEnclosingScopein interfaceIJavaClassExpressionsScope- Specified by:
getEnclosingScopein interfaceIJavaLightGlobalScope- Specified by:
getEnclosingScopein interfaceIJavaLightScope- Specified by:
getEnclosingScopein interfaceIMCArrayStatementsGlobalScope- Specified by:
getEnclosingScopein interfaceIMCArrayStatementsScope- Specified by:
getEnclosingScopein interfaceIMCBasicsGlobalScope- Specified by:
getEnclosingScopein interfaceIMCBasicsScope- Specified by:
getEnclosingScopein interfaceIMCBasicTypesGlobalScope- Specified by:
getEnclosingScopein interfaceIMCBasicTypesScope- Specified by:
getEnclosingScopein interfaceIMCCollectionTypesGlobalScope- Specified by:
getEnclosingScopein interfaceIMCCollectionTypesScope- Specified by:
getEnclosingScopein interfaceIMCCommonLiteralsGlobalScope- Specified by:
getEnclosingScopein interfaceIMCCommonLiteralsScope- Specified by:
getEnclosingScopein interfaceIMCCommonStatementsGlobalScope- Specified by:
getEnclosingScopein interfaceIMCCommonStatementsScope- Specified by:
getEnclosingScopein interfaceIMCFullGenericTypesGlobalScope- Specified by:
getEnclosingScopein interfaceIMCFullGenericTypesScope- Specified by:
getEnclosingScopein interfaceIMCLiteralsBasisGlobalScope- Specified by:
getEnclosingScopein interfaceIMCLiteralsBasisScope- Specified by:
getEnclosingScopein interfaceIMCReturnStatementsGlobalScope- Specified by:
getEnclosingScopein interfaceIMCReturnStatementsScope- Specified by:
getEnclosingScopein interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
getEnclosingScopein interfaceIMCSimpleGenericTypesScope- Specified by:
getEnclosingScopein interfaceIMCStatementsBasisGlobalScope- Specified by:
getEnclosingScopein interfaceIMCStatementsBasisScope- Specified by:
getEnclosingScopein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getEnclosingScopein interfaceIMCVarDeclarationStatementsScope- Specified by:
getEnclosingScopein interfaceIOOSymbolsGlobalScope- Specified by:
getEnclosingScopein interfaceIOOSymbolsScopeTOP- Specified by:
getEnclosingScopein interfacede.monticore.symboltable.IScope- Specified by:
getEnclosingScopein interfaceITFBasisExtsGlobalScope- Specified by:
getEnclosingScopein interfaceITFBasisExtsScope- Specified by:
getEnclosingScopein interfaceITFCommonsScope- Specified by:
getEnclosingScopein interfaceITypeParametersGlobalScope- Specified by:
getEnclosingScopein interfaceITypeParametersScope- Specified by:
getEnclosingScopein interfaceIUglyExpressionsGlobalScope- Specified by:
getEnclosingScopein interfaceIUglyExpressionsScope
-
setEnclosingScope
default void setEnclosingScope(ITFCommonsScope enclosingScope)
- Specified by:
setEnclosingScopein interfaceITFCommonsScope
-
getName
default java.lang.String getName()
- Specified by:
getNamein interfaceIAssignmentExpressionsGlobalScope- Specified by:
getNamein interfaceIBasicSymbolsGlobalScope- Specified by:
getNamein interfaceICommonExpressionsGlobalScope- Specified by:
getNamein interfaceIExpressionsBasisGlobalScope- Specified by:
getNamein interfaceIJavaClassExpressionsGlobalScope- Specified by:
getNamein interfaceIJavaLightGlobalScope- Specified by:
getNamein interfaceIMCArrayStatementsGlobalScope- Specified by:
getNamein interfaceIMCBasicsGlobalScope- Specified by:
getNamein interfaceIMCBasicTypesGlobalScope- Specified by:
getNamein interfaceIMCCollectionTypesGlobalScope- Specified by:
getNamein interfaceIMCCommonLiteralsGlobalScope- Specified by:
getNamein interfaceIMCCommonStatementsGlobalScope- Specified by:
getNamein interfaceIMCFullGenericTypesGlobalScope- Specified by:
getNamein interfaceIMCLiteralsBasisGlobalScope- Specified by:
getNamein interfaceIMCReturnStatementsGlobalScope- Specified by:
getNamein interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
getNamein interfaceIMCStatementsBasisGlobalScope- Specified by:
getNamein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getNamein interfaceIOOSymbolsGlobalScope- Specified by:
getNamein interfacede.monticore.symboltable.IScope- Specified by:
getNamein interfaceITFBasisExtsGlobalScope- Specified by:
getNamein interfaceITypeParametersGlobalScope- Specified by:
getNamein interfaceIUglyExpressionsGlobalScope
-
isPresentName
default boolean isPresentName()
- Specified by:
isPresentNamein interfaceIAssignmentExpressionsGlobalScope- Specified by:
isPresentNamein interfaceIBasicSymbolsGlobalScope- Specified by:
isPresentNamein interfaceICommonExpressionsGlobalScope- Specified by:
isPresentNamein interfaceIExpressionsBasisGlobalScope- Specified by:
isPresentNamein interfaceIJavaClassExpressionsGlobalScope- Specified by:
isPresentNamein interfaceIJavaLightGlobalScope- Specified by:
isPresentNamein interfaceIMCArrayStatementsGlobalScope- Specified by:
isPresentNamein interfaceIMCBasicsGlobalScope- Specified by:
isPresentNamein interfaceIMCBasicTypesGlobalScope- Specified by:
isPresentNamein interfaceIMCCollectionTypesGlobalScope- Specified by:
isPresentNamein interfaceIMCCommonLiteralsGlobalScope- Specified by:
isPresentNamein interfaceIMCCommonStatementsGlobalScope- Specified by:
isPresentNamein interfaceIMCFullGenericTypesGlobalScope- Specified by:
isPresentNamein interfaceIMCLiteralsBasisGlobalScope- Specified by:
isPresentNamein interfaceIMCReturnStatementsGlobalScope- Specified by:
isPresentNamein interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
isPresentNamein interfaceIMCStatementsBasisGlobalScope- Specified by:
isPresentNamein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
isPresentNamein interfaceIOOSymbolsGlobalScope- Specified by:
isPresentNamein interfacede.monticore.symboltable.IScope- Specified by:
isPresentNamein interfaceITFBasisExtsGlobalScope- Specified by:
isPresentNamein interfaceITypeParametersGlobalScope- Specified by:
isPresentNamein interfaceIUglyExpressionsGlobalScope
-
checkIfContinueAsSubScope
default boolean checkIfContinueAsSubScope(java.lang.String symbolName)
- Specified by:
checkIfContinueAsSubScopein interfaceIAssignmentExpressionsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIBasicSymbolsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceICommonExpressionsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIExpressionsBasisGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIJavaClassExpressionsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIJavaLightGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCArrayStatementsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCBasicTypesGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCCollectionTypesGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCCommonLiteralsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCCommonStatementsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCFullGenericTypesGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCLiteralsBasisGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCReturnStatementsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCStatementsBasisGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIOOSymbolsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfacede.monticore.symboltable.IScope- Specified by:
checkIfContinueAsSubScopein interfaceITFBasisExtsGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceITypeParametersGlobalScope- Specified by:
checkIfContinueAsSubScopein interfaceIUglyExpressionsGlobalScope
-
getSymbolDeSers
java.util.Map<java.lang.String,de.monticore.symboltable.serialization.ISymbolDeSer> getSymbolDeSers()
- Specified by:
getSymbolDeSersin interfaceIAssignmentExpressionsGlobalScope- Specified by:
getSymbolDeSersin interfaceIBasicSymbolsGlobalScope- Specified by:
getSymbolDeSersin interfaceICommonExpressionsGlobalScope- Specified by:
getSymbolDeSersin interfaceIExpressionsBasisGlobalScope- Specified by:
getSymbolDeSersin interfacede.monticore.symboltable.IGlobalScope- Specified by:
getSymbolDeSersin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getSymbolDeSersin interfaceIJavaLightGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCArrayStatementsGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCBasicsGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCBasicTypesGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCCollectionTypesGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCCommonLiteralsGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCCommonStatementsGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCFullGenericTypesGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCLiteralsBasisGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCReturnStatementsGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCStatementsBasisGlobalScope- Specified by:
getSymbolDeSersin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getSymbolDeSersin interfaceIOOSymbolsGlobalScope- Specified by:
getSymbolDeSersin interfaceITFBasisExtsGlobalScope- Specified by:
getSymbolDeSersin interfaceITypeParametersGlobalScope- Specified by:
getSymbolDeSersin interfaceIUglyExpressionsGlobalScope
-
putSymbolDeSer
default void putSymbolDeSer(java.lang.String key, de.monticore.symboltable.serialization.ISymbolDeSer value)- Specified by:
putSymbolDeSerin interfaceIAssignmentExpressionsGlobalScope- Specified by:
putSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
putSymbolDeSerin interfaceICommonExpressionsGlobalScope- Specified by:
putSymbolDeSerin interfaceIExpressionsBasisGlobalScope- Specified by:
putSymbolDeSerin interfacede.monticore.symboltable.IGlobalScope- Specified by:
putSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCBasicsGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCBasicTypesGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCCollectionTypesGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCCommonLiteralsGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCFullGenericTypesGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCLiteralsBasisGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCReturnStatementsGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCStatementsBasisGlobalScope- Specified by:
putSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
putSymbolDeSerin interfaceITypeParametersGlobalScope- Specified by:
putSymbolDeSerin interfaceIUglyExpressionsGlobalScope
-
getSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getSymbolDeSer(java.lang.String key)
- Specified by:
getSymbolDeSerin interfaceIAssignmentExpressionsGlobalScope- Specified by:
getSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
getSymbolDeSerin interfaceICommonExpressionsGlobalScope- Specified by:
getSymbolDeSerin interfaceIExpressionsBasisGlobalScope- Specified by:
getSymbolDeSerin interfacede.monticore.symboltable.IGlobalScope- Specified by:
getSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCBasicsGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCBasicTypesGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCCollectionTypesGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCCommonLiteralsGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCFullGenericTypesGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCLiteralsBasisGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCReturnStatementsGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCStatementsBasisGlobalScope- Specified by:
getSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
getSymbolDeSerin interfaceITypeParametersGlobalScope- Specified by:
getSymbolDeSerin interfaceIUglyExpressionsGlobalScope
-
putJavaMethodSymbolDeSer
default void putJavaMethodSymbolDeSer(java.lang.String kind)
- Specified by:
putJavaMethodSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putJavaMethodSymbolDeSerin interfaceITFBasisExtsGlobalScope
-
putOOTypeSymbolDeSer
default void putOOTypeSymbolDeSer(java.lang.String kind)
- Specified by:
putOOTypeSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putOOTypeSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putOOTypeSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putOOTypeSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putOOTypeSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putOOTypeSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putOOTypeSymbolDeSerin interfaceITFBasisExtsGlobalScope
-
putFieldSymbolDeSer
default void putFieldSymbolDeSer(java.lang.String kind)
- Specified by:
putFieldSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putFieldSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putFieldSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putFieldSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putFieldSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putFieldSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putFieldSymbolDeSerin interfaceITFBasisExtsGlobalScope
-
putMethodSymbolDeSer
default void putMethodSymbolDeSer(java.lang.String kind)
- Specified by:
putMethodSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putMethodSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putMethodSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putMethodSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putMethodSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putMethodSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putMethodSymbolDeSerin interfaceITFBasisExtsGlobalScope
-
putDiagramSymbolDeSer
default void putDiagramSymbolDeSer(java.lang.String kind)
- Specified by:
putDiagramSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
putDiagramSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putDiagramSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putDiagramSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putDiagramSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putDiagramSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putDiagramSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putDiagramSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
putDiagramSymbolDeSerin interfaceITypeParametersGlobalScope
-
putTypeSymbolDeSer
default void putTypeSymbolDeSer(java.lang.String kind)
- Specified by:
putTypeSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
putTypeSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putTypeSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putTypeSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putTypeSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putTypeSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putTypeSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putTypeSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
putTypeSymbolDeSerin interfaceITypeParametersGlobalScope
-
putTypeVarSymbolDeSer
default void putTypeVarSymbolDeSer(java.lang.String kind)
- Specified by:
putTypeVarSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
putTypeVarSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putTypeVarSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putTypeVarSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putTypeVarSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putTypeVarSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putTypeVarSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putTypeVarSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
putTypeVarSymbolDeSerin interfaceITypeParametersGlobalScope
-
putVariableSymbolDeSer
default void putVariableSymbolDeSer(java.lang.String kind)
- Specified by:
putVariableSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
putVariableSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putVariableSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putVariableSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putVariableSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putVariableSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putVariableSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putVariableSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
putVariableSymbolDeSerin interfaceITypeParametersGlobalScope
-
putFunctionSymbolDeSer
default void putFunctionSymbolDeSer(java.lang.String kind)
- Specified by:
putFunctionSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
putFunctionSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putFunctionSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putFunctionSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putFunctionSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putFunctionSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putFunctionSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putFunctionSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
putFunctionSymbolDeSerin interfaceITypeParametersGlobalScope
-
putMCStereotypeSymbolDeSer
default void putMCStereotypeSymbolDeSer(java.lang.String kind)
- Specified by:
putMCStereotypeSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
putMCStereotypeSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
putMCStereotypeSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
putMCStereotypeSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
putMCStereotypeSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
putMCStereotypeSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
putMCStereotypeSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
putMCStereotypeSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
putMCStereotypeSymbolDeSerin interfaceITypeParametersGlobalScope
-
getJavaMethodSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getJavaMethodSymbolDeSer()
- Specified by:
getJavaMethodSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getJavaMethodSymbolDeSerin interfaceITFBasisExtsGlobalScope
-
getOOTypeSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getOOTypeSymbolDeSer()
- Specified by:
getOOTypeSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getOOTypeSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getOOTypeSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getOOTypeSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getOOTypeSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getOOTypeSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getOOTypeSymbolDeSerin interfaceITFBasisExtsGlobalScope
-
getFieldSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getFieldSymbolDeSer()
- Specified by:
getFieldSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getFieldSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getFieldSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getFieldSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getFieldSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getFieldSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getFieldSymbolDeSerin interfaceITFBasisExtsGlobalScope
-
getMethodSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getMethodSymbolDeSer()
- Specified by:
getMethodSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getMethodSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getMethodSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getMethodSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getMethodSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getMethodSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getMethodSymbolDeSerin interfaceITFBasisExtsGlobalScope
-
getDiagramSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getDiagramSymbolDeSer()
- Specified by:
getDiagramSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
getDiagramSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getDiagramSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getDiagramSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getDiagramSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getDiagramSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getDiagramSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getDiagramSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
getDiagramSymbolDeSerin interfaceITypeParametersGlobalScope
-
getTypeSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getTypeSymbolDeSer()
- Specified by:
getTypeSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
getTypeSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getTypeSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getTypeSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getTypeSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getTypeSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getTypeSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getTypeSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
getTypeSymbolDeSerin interfaceITypeParametersGlobalScope
-
getTypeVarSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getTypeVarSymbolDeSer()
- Specified by:
getTypeVarSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
getTypeVarSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getTypeVarSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getTypeVarSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getTypeVarSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getTypeVarSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getTypeVarSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getTypeVarSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
getTypeVarSymbolDeSerin interfaceITypeParametersGlobalScope
-
getVariableSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getVariableSymbolDeSer()
- Specified by:
getVariableSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
getVariableSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getVariableSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getVariableSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getVariableSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getVariableSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getVariableSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getVariableSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
getVariableSymbolDeSerin interfaceITypeParametersGlobalScope
-
getFunctionSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getFunctionSymbolDeSer()
- Specified by:
getFunctionSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
getFunctionSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getFunctionSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getFunctionSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getFunctionSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getFunctionSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getFunctionSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getFunctionSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
getFunctionSymbolDeSerin interfaceITypeParametersGlobalScope
-
getMCStereotypeSymbolDeSer
default de.monticore.symboltable.serialization.ISymbolDeSer getMCStereotypeSymbolDeSer()
- Specified by:
getMCStereotypeSymbolDeSerin interfaceIBasicSymbolsGlobalScope- Specified by:
getMCStereotypeSymbolDeSerin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getMCStereotypeSymbolDeSerin interfaceIJavaLightGlobalScope- Specified by:
getMCStereotypeSymbolDeSerin interfaceIMCArrayStatementsGlobalScope- Specified by:
getMCStereotypeSymbolDeSerin interfaceIMCCommonStatementsGlobalScope- Specified by:
getMCStereotypeSymbolDeSerin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getMCStereotypeSymbolDeSerin interfaceIOOSymbolsGlobalScope- Specified by:
getMCStereotypeSymbolDeSerin interfaceITFBasisExtsGlobalScope- Specified by:
getMCStereotypeSymbolDeSerin interfaceITypeParametersGlobalScope
-
getRealThis
ITFCommonsGlobalScope getRealThis()
- Specified by:
getRealThisin interfaceIAssignmentExpressionsGlobalScope- Specified by:
getRealThisin interfaceIBasicSymbolsGlobalScope- Specified by:
getRealThisin interfaceICommonExpressionsGlobalScope- Specified by:
getRealThisin interfaceIExpressionsBasisGlobalScope- Specified by:
getRealThisin interfaceIJavaClassExpressionsGlobalScope- Specified by:
getRealThisin interfaceIJavaLightGlobalScope- Specified by:
getRealThisin interfaceIMCArrayStatementsGlobalScope- Specified by:
getRealThisin interfaceIMCBasicsGlobalScope- Specified by:
getRealThisin interfaceIMCBasicTypesGlobalScope- Specified by:
getRealThisin interfaceIMCCollectionTypesGlobalScope- Specified by:
getRealThisin interfaceIMCCommonLiteralsGlobalScope- Specified by:
getRealThisin interfaceIMCCommonStatementsGlobalScope- Specified by:
getRealThisin interfaceIMCFullGenericTypesGlobalScope- Specified by:
getRealThisin interfaceIMCLiteralsBasisGlobalScope- Specified by:
getRealThisin interfaceIMCReturnStatementsGlobalScope- Specified by:
getRealThisin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
getRealThisin interfaceIMCStatementsBasisGlobalScope- Specified by:
getRealThisin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
getRealThisin interfaceIOOSymbolsGlobalScope- Specified by:
getRealThisin interfaceITFBasisExtsGlobalScope- Specified by:
getRealThisin interfaceITypeParametersGlobalScope- Specified by:
getRealThisin interfaceIUglyExpressionsGlobalScope
-
accept
void accept(TFCommonsTraverser visitor)
- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(TFBasisExtsTraverser visitor)
- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(JavaLightTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(MCSimpleGenericTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCFullGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(MCCommonLiteralsTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCCommonLiteralsGlobalScope- Specified by:
acceptin interfaceIMCCommonLiteralsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(AssignmentExpressionsTraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsGlobalScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(JavaClassExpressionsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(MCCommonStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(MCArrayStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(MCReturnStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCReturnStatementsGlobalScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(TypeParametersTraverser visitor)
- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope- Specified by:
acceptin interfaceITypeParametersGlobalScope- Specified by:
acceptin interfaceITypeParametersScope
-
accept
void accept(ExpressionsBasisTraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsGlobalScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- Specified by:
acceptin interfaceICommonExpressionsGlobalScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisGlobalScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsGlobalScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope- Specified by:
acceptin interfaceIUglyExpressionsGlobalScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCBasicsTraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsGlobalScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- Specified by:
acceptin interfaceIBasicSymbolsGlobalScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceICommonExpressionsGlobalScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisGlobalScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCBasicsGlobalScope- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCBasicTypesGlobalScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesGlobalScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCCommonLiteralsGlobalScope- Specified by:
acceptin interfaceIMCCommonLiteralsScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCFullGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCReturnStatementsGlobalScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsGlobalScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope- Specified by:
acceptin interfaceITypeParametersGlobalScope- Specified by:
acceptin interfaceITypeParametersScope- Specified by:
acceptin interfaceIUglyExpressionsGlobalScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCLiteralsBasisTraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsGlobalScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- Specified by:
acceptin interfaceICommonExpressionsGlobalScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisGlobalScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonLiteralsGlobalScope- Specified by:
acceptin interfaceIMCCommonLiteralsScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCLiteralsBasisGlobalScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfaceIMCReturnStatementsGlobalScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope- Specified by:
acceptin interfaceIUglyExpressionsGlobalScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(CommonExpressionsTraverser visitor)
- Specified by:
acceptin interfaceICommonExpressionsGlobalScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(MCVarDeclarationStatementsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(MCFullGenericTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCFullGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(UglyExpressionsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope- Specified by:
acceptin interfaceIUglyExpressionsGlobalScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(MCStatementsBasisTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCReturnStatementsGlobalScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCStatementsBasisGlobalScope- Specified by:
acceptin interfaceIMCStatementsBasisScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(MCBasicTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCBasicTypesGlobalScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesGlobalScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCFullGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope- Specified by:
acceptin interfaceITypeParametersGlobalScope- Specified by:
acceptin interfaceITypeParametersScope- Specified by:
acceptin interfaceIUglyExpressionsGlobalScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
accept
void accept(OOSymbolsTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsGlobalScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(BasicSymbolsTraverser visitor)
- Specified by:
acceptin interfaceIBasicSymbolsGlobalScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsGlobalScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope- Specified by:
acceptin interfaceITypeParametersGlobalScope- Specified by:
acceptin interfaceITypeParametersScope
-
accept
void accept(MCCollectionTypesTraverser visitor)
- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCCollectionTypesGlobalScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCFullGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope
-
accept
void accept(de.monticore.visitor.ITraverser visitor)
- Specified by:
acceptin interfaceIAssignmentExpressionsGlobalScope- Specified by:
acceptin interfaceIAssignmentExpressionsScope- Specified by:
acceptin interfaceIBasicSymbolsGlobalScope- Specified by:
acceptin interfaceIBasicSymbolsScopeTOP- Specified by:
acceptin interfaceICommonExpressionsGlobalScope- Specified by:
acceptin interfaceICommonExpressionsScope- Specified by:
acceptin interfaceIExpressionsBasisGlobalScope- Specified by:
acceptin interfaceIExpressionsBasisScope- Specified by:
acceptin interfaceIJavaClassExpressionsGlobalScope- Specified by:
acceptin interfaceIJavaClassExpressionsScope- Specified by:
acceptin interfaceIJavaLightGlobalScope- Specified by:
acceptin interfaceIJavaLightScope- Specified by:
acceptin interfaceIMCArrayStatementsGlobalScope- Specified by:
acceptin interfaceIMCArrayStatementsScope- Specified by:
acceptin interfaceIMCBasicsGlobalScope- Specified by:
acceptin interfaceIMCBasicsScope- Specified by:
acceptin interfaceIMCBasicTypesGlobalScope- Specified by:
acceptin interfaceIMCBasicTypesScope- Specified by:
acceptin interfaceIMCCollectionTypesGlobalScope- Specified by:
acceptin interfaceIMCCollectionTypesScope- Specified by:
acceptin interfaceIMCCommonLiteralsGlobalScope- Specified by:
acceptin interfaceIMCCommonLiteralsScope- Specified by:
acceptin interfaceIMCCommonStatementsGlobalScope- Specified by:
acceptin interfaceIMCCommonStatementsScope- Specified by:
acceptin interfaceIMCFullGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCFullGenericTypesScope- Specified by:
acceptin interfaceIMCLiteralsBasisGlobalScope- Specified by:
acceptin interfaceIMCLiteralsBasisScope- Specified by:
acceptin interfaceIMCReturnStatementsGlobalScope- Specified by:
acceptin interfaceIMCReturnStatementsScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesGlobalScope- Specified by:
acceptin interfaceIMCSimpleGenericTypesScope- Specified by:
acceptin interfaceIMCStatementsBasisGlobalScope- Specified by:
acceptin interfaceIMCStatementsBasisScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsGlobalScope- Specified by:
acceptin interfaceIMCVarDeclarationStatementsScope- Specified by:
acceptin interfaceIOOSymbolsGlobalScope- Specified by:
acceptin interfaceIOOSymbolsScopeTOP- Specified by:
acceptin interfacede.monticore.symboltable.IScope- Specified by:
acceptin interfaceITFBasisExtsGlobalScope- Specified by:
acceptin interfaceITFBasisExtsScope- Specified by:
acceptin interfaceITFCommonsScope- Specified by:
acceptin interfaceITypeParametersGlobalScope- Specified by:
acceptin interfaceITypeParametersScope- Specified by:
acceptin interfaceIUglyExpressionsGlobalScope- Specified by:
acceptin interfaceIUglyExpressionsScope
-
-