Package net.hydromatic.morel.util
Class Tracers
java.lang.Object
net.hydromatic.morel.util.Tracers
Implementations of
Unifier.Tracer.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classImplementation ofUnifier.Tracerthat does nothing.private static classImplementation ofUnifier.Tracerthat writes to a givenPrintWriter. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Unifier.TracerReturns a tracer that does nothing.static Unifier.TracerprintTracer(OutputStream stream) Returns a tracer that writes debugging messages to a stream.static Unifier.TracerReturns a tracer that writes debugging messages to a writer.
-
Field Details
-
NULL_TRACER
-
-
Constructor Details
-
Tracers
private Tracers()
-
-
Method Details
-
nullTracer
Returns a tracer that does nothing. -
printTracer
Returns a tracer that writes debugging messages to a writer. -
printTracer
Returns a tracer that writes debugging messages to a stream.
-