|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.SourceFile.LineNumberMapBuilder
private static class SourceFile.LineNumberMapBuilder
Helper object to build map of line number to byte offset for a source file.
Field Summary | |
---|---|
private int |
lastSeen
|
private int |
offset
|
private SourceFile |
sourceFile
|
Constructor Summary | |
---|---|
SourceFile.LineNumberMapBuilder(SourceFile sourceFile)
|
Method Summary | |
---|---|
private void |
add(int ch)
|
void |
addData(byte[] data,
int len)
|
void |
eof()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SourceFile sourceFile
private int offset
private int lastSeen
Constructor Detail |
---|
public SourceFile.LineNumberMapBuilder(SourceFile sourceFile)
Method Detail |
---|
public void addData(byte[] data, int len)
public void eof()
private void add(int ch)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |