Package edu.uci.eecs.doc.cascade.tree

Provides a control flow tree (CFT) data structure and various CFT file exporters.

See:
          Description

Interface Summary
TreeWriter An interface for exporting a control flow tree to various output formats.
 

Class Summary
AbstractTreeWriter An abstract base class for exporting a control flow tree to various output formats.
SVGTreeWriter Exports a control flow tree to Scalable Vector Graphics (SVG) format.
SVGTreeWriter.Color  
TextTreeWriter Exports a control flow tree to plain text format.
Tree A control flow tree of a Java method or part of a Java method.
TreeIterator Iterates over the nodes of a control flow tree.
 

Exception Summary
NotImplementedException An exception that is thrown when an unexpected or unsupported node is encountered when creating or parsing a control flow tree.
 

Package edu.uci.eecs.doc.cascade.tree Description

Provides a control flow tree (CFT) data structure and various CFT file exporters.