Uses of Class
net.hydromatic.morel.compile.Resolver
-
Packages that use Resolver Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Resolver in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Resolver Modifier and Type Method Description static ResolverResolver. of(TypeMap typeMap, Environment env)Creates a root Resolver.ResolverResolver. withEnv(Iterable<Binding> bindings)Binds a Resolver to an environment that consists of the current environment plus some bindings.ResolverResolver. withEnv(Environment env)Binds a Resolver to a new environment.
-