Uses of Interface
net.hydromatic.morel.util.Unifier.Tracer
Packages that use Unifier.Tracer
-
Uses of Unifier.Tracer in net.hydromatic.morel.util
Classes in net.hydromatic.morel.util that implement Unifier.TracerModifier and TypeClassDescriptionprivate static classImplementation ofUnifier.Tracerthat does nothing.private static classImplementation ofUnifier.Tracerthat writes to a givenPrintWriter.Fields in net.hydromatic.morel.util declared as Unifier.TracerModifier and TypeFieldDescription(package private) final Unifier.TracerMartelliUnifier.Work.tracerMethods in net.hydromatic.morel.util that return Unifier.TracerModifier and TypeMethodDescriptionstatic Unifier.TracerTracers.nullTracer()Returns a tracer that does nothing.static Unifier.TracerTracers.printTracer(OutputStream stream) Returns a tracer that writes debugging messages to a stream.static Unifier.TracerTracers.printTracer(PrintWriter w) Returns a tracer that writes debugging messages to a writer.Methods in net.hydromatic.morel.util with parameters of type Unifier.TracerModifier and TypeMethodDescription@NonNull Unifier.ResultMartelliUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer) @NonNull Unifier.ResultRobinsonUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer) abstract @NonNull Unifier.ResultUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer) Constructors in net.hydromatic.morel.util with parameters of type Unifier.TracerModifierConstructorDescription(package private)Work(Unifier.Tracer tracer, List<Unifier.TermTerm> termPairs)