Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.ecore.EEnum |
EMFPatternLanguageScopeHelper.calculateEnumerationType(PathExpressionTail tail) |
static org.eclipse.emf.ecore.EClassifier |
EMFPatternLanguageScopeHelper.calculateExpressionType(PathExpressionTail tail) |
static PathExpressionHead |
EMFPatternLanguageScopeHelper.getExpressionHead(PathExpressionTail tail) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.scoping.IScope |
EMFPatternLanguageDeclarativeScopeProvider.scope_EStructuralFeature(PathExpressionTail ctx,
org.eclipse.emf.ecore.EReference ref) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PathExpressionTail,org.eclipse.emf.ecore.EStructuralFeature> |
IEMFTypeProvider.getAllFeaturesFromPathExpressionTail(PathExpressionTail pathExpressionTail) |
java.util.Map<PathExpressionTail,org.eclipse.emf.ecore.EStructuralFeature> |
EMFPatternTypeProvider.getAllFeaturesFromPathExpressionTail(PathExpressionTail pathExpressionTail) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PathExpressionTail,org.eclipse.emf.ecore.EStructuralFeature> |
IEMFTypeProvider.getAllFeaturesFromPathExpressionTail(PathExpressionTail pathExpressionTail) |
java.util.Map<PathExpressionTail,org.eclipse.emf.ecore.EStructuralFeature> |
EMFPatternTypeProvider.getAllFeaturesFromPathExpressionTail(PathExpressionTail pathExpressionTail) |
Type |
IEMFTypeProvider.getTypeFromPathExpressionTail(PathExpressionTail pathExpressionTail) |
Type |
EMFPatternTypeProvider.getTypeFromPathExpressionTail(PathExpressionTail pathExpressionTail) |
Modifier and Type | Method and Description |
---|---|
PathExpressionTail |
PatternLanguageFactory.createPathExpressionTail()
Returns a new object of class 'Path Expression Tail'.
|
PathExpressionTail |
PathExpressionElement.getTail()
Returns the value of the 'Tail' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
PathExpressionElement.setTail(PathExpressionTail value)
Sets the value of the '
Tail ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
PathExpressionTailImpl
An implementation of the model object 'Path Expression Tail'.
|
Modifier and Type | Method and Description |
---|---|
PathExpressionTail |
PatternLanguageFactoryImpl.createPathExpressionTail() |
PathExpressionTail |
PathExpressionElementImpl.getTail() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PathExpressionElementImpl.basicSetTail(PathExpressionTail newTail,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PathExpressionElementImpl.setTail(PathExpressionTail newTail) |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.casePathExpressionTail(PathExpressionTail object)
Returns the result of interpreting the object as an instance of 'Path Expression Tail'.
|