public static class Processor.FileLine
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Processor.FileLine |
DUMMY |
int |
end |
java.io.File |
file |
int |
length |
int |
line |
int |
start |
Constructor and Description |
---|
FileLine() |
FileLine(java.io.File file,
int line,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
set(Reporter.SetLocation sl) |
public static final Processor.FileLine DUMMY
public java.io.File file
public int line
public int length
public int start
public int end
public FileLine()
public FileLine(java.io.File file, int line, int length)
public void set(Reporter.SetLocation sl)