public interface ASTRange
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(int offset)
Returns
true if the offset index is contained in this range. |
int |
getBeginIndex()
Returns the begin index of the node text in the full text.
|
int |
getEndIndex()
Returns the end index of the node text.
|
int |
getLength()
Returns the length of the node text.
|
int getBeginIndex()
int getEndIndex()
int getLength()
boolean contains(int offset)
true if the offset index is contained in this range.offset - true if the offset index is contained in this rangeCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.