Uses of Class
net.hydromatic.morel.util.Unifier.Substitution
-
Packages that use Unifier.Substitution Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.util Utilities. -
-
Uses of Unifier.Substitution in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as Unifier.Substitution Modifier and Type Field Description (package private) Unifier.SubstitutionTypeResolver.TypeMap. substitutionConstructors in net.hydromatic.morel.compile with parameters of type Unifier.Substitution Constructor Description TypeMap(TypeSystem typeSystem, java.util.Map<AstNode,Unifier.Term> nodeTypeTerms, Unifier.Substitution substitution) -
Uses of Unifier.Substitution in net.hydromatic.morel.util
Fields in net.hydromatic.morel.util declared as Unifier.Substitution Modifier and Type Field Description (package private) static Unifier.SubstitutionUnifier. EMPTYMethods in net.hydromatic.morel.util that return Unifier.Substitution Modifier and Type Method Description Unifier.SubstitutionUnifier.Substitution. resolve()Unifier.SubstitutionUnifier. substitution(Unifier.Term... varTerms)Creates a substitution.
-