Uses of Class
net.hydromatic.morel.ast.Core.Yield
-
Packages that use Core.Yield Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.compile Validates programs (represented asAstNode), 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.Yield Modifier and Type Method Description Core.YieldCore.Yield. accept(Shuttle shuttle)Core.YieldCore.Yield. copy(List<Binding> bindings, Core.Exp exp)protected Core.YieldShuttle. visit(Core.Yield yield)Core.YieldCoreBuilder. yield_(List<Binding> bindings, Core.Exp exp)Core.YieldCoreBuilder. 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.Yield Modifier and Type Method Description protected 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.Yield Modifier and Type Method Description private CalciteCompiler.RelContextCalciteCompiler. yield_(CalciteCompiler.RelContext cx, Core.Yield yield)
-