public interface PathExpressionTail extends PathExpressionElement
The following features are supported:
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns the value of the 'Index' attribute.
|
boolean |
isClosure()
Returns the value of the 'Closure' attribute.
|
void |
setClosure(boolean value)
Sets the value of the '
Closure ' attribute. |
void |
setIndex(int value)
Sets the value of the '
Index ' attribute. |
getTail, getType, setTail, setType
int getIndex()
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(int)
,
PatternLanguagePackage.getPathExpressionTail_Index()
void setIndex(int value)
Index
' attribute.
value
- the new value of the 'Index' attribute.getIndex()
boolean isClosure()
If the meaning of the 'Closure' attribute isn't clear, there really should be more of a description here...
setClosure(boolean)
,
PatternLanguagePackage.getPathExpressionTail_Closure()
void setClosure(boolean value)
Closure
' attribute.
value
- the new value of the 'Closure' attribute.isClosure()