public interface NotExpression extends Expression
The following features are supported:
SimpleAntlrPackage.getNotExpression()| Modifier and Type | Method and Description |
|---|---|
Expression |
getValue()
Returns the value of the 'Value' containment reference
|
void |
setValue(Expression value)
Sets the value of the '
Value' containment reference |
Expression getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(Expression),
SimpleAntlrPackage.getNotExpression_Value()void setValue(Expression value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()