|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataExpr
A representation of the model object 'Data Expr'.
The following features are supported:
EsterelPackage.getDataExpr()
Method Summary | |
---|---|
DataExpr |
getExpr()
Returns the value of the 'Expr' containment reference. |
DataUnaryExpr |
getLeft()
Returns the value of the 'Left' containment reference. |
String |
getOp()
Returns the value of the 'Op' attribute. |
DataExpr |
getRight()
Returns the value of the 'Right' containment reference. |
void |
setExpr(DataExpr value)
Sets the value of the ' Expr ' containment reference. |
void |
setLeft(DataUnaryExpr value)
Sets the value of the ' Left ' containment reference. |
void |
setOp(String value)
Sets the value of the ' Op ' attribute. |
void |
setRight(DataExpr 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 |
---|
DataUnaryExpr getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(DataUnaryExpr)
,
EsterelPackage.getDataExpr_Left()
containment | = | true |
void setLeft(DataUnaryExpr value)
Left
' containment reference.
value
- the new value of the 'Left' containment reference.getLeft()
String getOp()
If the meaning of the 'Op' attribute isn't clear, there really should be more of a description here...
setOp(String)
,
EsterelPackage.getDataExpr_Op()
void setOp(String value)
Op
' attribute.
value
- the new value of the 'Op' attribute.getOp()
DataExpr getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(DataExpr)
,
EsterelPackage.getDataExpr_Right()
containment | = | true |
void setRight(DataExpr value)
Right
' containment reference.
value
- the new value of the 'Right' containment reference.getRight()
DataExpr getExpr()
If the meaning of the 'Expr' containment reference isn't clear, there really should be more of a description here...
setExpr(DataExpr)
,
EsterelPackage.getDataExpr_Expr()
containment | = | true |
void setExpr(DataExpr value)
Expr
' containment reference.
value
- the new value of the 'Expr' containment reference.getExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |