|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryExpression
A representation of the model object 'Binary Expression'.
The following features are supported:
DomPackage.getBinaryExpression()| Method Summary | |
|---|---|
Expression |
getLeft()
Returns the value of the 'Left' containment reference. |
String |
getOperator()
Returns the value of the 'Operator' attribute. |
Expression |
getRight()
Returns the value of the 'Right' containment reference. |
void |
setLeft(Expression value)
Sets the value of the ' Left' containment reference. |
void |
setOperator(String value)
Sets the value of the ' Operator' attribute. |
void |
setRight(Expression value)
Sets the value of the ' Right' containment reference. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
Expression getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(Expression),
DomPackage.getBinaryExpression_Left()void setLeft(Expression value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()String getOperator()
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
setOperator(String),
DomPackage.getBinaryExpression_Operator()void setOperator(String value)
Operator' attribute.
value - the new value of the 'Operator' attribute.getOperator()Expression getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(Expression),
DomPackage.getBinaryExpression_Right()void setRight(Expression value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||