public class LineNumberPosition extends AbstractSourcePosition
Constructor and Description |
---|
LineNumberPosition(URL url,
URL localFile,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getFirstCol() |
int |
getFirstLine() |
int |
getFirstOffset() |
int |
getLastCol() |
int |
getLastLine() |
int |
getLastOffset() |
Reader |
getReader() |
URL |
getURL() |
String |
toString() |
compareTo, equals, hashCode
public int getFirstLine()
public int getLastLine()
public int getFirstCol()
public int getLastCol()
public int getFirstOffset()
public int getLastOffset()
public URL getURL()
public Reader getReader() throws IOException
IOException
public String toString()
toString
in class AbstractSourcePosition