|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.language.ast.TextPosition
public class TextPosition
Text position indiating start and end location of telemetry definition.
Constructor Summary | |
---|---|
TextPosition(int beginLine,
int beginColumn,
int endLine,
int endColumn)
Constructs this instance. |
Method Summary | |
---|---|
int |
getBeginColumn()
Gets the column position of the first character of the text. |
int |
getBeginLine()
Gets the row position of the first character of the text. |
int |
getEndColumn()
Gets the column position of the last character of the text. |
int |
getEndLine()
Gets the row position of the last character of the text. |
java.lang.String |
toString()
Gets string representation of this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextPosition(int beginLine, int beginColumn, int endLine, int endColumn)
beginLine
- The row position of the first character of the text.beginColumn
- The column position of the first character of the text.endLine
- The row position of the last character of the text.endColumn
- The column position of the last character of the text.Method Detail |
---|
public int getBeginLine()
public int getBeginColumn()
public int getEndLine()
public int getEndColumn()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |