|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.LineNumberMap
public class LineNumberMap
Summarize line numbers (and other source information) for a method.
Constructor Summary | |
---|---|
LineNumberMap(org.apache.bcel.generic.MethodGen methodGen)
Constructor. |
Method Summary | |
---|---|
void |
build()
Build the line number information. |
boolean |
hasLineNumbers()
Does this method have line number information? |
org.apache.bcel.classfile.LineNumber |
lookupLineNumber(org.apache.bcel.generic.InstructionHandle handle)
Find the line number information for instruction whose handle is given. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineNumberMap(org.apache.bcel.generic.MethodGen methodGen)
methodGen
- the method to summarize line numbers forMethod Detail |
---|
public void build()
public boolean hasLineNumbers()
public org.apache.bcel.classfile.LineNumber lookupLineNumber(org.apache.bcel.generic.InstructionHandle handle)
handle
- the InstructionHandle
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |