Uses of Class
net.hydromatic.morel.compile.EnvShuttle
Packages that use EnvShuttle
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.-
Uses of EnvShuttle in net.hydromatic.morel.compile
Subclasses of EnvShuttle in net.hydromatic.morel.compileModifier and TypeClassDescriptionclassShuttle that inlines constant values.classMethods in net.hydromatic.morel.compile that return EnvShuttleModifier and TypeMethodDescriptionprotected EnvShuttleCreates a shuttle the same as this but with overriding bindings.protected EnvShuttleCreates a shuttle the same as this but overriding a binding.protected abstract EnvShuttleEnvShuttle.push(Environment env) Creates a shuttle the same as this but with a new environment.