| Modifier and Type | Method and Description |
|---|---|
void |
EMFPatternLanguageJavaValidator.checkForNotWellbehavingDerivedFeatureInPathExpressions(PathExpressionConstraint pathExpressionConstraint)
This validator looks up all
EStructuralFeature used in a PathExpressionConstraint and reports a
warning on each that is not representable by EMF-IncQuery. |
void |
EMFPatternLanguageJavaValidator.checkForWrongLiteralAndComputationValuesInPathExpressionConstraints(PathExpressionConstraint pathExpressionConstraint)
This validator checks if the literal or computational values match the path expression's type.
|
| Modifier and Type | Method and Description |
|---|---|
PathExpressionConstraint |
PatternLanguageFactory.createPathExpressionConstraint()
Returns a new object of class 'Path Expression Constraint'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PathExpressionConstraintImpl
An implementation of the model object 'Path Expression Constraint'.
|
| Modifier and Type | Method and Description |
|---|---|
PathExpressionConstraint |
PatternLanguageFactoryImpl.createPathExpressionConstraint() |
| Modifier and Type | Method and Description |
|---|---|
T |
PatternLanguageSwitch.casePathExpressionConstraint(PathExpressionConstraint object)
Returns the result of interpreting the object as an instance of 'Path Expression Constraint'.
|