Uses of Interface
net.hydromatic.morel.util.Unifier.Tracer
Packages that use Unifier.Tracer
-
Uses of Unifier.Tracer in net.hydromatic.morel.util
Subinterfaces of Unifier.Tracer in net.hydromatic.morel.utilModifier and TypeInterfaceDescriptionstatic interfaceTracer that allows each of its methods to be modified using a handler.Classes in net.hydromatic.morel.util that implement Unifier.TracerModifier and TypeClassDescriptionprivate static classImplementation ofTracers.ConfigurableTracerthat has a field for each handler.private 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 with parameters of type Unifier.TracerModifier and TypeMethodDescription@NonNull Unifier.ResultMartelliUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, List<Unifier.Constraint> constraints, Unifier.Tracer tracer) @NonNull Unifier.ResultRobinsonUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, List<Unifier.Constraint> constraints, Unifier.Tracer tracer) abstract @NonNull Unifier.ResultUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, List<Unifier.Constraint> constraints, 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, List<Unifier.Constraint> constraints, Map<Unifier.Variable, Unifier.Term> result)