Uses of Class
net.hydromatic.morel.compile.EnvShuttle
-
Packages that use EnvShuttle Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), 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.compile Modifier and Type Class Description classInlinerShuttle that inlines constant values.classRelationalizerMethods in net.hydromatic.morel.compile that return EnvShuttle Modifier and Type Method Description protected abstract EnvShuttleEnvShuttle. bind(List<Binding> bindingList)Creates a shuttle the same as this but with overriding bindings.protected abstract EnvShuttleEnvShuttle. bind(Binding binding)Creates a shuttle the same as this but overriding a binding.protected EnvShuttleInliner. bind(Binding binding)protected EnvShuttleRelationalizer. bind(Binding binding)
-