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

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

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

Fields in org.jtool.jxplatform.graph.cfg declared as CFGExit
protected  CFGExit CFG.end
          An end node of this CFG.
 

Methods in org.jtool.jxplatform.graph.cfg that return CFGExit
 CFGExit CFG.getEndNode()
          Returns the end node of this CFG.
 

Methods in org.jtool.jxplatform.graph.cfg with parameters of type CFGExit
protected  void CFG.setEndNode(CFGExit node)
          Sets the end node of this CFG.