public interface AssignmentExpression extends GeneralExpression
The following features are supported:
AstPackage.getAssignmentExpression()
Modifier and Type | Method and Description |
---|---|
AssignmentOperator |
getAssignmentOperator()
Returns the value of the 'Assignment Operator' containment reference
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference
|
PostfixExpression |
getPostfixExpression()
Returns the value of the 'Postfix Expression' containment reference
|
void |
setAssignmentOperator(AssignmentOperator value)
Sets the value of the '
Assignment Operator ' containment reference |
void |
setExpression(Expression value)
Sets the value of the '
Expression ' containment reference |
void |
setPostfixExpression(PostfixExpression value)
Sets the value of the '
Postfix Expression ' containment reference |
AssignmentOperator getAssignmentOperator()
If the meaning of the 'Assignment Operator' reference isn't clear, there really should be more of a description here...
setAssignmentOperator(AssignmentOperator)
,
AstPackage.getAssignmentExpression_AssignmentOperator()
void setAssignmentOperator(AssignmentOperator value)
Assignment Operator
' containment reference.
value
- the new value of the 'Assignment Operator' containment reference.getAssignmentOperator()
PostfixExpression getPostfixExpression()
If the meaning of the 'Postfix Expression' reference isn't clear, there really should be more of a description here...
setPostfixExpression(PostfixExpression)
,
AstPackage.getAssignmentExpression_PostfixExpression()
void setPostfixExpression(PostfixExpression value)
Postfix Expression
' containment reference.
value
- the new value of the 'Postfix Expression' containment reference.getPostfixExpression()
Expression getExpression()
If the meaning of the 'Expression' reference isn't clear, there really should be more of a description here...
setExpression(Expression)
,
AstPackage.getAssignmentExpression_Expression()
void setExpression(Expression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.