public class LVTHelper
extends java.lang.Object
| Constructor | Description |
|---|---|
LVTHelper() |
| Modifier and Type | Method | Description |
|---|---|---|
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
|
public static org.apache.bcel.classfile.LocalVariable getLocalVariableAtPC(@Nonnull
org.apache.bcel.classfile.LocalVariableTable lvt,
int index,
int pc)
lvt - the local variable tableindex - the variable indexpc - the PC where the variable is usedFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.