csdl.jblanket.app.tree |
Provides the specific classes used to create, modify and store the tree
structure used to represent the analyzed system.
|
Java Source File Name | Type | Comment |
MethodNode.java | Class | Implements the Nodes that represents methods.
A MethodNode contains the type signature of the method it represents as well as
information about whether the method was tested or untested, and is a one-line method,
constructor, etc. |
Node.java | Class | Implements the Nodes that do not represent methods.
author: Joy M. |
NodeContentHandler.java | Class | Handles the content of an XML file as it is encountered by the SAX parser for the exclude
individual methods application.
NOTE: Method descriptions taken from org.xml.sax.ContentHandler.
author: Joy M. |
NodeErrorHandler.java | Class | Handles SAX errors for the exclude individual methods application.
NOTE: Method descriptions taken from org.xml.sax.ErrorHandler.
author: Joy M. |
TreeWriter.java | Class | Provides a writer for the application. |