public interface PrefixExpression extends Expression
The following features are supported:
JavaPackage.getPrefixExpression()| Modifier and Type | Method and Description |
|---|---|
Expression |
getOperand()
Returns the value of the 'Operand' containment reference.
|
PrefixExpressionKind |
getOperator()
Returns the value of the 'Operator' attribute.
|
void |
setOperand(Expression value)
Sets the value of the '
Operand' containment reference. |
void |
setOperator(PrefixExpressionKind value)
Sets the value of the '
Operator' attribute. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitPrefixExpressionKind getOperator()
PrefixExpressionKind.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
PrefixExpressionKind,
setOperator(PrefixExpressionKind),
JavaPackage.getPrefixExpression_Operator()void setOperator(PrefixExpressionKind value)
Operator' attribute.
value - the new value of the 'Operator' attribute.PrefixExpressionKind,
getOperator()Expression getOperand()
If the meaning of the 'Operand' containment reference isn't clear, there really should be more of a description here...
setOperand(Expression),
JavaPackage.getPrefixExpression_Operand()void setOperand(Expression value)
Operand' containment reference.
value - the new value of the 'Operand' containment reference.getOperand()