public class InstructionHandleMap<ValueType> extends Object
InstructionHandleMap(org.apache.bcel.generic.MethodGen methodGen)
ValueType
get(org.apache.bcel.generic.InstructionHandle handle)
put(org.apache.bcel.generic.InstructionHandle handle, ValueType value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InstructionHandleMap(org.apache.bcel.generic.MethodGen methodGen)
public ValueType get(org.apache.bcel.generic.InstructionHandle handle)
public ValueType put(org.apache.bcel.generic.InstructionHandle handle, ValueType value)
Copyright © 2003–2015. All rights reserved.