Modifier and Type | Method and Description |
---|---|
int |
getLineIndex()
Get the 0-based line index of the tag.
|
int |
getOffsetInLine()
Get the 0-based offset within the line of this mark.
|
java.lang.Object |
getTag()
Get the tag associated with this mark.
|
java.lang.String |
toString() |
public int getLineIndex()
Get the 0-based line index of the tag.
public int getOffsetInLine()
Get the 0-based offset within the line of this mark.
public java.lang.Object getTag()
Get the tag associated with this mark.
public java.lang.String toString()
toString
in class java.lang.Object