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 TypeMethodDescriptionprotected Core.YieldShuttle.visit(Core.Yield yield) CoreBuilder.yield_(TypeSystem typeSystem, Core.Exp exp) Derives bindings, then callsCoreBuilder.yield_(List, 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)