public interface Assignment extends Expression
The following features are supported:
JavaPackage.getAssignment()| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftHandSide()
Returns the value of the 'Left Hand Side' containment reference.
|
AssignmentKind |
getOperator()
Returns the value of the 'Operator' attribute.
|
Expression |
getRightHandSide()
Returns the value of the 'Right Hand Side' containment reference.
|
void |
setLeftHandSide(Expression value)
Sets the value of the '
Left Hand Side' containment reference. |
void |
setOperator(AssignmentKind value)
Sets the value of the '
Operator' attribute. |
void |
setRightHandSide(Expression value)
Sets the value of the '
Right Hand Side' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUniteInternalContainer, from, id, id, iterator, resource, resourceeBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegmenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverforEach, spliteratorExpression getLeftHandSide()
setLeftHandSide(Expression),
JavaPackage.getAssignment_LeftHandSide()void setLeftHandSide(Expression value)
Left Hand Side' containment reference.
value - the new value of the 'Left Hand Side' containment reference.getLeftHandSide()AssignmentKind getOperator()
AssignmentKind.
AssignmentKind,
setOperator(AssignmentKind),
JavaPackage.getAssignment_Operator()void setOperator(AssignmentKind value)
Operator' attribute.
value - the new value of the 'Operator' attribute.AssignmentKind,
getOperator()Expression getRightHandSide()
setRightHandSide(Expression),
JavaPackage.getAssignment_RightHandSide()void setRightHandSide(Expression value)
Right Hand Side' containment reference.
value - the new value of the 'Right Hand Side' containment reference.getRightHandSide()Copyright © 2018–2020 Atlanmod. All rights reserved.