Modifier and Type | Method and Description |
---|---|
void |
EMFPatternLanguageJavaValidator.checkForWrongLiteralAndComputationValuesInCompareConstraints(CompareConstraint compareConstraint)
This validator checks if the literal or computational values match the other side's type in a compare constraint
(equality/inequality).
|
Modifier and Type | Method and Description |
---|---|
CompareConstraint |
PatternLanguageFactory.createCompareConstraint()
Returns a new object of class 'Compare Constraint'.
|
Modifier and Type | Class and Description |
---|---|
class |
CompareConstraintImpl
An implementation of the model object 'Compare Constraint'.
|
Modifier and Type | Method and Description |
---|---|
CompareConstraint |
PatternLanguageFactoryImpl.createCompareConstraint() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseCompareConstraint(CompareConstraint object)
Returns the result of interpreting the object as an instance of 'Compare Constraint'.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternLanguageJavaValidator.checkCompareConstraints(CompareConstraint constraint) |