Uses of Class
net.hydromatic.morel.ast.Core.Order
Packages that use Core.Order
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.Order in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.OrderModifier and TypeMethodDescriptionCore.Order.copy(Core.StepEnv env, Core.Exp exp) CoreBuilder.order(Core.StepEnv env, Core.Exp exp) protected Core.OrderShuttle.visit(Core.Order order) Methods in net.hydromatic.morel.ast with parameters of type Core.OrderModifier and TypeMethodDescriptionprotected voidFromBuilder.StepHandler.visit(Core.Order order) protected Core.OrderShuttle.visit(Core.Order order) protected voidVisitor.visit(Core.Order order) -
Uses of Core.Order in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.OrderModifier and TypeMethodDescriptionprivate CalciteCompiler.RelContextCalciteCompiler.order(CalciteCompiler.RelContext cx, Core.Order order)