FindBugs™ 1.3.9

edu.umd.cs.findbugs.visitclass
Class LVTHelper

java.lang.Object
  extended by edu.umd.cs.findbugs.visitclass.LVTHelper

public class LVTHelper
extends java.lang.Object

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

LVTHelper

public LVTHelper()
Method Detail

getLocalVariableAtPC

public static org.apache.bcel.classfile.LocalVariable getLocalVariableAtPC(@NonNull
                                                                           org.apache.bcel.classfile.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

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.