Class 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)  
      • 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)