Modifier and Type | Method and Description |
---|---|
ExpressionDefinition |
RecipesFactory.createExpressionDefinition()
Returns a new object of class 'Expression Definition'.
|
ExpressionDefinition |
ExpressionEnforcerRecipe.getExpression()
Returns the value of the 'Expression' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionEnforcerRecipe.setExpression(ExpressionDefinition value)
Sets the value of the '
Expression ' containment reference. |
Modifier and Type | Method and Description |
---|---|
static ExpressionDefinition |
RecipesHelper.expressionDefinition(java.lang.Object evaluator) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionDefinitionImpl
An implementation of the model object 'Expression Definition'.
|
Modifier and Type | Method and Description |
---|---|
ExpressionDefinition |
RecipesFactoryImpl.createExpressionDefinition() |
ExpressionDefinition |
ExpressionEnforcerRecipeImpl.getExpression() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ExpressionEnforcerRecipeImpl.basicSetExpression(ExpressionDefinition newExpression,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ExpressionEnforcerRecipeImpl.setExpression(ExpressionDefinition newExpression) |
Modifier and Type | Method and Description |
---|---|
T |
RecipesSwitch.caseExpressionDefinition(ExpressionDefinition object)
Returns the result of interpreting the object as an instance of 'Expression Definition'.
|