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

Packages that use CFGMethodEntry
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 CFGMethodEntry in org.jtool.jxplatform.graph.cfg
 

Fields in org.jtool.jxplatform.graph.cfg declared as CFGMethodEntry
protected  CFGMethodEntry CFG.start
          A start node of this CFG.
 

Methods in org.jtool.jxplatform.graph.cfg that return CFGMethodEntry
 CFGMethodEntry CFG.getStartNode()
          Returns the start node of this CFG.
 

Methods in org.jtool.jxplatform.graph.cfg with parameters of type CFGMethodEntry
protected  void CFG.setStartNode(CFGMethodEntry node)
          Sets the start node of this CFG.
 

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

Constructors in org.jtool.jxplatform.graph.pdg with parameters of type CFGMethodEntry
PDGMethodEntry(CFGMethodEntry node)
          Creates a new node.