|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AndExpression
A representation of the model object 'And Expression'.
The following features are supported:
SimpleExpressionsPackage.getAndExpression()| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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),
SimpleExpressionsPackage.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),
SimpleExpressionsPackage.getAndExpression_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 | ||||||||