public interface AssignmentStatement extends ConditionPrefixable, LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getAssignmentStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
AssignByClause |
getByClause()
Returns the value of the 'By Clause' containment reference.
|
AssignOperator |
getOperator()
Returns the value of the 'Operator' attribute.
|
Expression |
getSource()
Returns the value of the 'Source' containment reference.
|
java.util.List<Reference> |
getTargets()
Returns the value of the 'Targets' containment reference list.
|
void |
setByClause(AssignByClause value)
Sets the value of the '
By Clause' containment reference. |
void |
setOperator(AssignOperator value)
Sets the value of the '
Operator' attribute. |
void |
setSource(Expression value)
Sets the value of the '
Source' containment reference. |
getConditionPrefixesgetLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
java.util.List<Reference> getTargets()
Reference.
PLIPackage.getAssignmentStatement_Targets()AssignOperator getOperator()
AssignOperator.
AssignOperator,
setOperator(AssignOperator),
PLIPackage.getAssignmentStatement_Operator()void setOperator(AssignOperator value)
Operator' attribute.
value - the new value of the 'Operator' attribute.AssignOperator,
getOperator()Expression getSource()
setSource(Expression),
PLIPackage.getAssignmentStatement_Source()void setSource(Expression value)
Source' containment reference.
value - the new value of the 'Source' containment reference.getSource()AssignByClause getByClause()
setByClause(AssignByClause),
PLIPackage.getAssignmentStatement_ByClause()void setByClause(AssignByClause value)
By Clause' containment reference.
value - the new value of the 'By Clause' containment reference.getByClause()