Package | Description |
---|---|
org.polarsys.chess.xtext.flaDsl | |
org.polarsys.chess.xtext.flaDsl.impl | |
org.polarsys.chess.xtext.flaDsl.util |
Modifier and Type | Method and Description |
---|---|
Rhs |
FlaDslFactory.createRhs()
Returns a new object of class 'Rhs'.
|
Rhs |
Expression.getRhs()
Returns the value of the 'Rhs' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Expression.setRhs(Rhs value)
Sets the value of the '
Rhs ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
RhsImpl
An implementation of the model object 'Rhs'.
|
Modifier and Type | Method and Description |
---|---|
Rhs |
FlaDslFactoryImpl.createRhs() |
Rhs |
ExpressionImpl.getRhs() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ExpressionImpl.basicSetRhs(Rhs newRhs,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ExpressionImpl.setRhs(Rhs newRhs) |
Modifier and Type | Method and Description |
---|---|
T |
FlaDslSwitch.caseRhs(Rhs object)
Returns the result of interpreting the object as an instance of 'Rhs'.
|