edu.umd.cs.findbugs.ba
public class LineNumberMap extends Object
Constructor Summary | |
---|---|
LineNumberMap(MethodGen methodGen)
Constructor.
|
Method Summary | |
---|---|
void | build()
Build the line number information.
|
boolean | hasLineNumbers()
Does this method have line number information? |
LineNumber | lookupLineNumber(InstructionHandle handle)
Find the line number information for instruction whose
handle is given.
|
Parameters: methodGen the method to summarize line numbers for
Parameters: handle the InstructionHandle
Returns: the LineNumber object containing bytecode offset and source line number