Uses of Class
net.hydromatic.morel.util.Unifier.TermTerm
Packages that use Unifier.TermTerm
-
Uses of Unifier.TermTerm in net.hydromatic.morel.util
Fields in net.hydromatic.morel.util with type parameters of type Unifier.TermTermModifier and TypeFieldDescription(package private) final ArrayQueue<Unifier.TermTerm> MartelliUnifier.Work.deleteQueue(package private) final ArrayQueue<Unifier.TermTerm> MartelliUnifier.Work.seqSeqQueue(package private) final ArrayQueue<Unifier.TermTerm> MartelliUnifier.Work.varAnyQueueMethods in net.hydromatic.morel.util that return types with arguments of type Unifier.TermTermModifier and TypeMethodDescription(package private) List<Unifier.TermTerm> MartelliUnifier.Work.allTermPairs()Returns a list of all term pairs.Method parameters in net.hydromatic.morel.util with type arguments of type Unifier.TermTermModifier and TypeMethodDescriptionstatic voidUnifiers.dump(PrintWriter pw, Iterable<Unifier.TermTerm> pairs) Given several pairs of terms, generates a program that will create those pairs of terms.(package private) voidUnifiers.Dumper.dumpAll(Iterable<? extends Unifier.TermTerm> pairs) private voidMartelliUnifier.Work.sub(Unifier.Variable variable, Unifier.Term term, ArrayQueue<Unifier.TermTerm> queue, MartelliUnifier.Kind kind) @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) Constructor parameters in net.hydromatic.morel.util with type arguments of type Unifier.TermTermModifierConstructorDescription(package private)Work(Unifier.Tracer tracer, List<Unifier.TermTerm> termPairs, List<Unifier.Constraint> constraints, Map<Unifier.Variable, Unifier.Term> result)