public static class Processor.FileLine
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static Processor.FileLine |
DUMMY |
|
int |
end |
|
java.io.File |
file |
|
int |
length |
|
int |
line |
|
int |
start |
| Constructor | Description |
|---|---|
FileLine() |
|
FileLine(java.io.File file,
int line,
int length) |
| Modifier and Type | Method | 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