jist.runtime
Class RewriterFlow.FlowInfoMap

java.lang.Object
  extended by jist.runtime.RewriterFlow.FlowInfoMap
Enclosing class:
RewriterFlow

public static class RewriterFlow.FlowInfoMap
extends java.lang.Object

An accessor class to conveniently query data flow information.


Method Summary
 org.apache.bcel.verifier.structurals.Frame getFrame(org.apache.bcel.generic.InstructionHandle ih)
          Return frame information BEFORE given instruction handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFrame

public org.apache.bcel.verifier.structurals.Frame getFrame(org.apache.bcel.generic.InstructionHandle ih)
Return frame information BEFORE given instruction handle.

Parameters:
ih - BCEL instruction handle (program counter)
Returns:
frame BEFORE instruction executes