FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Class InstructionHandleMap<ValueType>

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.InstructionHandleMap<ValueType>

public class InstructionHandleMap<ValueType>
extends java.lang.Object

Map BCEL InstructionHandles to some kind of value type.

Author:
David Hovemeyer

Constructor Summary
InstructionHandleMap(org.apache.bcel.generic.MethodGen methodGen)
           
 
Method Summary
 ValueType get(org.apache.bcel.generic.InstructionHandle handle)
           
 ValueType put(org.apache.bcel.generic.InstructionHandle handle, ValueType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionHandleMap

public InstructionHandleMap(org.apache.bcel.generic.MethodGen methodGen)
Method Detail

get

public ValueType get(org.apache.bcel.generic.InstructionHandle handle)

put

public ValueType put(org.apache.bcel.generic.InstructionHandle handle,
                     ValueType value)

FindBugs™ 1.3.9

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