|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Assignment
A representation of the model object 'Assignment'.
The following features are supported:
JavaPackage.getAssignment()| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
|---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
| Method Detail |
|---|
Expression getLeftHandSide()
If the meaning of the 'Left Hand Side' containment reference isn't clear, there really should be more of a description here...
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.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
AssignmentKind,
setOperator(AssignmentKind),
JavaPackage.getAssignment_Operator()void setOperator(AssignmentKind value)
Operator' attribute.
value - the new value of the 'Operator' attribute.AssignmentKind,
getOperator()Expression getRightHandSide()
If the meaning of the 'Right Hand Side' containment reference isn't clear, there really should be more of a description here...
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||