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