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