Modifier and Type | Method and Description |
---|---|
void |
EMFPatternLanguageJavaValidator.checkForWrongLiteralAndComputationValuesInPatternCalls(PatternCall patternCall)
This validator checks if the literal or computational values match the pattern call's type.
|
Modifier and Type | Method and Description |
---|---|
PatternCall |
PatternLanguageFactory.createPatternCall()
Returns a new object of class 'Pattern Call'.
|
PatternCall |
PatternCompositionConstraint.getCall()
Returns the value of the 'Call' containment reference.
|
PatternCall |
AggregatedValue.getCall()
Returns the value of the 'Call' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternCompositionConstraint.setCall(PatternCall value)
Sets the value of the '
Call ' containment reference. |
void |
AggregatedValue.setCall(PatternCall value)
Sets the value of the '
Call ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
PatternCallImpl
An implementation of the model object 'Pattern Call'.
|
Modifier and Type | Method and Description |
---|---|
PatternCall |
PatternLanguageFactoryImpl.createPatternCall() |
PatternCall |
PatternCompositionConstraintImpl.getCall() |
PatternCall |
AggregatedValueImpl.getCall() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PatternCompositionConstraintImpl.basicSetCall(PatternCall newCall,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AggregatedValueImpl.basicSetCall(PatternCall newCall,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PatternCompositionConstraintImpl.setCall(PatternCall newCall) |
void |
AggregatedValueImpl.setCall(PatternCall newCall) |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.casePatternCall(PatternCall object)
Returns the result of interpreting the object as an instance of 'Pattern Call'.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternLanguageJavaValidator.checkApplicabilityOfTransitiveClosureInPatternCall(PatternCall call) |
void |
PatternLanguageJavaValidator.checkPatternCallParameters(PatternCall call) |
void |
PatternLanguageJavaValidator.checkPrivatePatternCall(PatternCall call) |
void |
PatternLanguageJavaValidator.checkRecursivePatternCall(PatternCall call) |