public interface DisplayStatement extends ConditionPrefixable, LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getDisplayStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
Expression |
getReply()
Returns the value of the 'Reply' containment reference.
|
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setReply(Expression value)
Sets the value of the '
Reply' containment reference. |
getConditionPrefixesgetLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getExpression()
setExpression(Expression),
PLIPackage.getDisplayStatement_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()Expression getReply()
setReply(Expression),
PLIPackage.getDisplayStatement_Reply()void setReply(Expression value)
Reply' containment reference.
value - the new value of the 'Reply' containment reference.getReply()