public interface CSTNode
The following features are supported:
CSTPackage.getCSTNode()| Modifier and Type | Method and Description |
|---|---|
Object |
getAst()
Returns the value of the 'Ast' attribute.
|
int |
getEndOffset()
Returns the value of the 'End Offset' attribute.
|
IToken |
getEndToken()
Returns the value of the 'End Token' attribute.
|
int |
getStartOffset()
Returns the value of the 'Start Offset' attribute.
|
IToken |
getStartToken()
Returns the value of the 'Start Token' attribute.
|
void |
setAst(Object value)
Sets the value of the '
Ast' attribute. |
void |
setEndOffset(int value)
Sets the value of the '
End Offset' attribute. |
void |
setEndToken(IToken value)
Sets the value of the '
End Token' attribute. |
void |
setStartOffset(int value)
Sets the value of the '
Start Offset' attribute. |
void |
setStartToken(IToken value)
Sets the value of the '
Start Token' attribute. |
int getStartOffset()
If the meaning of the 'Start Offset' attribute isn't clear, there really should be more of a description here...
setStartOffset(int),
CSTPackage.getCSTNode_StartOffset()void setStartOffset(int value)
Start Offset' attribute.
value - the new value of the 'Start Offset' attribute.getStartOffset()int getEndOffset()
If the meaning of the 'End Offset' attribute isn't clear, there really should be more of a description here...
setEndOffset(int),
CSTPackage.getCSTNode_EndOffset()void setEndOffset(int value)
End Offset' attribute.
value - the new value of the 'End Offset' attribute.getEndOffset()IToken getStartToken()
If the meaning of the 'Start Token' attribute isn't clear, there really should be more of a description here...
setStartToken(IToken),
CSTPackage.getCSTNode_StartToken()void setStartToken(IToken value)
Start Token' attribute.
value - the new value of the 'Start Token' attribute.getStartToken()IToken getEndToken()
If the meaning of the 'End Token' attribute isn't clear, there really should be more of a description here...
setEndToken(IToken),
CSTPackage.getCSTNode_EndToken()void setEndToken(IToken value)
End Token' attribute.
value - the new value of the 'End Token' attribute.getEndToken()Object getAst()
If the meaning of the 'Ast' attribute isn't clear, there really should be more of a description here...
setAst(Object),
CSTPackage.getCSTNode_Ast()Copyright © 2015 Open eHealth Foundation. All rights reserved.