Modifier and Type | Method and Description |
---|---|
void |
EMFPatternLanguageJavaValidator.checkForWrongVariablesInXExpressions(CheckConstraint checkConstraint)
This validator looks up all variables in the
CheckConstraint and reports an error if one them is not an
EDataType instance. |
Modifier and Type | Method and Description |
---|---|
CheckConstraint |
PatternLanguageFactory.createCheckConstraint()
Returns a new object of class 'Check Constraint'.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckConstraintImpl
An implementation of the model object 'Check Constraint'.
|
Modifier and Type | Method and Description |
---|---|
CheckConstraint |
PatternLanguageFactoryImpl.createCheckConstraint() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseCheckConstraint(CheckConstraint object)
Returns the result of interpreting the object as an instance of 'Check Constraint'.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternLanguageJavaValidator.checkForImpureJavaCallsInCheckConstraints(CheckConstraint checkConstraint) |
void |
PatternLanguageJavaValidator.checkReturnTypeOfCheckConstraints(CheckConstraint checkConstraint) |