public interface ASTNode
The following features are supported:
UtilitiesPackage.getASTNode()| Modifier and Type | Method and Description |
|---|---|
int |
getEndPosition()
Returns the value of the 'End Position' attribute.
|
int |
getStartPosition()
Returns the value of the 'Start Position' attribute.
|
void |
setEndPosition(int value)
Sets the value of the '
End Position' attribute. |
void |
setStartPosition(int value)
Sets the value of the '
Start Position' attribute. |
int getStartPosition()
"-1".
If the meaning of the 'Start Position' attribute isn't clear, there really should be more of a description here...
setStartPosition(int),
UtilitiesPackage.getASTNode_StartPosition()void setStartPosition(int value)
Start Position' attribute.
value - the new value of the 'Start Position' attribute.getStartPosition()int getEndPosition()
"-1".
If the meaning of the 'End Position' attribute isn't clear, there really should be more of a description here...
setEndPosition(int),
UtilitiesPackage.getASTNode_EndPosition()void setEndPosition(int value)
End Position' attribute.
value - the new value of the 'End Position' attribute.getEndPosition()Copyright © 2015 Open eHealth Foundation. All rights reserved.