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