Package edu.umd.cs.findbugs.ba
Class InstructionHandleMap<ValueType>
- java.lang.Object
-
- 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
Constructors Constructor Description InstructionHandleMap(org.apache.bcel.generic.MethodGen methodGen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueType
get(org.apache.bcel.generic.InstructionHandle handle)
ValueType
put(org.apache.bcel.generic.InstructionHandle handle, ValueType value)
-