|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.visitclass.LVTHelper
public class LVTHelper
Eases access to a BCEL LocalVariable object
Constructor Summary | |
---|---|
LVTHelper()
|
Method Summary | |
---|---|
static org.apache.bcel.classfile.LocalVariable |
getLocalVariableAtPC(org.apache.bcel.classfile.LocalVariableTable lvt,
int index,
int pc)
returns the local variable at an index int the scope of PC |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LVTHelper()
Method Detail |
---|
public static org.apache.bcel.classfile.LocalVariable getLocalVariableAtPC(org.apache.bcel.classfile.LocalVariableTable lvt, int index, int pc)
index
- the variable indexPC
- the PC where the variable is used
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |