Interface CastExpr
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Expr,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CastExprImpl
A representation of the model object 'Cast Expr'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()Returns the value of the 'Body' containment reference.Returns the value of the 'Target Type' reference.voidSets the value of the 'Body' containment reference.voidsetTargetType(Relation value) Sets the value of the 'Target Type' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBody
Expr getBody()Returns the value of the 'Body' containment reference.- Returns:
- the value of the 'Body' containment reference.
- See Also:
-
setBody
Sets the value of the 'Body' containment reference.- Parameters:
value- the new value of the 'Body' containment reference.- See Also:
-
getTargetType
Relation getTargetType()Returns the value of the 'Target Type' reference.- Returns:
- the value of the 'Target Type' reference.
- See Also:
-
setTargetType
Sets the value of the 'Target Type' reference.- Parameters:
value- the new value of the 'Target Type' reference.- See Also:
-