Uses of Class
org.jtool.jxplatform.graph.cfg.ControlFlow

Packages that use ControlFlow
org.jtool.jxplatform.graph.cfg Application programming interfaces for manipulating control flow graphs (CFGs) created from source code.  
 

Uses of ControlFlow in org.jtool.jxplatform.graph.cfg
 

Methods in org.jtool.jxplatform.graph.cfg that return ControlFlow
 ControlFlow CFG.getFlow(CFGNode src, CFGNode dst)
          Returns an edge specified by a given source node destination node.
 ControlFlow CFG.getTrueFlowFrom(CFGNode src)
          Returns a true control flow outgoing from a given node.
 ControlFlow CFG.getFalseFlowFrom(CFGNode src)
          Returns a false control flow outgoing from a given node.