Uses of Interface
org.jtool.jxplatform.graph.GraphNodeSort

Packages that use GraphNodeSort
org.jtool.jxplatform.graph Application programming interfaces for manipulating graphs created from source code.  
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 GraphNodeSort in org.jtool.jxplatform.graph
 

Classes in org.jtool.jxplatform.graph that implement GraphNodeSort
 class GraphNode
          A node object of CFGs and PDGs.
 

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

Classes in org.jtool.jxplatform.graph.cfg that implement GraphNodeSort
 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 CFGExit
          A exit node of CFGs.
 class CFGMerge
          A merge node of CFGs.
 class CFGMethodEntry
          A method entry node of CFGs.
 class CFGNode
          A node of CFGs.
 class CFGParameter
          A parameter node of CFGs.
 class CFGStatement
          A statement node of CFGs.
 

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

Classes in org.jtool.jxplatform.graph.pdg that implement GraphNodeSort
 class PDGMethodEntry
          A method entry node of PDGs.
 class PDGNode
          A node of PDGs.
 class PDGStatement
          A statement node of PDGs.