edu.umd.cs.findbugs.visitclass
public class LVTHelper extends Object
| Method Summary | |
|---|---|
| static LocalVariable | getLocalVariableAtPC(LocalVariableTable lvt, int index, int pc)
returns the local variable at an index int the scope of PC
|
Parameters: lvt the local variable table index the variable index pc the PC where the variable is used