Uses of Class
net.hydromatic.morel.compile.Relationalizer
-
Packages that use Relationalizer Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Relationalizer in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Relationalizer Modifier and Type Method Description protected RelationalizerRelationalizer. bind(List<Binding> bindingList)static RelationalizerRelationalizer. of(TypeSystem typeSystem, Environment env)Creates a Relationalizer.
-