Class ODDefinitionSymbolSurrogateBuilder
java.lang.Object
de.monticore.tf.odrules._symboltable.ODDefinitionSymbolSurrogateBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IODRulesScopeDeprecated, 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 ODDefinitionSymbolSurrogateBuilderDeprecated, for removal: This API element is subject to removal in a future version.protected 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. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionaddStereoinfo(de.monticore.symboltable.stereotypes.IStereotypeReference stereotype) Deprecated, for removal: This API element is subject to removal in a future version.addStereoinfo(de.monticore.symboltable.stereotypes.IStereotypeReference stereotype, de.monticore.values.MCValue value) Deprecated, for removal: This API element is subject to removal in a future version.build()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.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.setEnclosingScope(IODRulesScope enclosingScope) 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.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.
-
Field Details
-
realBuilder
Deprecated, for removal: This API element is subject to removal in a future version. -
name
Deprecated, for removal: This API element is subject to removal in a future version. -
enclosingScope
Deprecated, for removal: This API element is subject to removal in a future version. -
stereoinfo
protected Map<de.monticore.symboltable.stereotypes.IStereotypeReference,Optional<de.monticore.values.MCValue>> stereoinfoDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
ODDefinitionSymbolSurrogateBuilder
public ODDefinitionSymbolSurrogateBuilder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setName
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. -
setStereoinfo
public ODDefinitionSymbolSurrogateBuilder 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. -
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. -
addStereoinfo
public ODDefinitionSymbolSurrogateBuilder addStereoinfo(de.monticore.symboltable.stereotypes.IStereotypeReference stereotype) Deprecated, for removal: This API element is subject to removal in a future version. -
addStereoinfo
public ODDefinitionSymbolSurrogateBuilder addStereoinfo(de.monticore.symboltable.stereotypes.IStereotypeReference stereotype, de.monticore.values.MCValue value) Deprecated, for removal: This API element is subject to removal in a future version. -
getEnclosingScope
Deprecated, for removal: This API element is subject to removal in a future version. -
setEnclosingScope
Deprecated, for removal: This API element is subject to removal in a future version. -
build
Deprecated, for removal: This API element is subject to removal in a future version.
-