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 |
---|---|
OutFailureExpr |
FlaDslFactory.createOutFailureExpr()
Returns a new object of class 'Out Failure Expr'.
|
OutFailureExpr |
OutputExpression.getFailureExpr()
Returns the value of the 'Failure Expr' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputExpression.setFailureExpr(OutFailureExpr value)
Sets the value of the '
Failure Expr ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
OutFailureExprImpl
An implementation of the model object 'Out Failure Expr'.
|
Modifier and Type | Method and Description |
---|---|
OutFailureExpr |
FlaDslFactoryImpl.createOutFailureExpr() |
OutFailureExpr |
OutputExpressionImpl.getFailureExpr() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
OutputExpressionImpl.basicSetFailureExpr(OutFailureExpr newFailureExpr,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
OutputExpressionImpl.setFailureExpr(OutFailureExpr newFailureExpr) |
Modifier and Type | Method and Description |
---|---|
T |
FlaDslSwitch.caseOutFailureExpr(OutFailureExpr object)
Returns the result of interpreting the object as an instance of 'Out Failure Expr'.
|