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 |
---|---|
Lhs |
FlaDslFactory.createLhs()
Returns a new object of class 'Lhs'.
|
Lhs |
Expression.getLhs()
Returns the value of the 'Lhs' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Expression.setLhs(Lhs value)
Sets the value of the '
Lhs ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
LhsImpl
An implementation of the model object 'Lhs'.
|
Modifier and Type | Method and Description |
---|---|
Lhs |
FlaDslFactoryImpl.createLhs() |
Lhs |
ExpressionImpl.getLhs() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ExpressionImpl.basicSetLhs(Lhs newLhs,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ExpressionImpl.setLhs(Lhs newLhs) |
Modifier and Type | Method and Description |
---|---|
T |
FlaDslSwitch.caseLhs(Lhs object)
Returns the result of interpreting the object as an instance of 'Lhs'.
|