Modifier and Type | Interface and Description |
---|---|
interface |
PathExpressionHead
A representation of the model object 'Path Expression Head'.
|
interface |
PathExpressionTail
A representation of the model object 'Path Expression Tail'.
|
Modifier and Type | Method and Description |
---|---|
PathExpressionElement |
PatternLanguageFactory.createPathExpressionElement()
Returns a new object of class 'Path Expression Element'.
|
Modifier and Type | Class and Description |
---|---|
class |
PathExpressionElementImpl
An implementation of the model object 'Path Expression Element'.
|
class |
PathExpressionHeadImpl
An implementation of the model object 'Path Expression Head'.
|
class |
PathExpressionTailImpl
An implementation of the model object 'Path Expression Tail'.
|
Modifier and Type | Method and Description |
---|---|
PathExpressionElement |
PatternLanguageFactoryImpl.createPathExpressionElement() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.casePathExpressionElement(PathExpressionElement object)
Returns the result of interpreting the object as an instance of 'Path Expression Element'.
|