sofya.ed
Class BranchSequenceTracer

java.lang.Object
  extended by sofya.ed.BranchSequenceTracer

public class BranchSequenceTracer
extends java.lang.Object

A branch sequence tracer records the sequence of branch edges executed by a subject program to a trace file.

Version:
03/16/2006
Author:
Alex Kinneer

Constructor Summary
BranchSequenceTracer()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchSequenceTracer

public BranchSequenceTracer()
Method Detail

main

public static void main(java.lang.String[] argv)