Uses of Class
net.hydromatic.morel.ast.Core.Yield
Packages that use Core.Yield
Package
Description
Abstract syntax tree.
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of Core.Yield in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.YieldModifier and TypeMethodDescriptionCore.Yield.copy(Core.StepEnv env, Core.Exp exp) protected Core.YieldShuttle.visit(Core.Yield yield) CoreBuilder.yield_(Core.StepEnv env, Core.Exp exp) CoreBuilder.yield_(TypeSystem typeSystem, Core.Exp exp, boolean atom) Derives bindings, then callsCoreBuilder.yield_(Core.StepEnv, Core.Exp).Methods in net.hydromatic.morel.ast with parameters of type Core.YieldModifier and TypeMethodDescriptionprotected voidFromBuilder.StepHandler.visit(Core.Yield yield) protected Core.YieldShuttle.visit(Core.Yield yield) protected voidVisitor.visit(Core.Yield yield) -
Uses of Core.Yield in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.YieldModifier and TypeMethodDescriptionprivate CalciteCompiler.RelContextCalciteCompiler.yield_(CalciteCompiler.RelContext cx, Core.Yield yield)