Uses of Class
org.jtool.jxplatform.graph.GraphException

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

Methods in org.jtool.jxplatform.graph.cfg that throw GraphException
 java.lang.String CFG.write()
          Writes information about this CFG.
 

Constructors in org.jtool.jxplatform.graph.cfg that throw GraphException
CFG(org.w3c.dom.Element elem)
          Creates the CFG of a method.
CFG(org.w3c.dom.Element elem, boolean bool)
          Creates the CFG of a method.
 

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

Methods in org.jtool.jxplatform.graph.pdg that throw GraphException
 java.lang.String PDG.write()
          Writes information about this CFG.
 

Constructors in org.jtool.jxplatform.graph.pdg that throw GraphException
PDG(CFG cfg)
          Creates the PDG for a CFG.