orc.trace
Interface Tracer

All Known Implementing Classes:
AbstractTracer, DerivedTracer, MinimizeTracer, NullTracer, OutputStreamTracer, PrintStreamTracer, StackTracer

public interface Tracer

Interface for tracing an Orc execution. Most of the work is done by the TokenTracer returned by start().

Author:
quark

Method Summary
 void finish()
          End an execution.
 TokenTracer start()
          Begin an execution; return the tracer for the first token.
 

Method Detail

start

TokenTracer start()
Begin an execution; return the tracer for the first token.


finish

void finish()
End an execution.