Class MethodSymbolSurrogateBuilder
java.lang.Object
de.monticore.symbols.oosymbols._symboltable.MethodSymbolSurrogateBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IOOSymbolsScopeDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, 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 MethodSymbolSurrogateBuilderDeprecated, for removal: This API element is subject to removal in a future version.protected Map<de.monticore.symboltable.stereotypes.IStereotypeReference, Optional<de.monticore.interpreter.Value>> 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.interpreter.Value 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.interpreter.Value>> Deprecated, for removal: This API element is subject to removal in a future version.getType()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.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.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.setEnclosingScope(IOOSymbolsScope enclosingScope) Deprecated, for removal: This API element is subject to removal in a future version.setIsAbstract(boolean isAbstract) Deprecated, for removal: This API element is subject to removal in a future version.setIsConstructor(boolean isConstructor) Deprecated, for removal: This API element is subject to removal in a future version.setIsElliptic(boolean isElliptic) Deprecated, for removal: This API element is subject to removal in a future version.setIsFinal(boolean isFinal) Deprecated, for removal: This API element is subject to removal in a future version.setIsMethod(boolean isMethod) Deprecated, for removal: This API element is subject to removal in a future version.setIsPrivate(boolean isPrivate) Deprecated, for removal: This API element is subject to removal in a future version.setIsProtected(boolean isProtected) Deprecated, for removal: This API element is subject to removal in a future version.setIsPublic(boolean isPublic) Deprecated, for removal: This API element is subject to removal in a future version.setIsStatic(boolean isStatic) 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.interpreter.Value>> stereoinfo) Deprecated, for removal: This API element is subject to removal in a future version.setType(SymTypeExpression type) 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. -
isConstructor
protected boolean isConstructorDeprecated, for removal: This API element is subject to removal in a future version. -
isMethod
protected boolean isMethodDeprecated, for removal: This API element is subject to removal in a future version. -
isPrivate
protected boolean isPrivateDeprecated, for removal: This API element is subject to removal in a future version. -
isProtected
protected boolean isProtectedDeprecated, for removal: This API element is subject to removal in a future version. -
isPublic
protected boolean isPublicDeprecated, for removal: This API element is subject to removal in a future version. -
isAbstract
protected boolean isAbstractDeprecated, for removal: This API element is subject to removal in a future version. -
isStatic
protected boolean isStaticDeprecated, for removal: This API element is subject to removal in a future version. -
isFinal
protected boolean isFinalDeprecated, 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.interpreter.Value>> stereoinfoDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
MethodSymbolSurrogateBuilder
public MethodSymbolSurrogateBuilder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isIsConstructor
public boolean isIsConstructor()Deprecated, for removal: This API element is subject to removal in a future version. -
isIsMethod
public boolean isIsMethod()Deprecated, for removal: This API element is subject to removal in a future version. -
isIsPrivate
public boolean isIsPrivate()Deprecated, for removal: This API element is subject to removal in a future version. -
isIsProtected
public boolean isIsProtected()Deprecated, for removal: This API element is subject to removal in a future version. -
isIsPublic
public boolean isIsPublic()Deprecated, for removal: This API element is subject to removal in a future version. -
isIsAbstract
public boolean isIsAbstract()Deprecated, for removal: This API element is subject to removal in a future version. -
isIsStatic
public boolean isIsStatic()Deprecated, for removal: This API element is subject to removal in a future version. -
isIsFinal
public boolean isIsFinal()Deprecated, for removal: This API element is subject to removal in a future version. -
isIsElliptic
public boolean isIsElliptic()Deprecated, for removal: This API element is subject to removal in a future version. -
getType
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsConstructor
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsMethod
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsPrivate
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsProtected
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsPublic
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsAbstract
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsStatic
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsFinal
Deprecated, for removal: This API element is subject to removal in a future version. -
setIsElliptic
Deprecated, for removal: This API element is subject to removal in a future version. -
setType
Deprecated, for removal: This API element is subject to removal in a future version. -
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 MethodSymbolSurrogateBuilder setStereoinfo(Map<de.monticore.symboltable.stereotypes.IStereotypeReference, Optional<de.monticore.interpreter.Value>> 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.interpreter.Value>> getStereoinfo()Deprecated, for removal: This API element is subject to removal in a future version. -
addStereoinfo
public MethodSymbolSurrogateBuilder addStereoinfo(de.monticore.symboltable.stereotypes.IStereotypeReference stereotype) Deprecated, for removal: This API element is subject to removal in a future version. -
addStereoinfo
public MethodSymbolSurrogateBuilder addStereoinfo(de.monticore.symboltable.stereotypes.IStereotypeReference stereotype, de.monticore.interpreter.Value 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.
-