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

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

Subclasses of CFGStatement in org.jtool.jxplatform.graph.cfg
 class CFGAssignment
          An assignment node of CFGs.
 class CFGBranch
          A branch node of CFGs.
 class CFGBreakContinue
          A break or continue node of CFGs.
 class CFGCall
          A method call node of CFGs.
 class CFGDeclaration
          A local or field declaration node of CFGs.
 class CFGParameter
          A parameter node of CFGs.
 

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

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