Uses of Class
net.hydromatic.morel.ast.Core.OrderItem
-
Packages that use Core.OrderItem 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.OrderItem in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Core.OrderItem Modifier and Type Field Description com.google.common.collect.ImmutableList<Core.OrderItem>Core.Order. orderItemsMethods in net.hydromatic.morel.ast that return Core.OrderItem Modifier and Type Method Description Core.OrderItemCore.OrderItem. copy(Core.Exp exp, Ast.Direction direction)Core.OrderItemCoreBuilder. orderItem(Core.Exp exp, Ast.Direction direction)protected Core.OrderItemShuttle. visit(Core.OrderItem orderItem)Methods in net.hydromatic.morel.ast with parameters of type Core.OrderItem Modifier and Type Method Description protected Core.OrderItemShuttle. visit(Core.OrderItem orderItem)protected voidVisitor. visit(Core.OrderItem orderItem)Method parameters in net.hydromatic.morel.ast with type arguments of type Core.OrderItem Modifier and Type Method Description Core.OrderCoreBuilder. order(List<Binding> bindings, Iterable<Core.OrderItem> orderItems)FromBuilderFromBuilder. order(Iterable<Core.OrderItem> orderItems) -
Uses of Core.OrderItem in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.OrderItem Modifier and Type Method Description private Core.OrderItemResolver. toCore(Ast.OrderItem orderItem)
-