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

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

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

Constructors in org.jtool.jxplatform.graph.cfg with parameters of type CFG
GetPostDominator(CFG cfg, CFGNode anchor)
          Calculates post-dominators nodes for a node on a CFG.
GetReachableNodes(CFG cfg, CFGNode fromNode, CFGNode toNode)
          Calculates reachable path between two CFG nodes and records nodes in the path.
GetConstrainedReachableNodes(CFG cfg, CFGNode fromNode, CFGNode toNode)
          Calculates constrained reachable path nodes between two CFG nodes and records nodes in the path.
 

Uses of CFG in org.jtool.jxplatform.graph.pdg
 

Constructors in org.jtool.jxplatform.graph.pdg with parameters of type CFG
PDG(CFG cfg)
          Creates the PDG for a CFG.