public interface AndExpression extends Expression
The following features are supported:
SimpleAntlrPackage.getAndExpression()| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeft()
Returns the value of the 'Left' containment reference
|
Expression |
getRight()
Returns the value of the 'Right' containment reference
|
void |
setLeft(Expression value)
Sets the value of the '
Left' containment reference |
void |
setRight(Expression value)
Sets the value of the '
Right' containment reference |
Expression getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(Expression),
SimpleAntlrPackage.getAndExpression_Left()void setLeft(Expression value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()Expression getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(Expression),
SimpleAntlrPackage.getAndExpression_Right()void setRight(Expression value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()