daikon.tools
Class DtraceConvert
Object
DtraceConvert
public class DtraceConvert
- extends Object
This tool converts between the textual and binary Daikon file formats.
Its input is any number of files in either format. By default it
converts each file to binary format. If the --textoutput argument is
supplied, it converts each file to textual format.
|
Method Summary |
static void |
main(String[] args)
|
static void |
mainHelper(String[] args)
This does the work of main, but it never calls System.exit, so it
is appropriate to be called progrmmatically. |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dbg
public static boolean dbg
binary
public static boolean binary
text
public static boolean text
compressed
public static boolean compressed
DtraceConvert
public DtraceConvert()
main
public static void main(String[] args)
mainHelper
public static void mainHelper(String[] args)
- This does the work of main, but it never calls System.exit, so it
is appropriate to be called progrmmatically.
Termination of the program with a message to the user is indicated by
throwing daikon.Daikon.TerminationMessage.
- See Also:
main(String[]),
Daikon.TerminationMessage