Uses of Class
net.hydromatic.morel.compile.RefChecker
-
Packages that use RefChecker Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of RefChecker in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return RefChecker Modifier and Type Method Description static RefCheckerRefChecker. of(TypeSystem typeSystem, Environment env)Creates a reference checker.
-