Uses of Class
jist.runtime.RewriterFlow.FlowInfoMap

Packages that use RewriterFlow.FlowInfoMap
jist.runtime Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. 
 

Uses of RewriterFlow.FlowInfoMap in jist.runtime
 

Methods in jist.runtime that return RewriterFlow.FlowInfoMap
 RewriterFlow.FlowInfoMap RewriterFlow.doFlow(org.apache.bcel.generic.ClassGen cg, org.apache.bcel.generic.MethodGen mg)
          Perform data flow analysis to determine the frame at each execution point in the method.