Class TagTypeSymbolSurrogate
java.lang.Object
de.monticore.tagging.tagschema._symboltable.TagTypeSymbol
de.monticore.tagging.tagschema._symboltable.TagTypeSymbolSurrogate
- All Implemented Interfaces:
de.monticore.symboltable.ISymbol,ICommonTagSchemaSymbol
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Optional<TagTypeSymbol> Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class de.monticore.tagging.tagschema._symboltable.TagTypeSymbol
accessModifier, astNode, enclosingScope, fullName, name, packageName, r__private, scopes, scopeWildcard, stereoinfo -
Constructor Summary
ConstructorsConstructorDescriptionTagTypeSymbolSurrogate(String name) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MCCommonLiteralsTraverser visitor) Deprecated, for removal: This API element is subject to removal in a future version.voidaccept(MCLiteralsBasisTraverser visitor) Deprecated, for removal: This API element is subject to removal in a future version.voidaccept(MCBasicsTraverser visitor) Deprecated, for removal: This API element is subject to removal in a future version.voidaccept(TagSchemaTraverser visitor) Deprecated, for removal: This API element is subject to removal in a future version.voidaccept(MCBasicTypesTraverser visitor) Deprecated, for removal: This API element is subject to removal in a future version.voidaccept(de.monticore.visitor.ITraverser visitor) Deprecated, for removal: This API element is subject to removal in a future version.booleanaddAllScopes(int index, Collection<? extends String> collection) Deprecated, for removal: This API element is subject to removal in a future version.booleanaddAllScopes(Collection<? extends String> collection) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.booleancontainsAllScopes(Collection<?> collection) Deprecated, for removal: This API element is subject to removal in a future version.booleancontainsScopes(Object element) Deprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidforEachScopes(Consumer<? super String> action) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.getScopes(int index) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Map<de.monticore.symboltable.stereotypes.IStereotypeReference, Optional<de.monticore.values.MCValue>> Deprecated, for removal: This API element is subject to removal in a future version.protected TagTypeSymbolgetThis()Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.intindexOfScopes(Object element) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intlastIndexOfScopes(Object element) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.listIteratorScopes(int index) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanremoveAllScopes(Collection<?> collection) Deprecated, for removal: This API element is subject to removal in a future version.booleanremoveIfScopes(Predicate<? super String> filter) Deprecated, for removal: This API element is subject to removal in a future version.removeScopes(int index) Deprecated, for removal: This API element is subject to removal in a future version.booleanremoveScopes(Object element) Deprecated, for removal: This API element is subject to removal in a future version.voidreplaceAllScopes(UnaryOperator<String> operator) Deprecated, for removal: This API element is subject to removal in a future version.booleanretainAllScopes(Collection<?> collection) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEnclosingScope(ITagSchemaScope enclosingScope) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetPrivate(boolean r__private) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetScopesList(List<String> scopes) Deprecated, for removal: This API element is subject to removal in a future version.voidsetScopeWildcard(boolean scopeWildcard) Deprecated, for removal: This API element is subject to removal in a future version.voidsetStereoinfo(Map<de.monticore.symboltable.stereotypes.IStereotypeReference, Optional<de.monticore.values.MCValue>> stereoinfo) Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.voidsortScopes(Comparator<? super String> comparator) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.subListScopes(int start, int end) Deprecated, for removal: This API element is subject to removal in a future version.Object[]Deprecated, for removal: This API element is subject to removal in a future version.String[]toArrayScopes(String[] array) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.monticore.tagging.tagschema._symboltable.TagTypeSymbol
getAccessModifier, getAstNode, getPackageName, isPresentAstNode, setAccessModifier, setAstNode, setAstNodeAbsent, setFullName, setPackageName, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.monticore.symboltable.ISymbol
getSourcePosition
-
Field Details
-
delegate
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
TagTypeSymbolSurrogate
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamein interfacede.monticore.symboltable.ISymbol- Overrides:
getNamein classTagTypeSymbol
-
setName
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setNamein classTagTypeSymbol
-
setPrivate
public void setPrivate(boolean r__private) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setPrivatein classTagTypeSymbol
-
setScopeWildcard
public void setScopeWildcard(boolean scopeWildcard) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setScopeWildcardin classTagTypeSymbol
-
clearScopes
public void clearScopes()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clearScopesin classTagTypeSymbol
-
addScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
addScopesin classTagTypeSymbol
-
addAllScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
addAllScopesin classTagTypeSymbol
-
removeScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
removeScopesin classTagTypeSymbol
-
removeAllScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
removeAllScopesin classTagTypeSymbol
-
retainAllScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
retainAllScopesin classTagTypeSymbol
-
removeIfScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
removeIfScopesin classTagTypeSymbol
-
forEachScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
forEachScopesin classTagTypeSymbol
-
addScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
addScopesin classTagTypeSymbol
-
addAllScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
addAllScopesin classTagTypeSymbol
-
removeScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
removeScopesin classTagTypeSymbol
-
setScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setScopesin classTagTypeSymbol
-
replaceAllScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
replaceAllScopesin classTagTypeSymbol
-
sortScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
sortScopesin classTagTypeSymbol
-
setScopesList
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setScopesListin classTagTypeSymbol
-
isPrivate
public boolean isPrivate()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isPrivatein classTagTypeSymbol
-
isScopeWildcard
public boolean isScopeWildcard()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isScopeWildcardin classTagTypeSymbol
-
containsScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
containsScopesin classTagTypeSymbol
-
containsAllScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
containsAllScopesin classTagTypeSymbol
-
isEmptyScopes
public boolean isEmptyScopes()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isEmptyScopesin classTagTypeSymbol
-
iteratorScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
iteratorScopesin classTagTypeSymbol
-
sizeScopes
public int sizeScopes()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
sizeScopesin classTagTypeSymbol
-
toArrayScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toArrayScopesin classTagTypeSymbol
-
toArrayScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toArrayScopesin classTagTypeSymbol
-
spliteratorScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
spliteratorScopesin classTagTypeSymbol
-
streamScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
streamScopesin classTagTypeSymbol
-
parallelStreamScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
parallelStreamScopesin classTagTypeSymbol
-
getScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getScopesin classTagTypeSymbol
-
indexOfScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
indexOfScopesin classTagTypeSymbol
-
lastIndexOfScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
lastIndexOfScopesin classTagTypeSymbol
-
equalsScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
equalsScopesin classTagTypeSymbol
-
hashCodeScopes
public int hashCodeScopes()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
hashCodeScopesin classTagTypeSymbol
-
listIteratorScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
listIteratorScopesin classTagTypeSymbol
-
listIteratorScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
listIteratorScopesin classTagTypeSymbol
-
subListScopes
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
subListScopesin classTagTypeSymbol
-
getScopesList
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getScopesListin classTagTypeSymbol
-
accept
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
acceptin interfaceICommonTagSchemaSymbol- Overrides:
acceptin classTagTypeSymbol
-
accept
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
acceptin classTagTypeSymbol
-
accept
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
acceptin classTagTypeSymbol
-
accept
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
acceptin classTagTypeSymbol
-
accept
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
acceptin classTagTypeSymbol
-
accept
public void accept(de.monticore.visitor.ITraverser visitor) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
acceptin interfacede.monticore.symboltable.ISymbol- Overrides:
acceptin classTagTypeSymbol
-
equals
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
equalsin classTagTypeSymbol
-
getThis
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getThisin classTagTypeSymbol
-
getFullName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFullNamein interfacede.monticore.symboltable.ISymbol- Overrides:
getFullNamein classTagTypeSymbol
-
determinePackageName
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
determinePackageNamein classTagTypeSymbol
-
determineFullName
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
determineFullNamein classTagTypeSymbol
-
getStereoinfo
public Map<de.monticore.symboltable.stereotypes.IStereotypeReference,Optional<de.monticore.values.MCValue>> getStereoinfo()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getStereoinfoin interfacede.monticore.symboltable.ISymbol- Overrides:
getStereoinfoin classTagTypeSymbol
-
setStereoinfo
public void setStereoinfo(Map<de.monticore.symboltable.stereotypes.IStereotypeReference, Optional<de.monticore.values.MCValue>> stereoinfo) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setStereoinfoin classTagTypeSymbol
-
setEnclosingScope
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setEnclosingScopein interfaceICommonTagSchemaSymbol- Overrides:
setEnclosingScopein classTagTypeSymbol
-
getEnclosingScope
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEnclosingScopein interfaceICommonTagSchemaSymbol- Specified by:
getEnclosingScopein interfacede.monticore.symboltable.ISymbol- Overrides:
getEnclosingScopein classTagTypeSymbol
-
checkLazyLoadDelegate
public boolean checkLazyLoadDelegate()Deprecated, for removal: This API element is subject to removal in a future version. -
lazyLoadDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
-