public interface UnaryExpression extends Expression
The following features are supported:
PLIPackage.getUnaryExpression()| 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.
|
PrefixOperator |
getPrefixOperator()
Returns the value of the 'Prefix Operator' containment reference.
|
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setPrefixOperator(PrefixOperator value)
Sets the value of the '
Prefix Operator' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
PrefixOperator getPrefixOperator()
setPrefixOperator(PrefixOperator),
PLIPackage.getUnaryExpression_PrefixOperator()void setPrefixOperator(PrefixOperator value)
Prefix Operator' containment reference.
value - the new value of the 'Prefix Operator' containment reference.getPrefixOperator()Expression getExpression()
setExpression(Expression),
PLIPackage.getUnaryExpression_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()