Class InstructionHandleMap<ValueType>

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

public class InstructionHandleMap<ValueType> extends Object
Map BCEL InstructionHandles to some kind of value type.
Author:
David Hovemeyer
  • Constructor Details

    • InstructionHandleMap

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

    • get

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

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