org.eclipse.gmt.modisco.java
Interface Assignment

All Superinterfaces:
ASTNode, Expression

public interface Assignment
extends Expression

A representation of the model object 'Assignment'.

The following features are supported:

See Also:
JavaPackage.getAssignment()
Generated:
Model:

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

getLeftHandSide

Expression getLeftHandSide()
Returns the value of the 'Left Hand Side' containment reference.

If the meaning of the 'Left Hand Side' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Left Hand Side' containment reference.
See Also:
setLeftHandSide(Expression), JavaPackage.getAssignment_LeftHandSide()
Generated:
Model:
containment="true" required="true" ordered="false"

setLeftHandSide

void setLeftHandSide(Expression value)
Sets the value of the 'Left Hand Side' containment reference.

Parameters:
value - the new value of the 'Left Hand Side' containment reference.
See Also:
getLeftHandSide()
Generated:

getOperator

AssignmentKind getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration AssignmentKind.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
AssignmentKind, setOperator(AssignmentKind), JavaPackage.getAssignment_Operator()
Generated:
Model:
unique="false" required="true" ordered="false"

setOperator

void setOperator(AssignmentKind value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
AssignmentKind, getOperator()
Generated:

getRightHandSide

Expression getRightHandSide()
Returns the value of the 'Right Hand Side' containment reference.

If the meaning of the 'Right Hand Side' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Right Hand Side' containment reference.
See Also:
setRightHandSide(Expression), JavaPackage.getAssignment_RightHandSide()
Generated:
Model:
containment="true" required="true" ordered="false"

setRightHandSide

void setRightHandSide(Expression value)
Sets the value of the 'Right Hand Side' containment reference.

Parameters:
value - the new value of the 'Right Hand Side' containment reference.
See Also:
getRightHandSide()
Generated: