Uses of Interface
net.hydromatic.morel.util.Unifier.Action
Packages that use Unifier.Action
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Utilities.
-
Uses of Unifier.Action in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type Unifier.ActionModifier and TypeFieldDescriptionprivate final Map<Unifier.Variable, Unifier.Action> TypeResolver.actionMap -
Uses of Unifier.Action in net.hydromatic.morel.util
Method parameters in net.hydromatic.morel.util with type arguments of type Unifier.ActionModifier and TypeMethodDescriptionprivate voidMartelliUnifier.act(Unifier.Variable variable, Unifier.Term term, List<Unifier.TermTerm> termPairs, Unifier.Substitution substitution, Map<Unifier.Variable, Unifier.Action> termActions, int depth) MartelliUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer) RobinsonUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer) abstract Unifier.ResultUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer)