Package sofya.viewers

Class Summary
ByteSourceViewer The ByteSourceViewer is used to display a human-readable listing of the compiled Java bytecode for a class.
CFViewer The CFViewer is used to display the contents of a control flow (.cf) file in human-readable form.
MapViewer The MapViewer is used to display the contents of a map (.map) file in human-readable form.
MutationTableViewer The MutationTableViewer is used to display the a mutation table in a human readable format, or as a list for processing.
SourceViewer The SourceViewer is used to display the contents of a Java source file.
TestHistoryViewer The TestHistoryViewer is used to display the contents of a test history file in human-readable form.
TestSelectionViewer The TestSelectionViewer is used to display the list of selected tests in a human readable format, or as a list for further processing.
TraceViewer The TraceViewer is used to display the contents of a trace (.tr) file in human-readable form.
Viewer Abstract superclass of all viewers.
 

Exception Summary
SameFileNameException An exception that indicates that a given file name is already in use.