|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Location
Represents the location of a node within its document.
Location is a span from a starting line and column to an ending line and column; or alternatively, from a starting character position to an ending character position.
Method Summary | |
---|---|
int |
getEndColumn()
Returns the column where this node ends. |
int |
getEndLine()
Returns the line where this node ends. |
int |
getEndPos()
Returns the character position where this node ends. |
int |
getStartColumn()
Returns the column where this node starts. |
int |
getStartLine()
Returns the line where this node starts. |
int |
getStartPos()
Returns the character position where this node starts. |
Method Detail |
---|
int getStartLine()
int getStartColumn()
int getStartPos()
int getEndLine()
int getEndColumn()
int getEndPos()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |