public interface Expression
extends org.eclipse.emf.ecore.EObject
FlaDslPackage.getExpression()
Modifier and Type | Method and Description |
---|---|
Lhs |
getLhs()
Returns the value of the 'Lhs' containment reference.
|
Rhs |
getRhs()
Returns the value of the 'Rhs' containment reference.
|
void |
setLhs(Lhs value)
Sets the value of the '
Lhs ' containment reference. |
void |
setRhs(Rhs value)
Sets the value of the '
Rhs ' containment reference. |
Lhs getLhs()
If the meaning of the 'Lhs' containment reference isn't clear, there really should be more of a description here...
setLhs(Lhs)
,
FlaDslPackage.getExpression_Lhs()
void setLhs(Lhs value)
Lhs
' containment reference.
value
- the new value of the 'Lhs' containment reference.getLhs()
Rhs getRhs()
If the meaning of the 'Rhs' containment reference isn't clear, there really should be more of a description here...
setRhs(Rhs)
,
FlaDslPackage.getExpression_Rhs()