public interface ASTNode extends ASTRange
Modifier and Type | Method and Description |
---|---|
String |
getFullText()
Returns the full text of the source in which this node is present.
|
int |
getLine()
Returns the line number where the node text starts.
|
String |
getNodeText()
Returns the text of this node.
|
String |
getText(ASTRange range)
Returns the text specified by the given range.
|
contains, getBeginIndex, getEndIndex, getLength
String getFullText()
int getLine()
String getNodeText()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.