Modifier and Type | Method and Description |
---|---|
static PathExpressionHead |
EMFPatternLanguageScopeHelper.getExpressionHead(PathExpressionTail tail) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.ecore.EEnum |
EMFPatternLanguageScopeHelper.calculateEnumerationType(PathExpressionHead head) |
static org.eclipse.emf.ecore.EClassifier |
EMFPatternLanguageScopeHelper.calculateExpressionType(PathExpressionHead head) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.scoping.IScope |
EMFPatternLanguageDeclarativeScopeProvider.scope_EStructuralFeature(PathExpressionHead ctx,
org.eclipse.emf.ecore.EReference ref) |
Modifier and Type | Method and Description |
---|---|
PathExpressionHead |
PatternLanguageFactory.createPathExpressionHead()
Returns a new object of class 'Path Expression Head'.
|
PathExpressionHead |
PathExpressionConstraint.getHead()
Returns the value of the 'Head' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
PathExpressionConstraint.setHead(PathExpressionHead value)
Sets the value of the '
Head ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
PathExpressionHeadImpl
An implementation of the model object 'Path Expression Head'.
|
Modifier and Type | Method and Description |
---|---|
PathExpressionHead |
PatternLanguageFactoryImpl.createPathExpressionHead() |
PathExpressionHead |
PathExpressionConstraintImpl.getHead() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PathExpressionConstraintImpl.basicSetHead(PathExpressionHead newHead,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PathExpressionConstraintImpl.setHead(PathExpressionHead newHead) |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.casePathExpressionHead(PathExpressionHead object)
Returns the result of interpreting the object as an instance of 'Path Expression Head'.
|