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(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 Processor.FileLine()
public Processor.FileLine(java.io.File file,
int line,
int length)
public void set(Reporter.SetLocation sl)
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.