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.Methods in net.hydromatic.morel.util with parameters of type Unifier.TermTermModifier and TypeMethodDescription(package private) voidMartelliUnifier.Work.add(Unifier.TermTerm pair) (package private) static MartelliUnifier.KindMartelliUnifier.Kind.of(Unifier.TermTerm pair) Method parameters in net.hydromatic.morel.util with type arguments of type Unifier.TermTermModifier and TypeMethodDescriptionprivate 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, 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) Constructor parameters in net.hydromatic.morel.util with type arguments of type Unifier.TermTermModifierConstructorDescription(package private)Work(Unifier.Tracer tracer, List<Unifier.TermTerm> termPairs)