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 |
|---|
Processor.FileLine() |
Processor.FileLine(java.io.File file,
int line,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(aQute.service.reporter.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