Uses of Class
net.hydromatic.morel.ast.Core.OrderItem
Packages that use Core.OrderItem
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.OrderItem in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Core.OrderItemModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Core.OrderItem> Core.Order.orderItemsMethods in net.hydromatic.morel.ast that return Core.OrderItemModifier and TypeMethodDescriptionCore.OrderItem.copy(Core.Exp exp, Ast.Direction direction) CoreBuilder.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.OrderItemModifier and TypeMethodDescriptionprotected 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.OrderItemModifier and TypeMethodDescriptionCoreBuilder.order(List<Binding> bindings, Iterable<Core.OrderItem> orderItems) FromBuilder.order(Iterable<Core.OrderItem> orderItems) -
Uses of Core.OrderItem in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.OrderItemModifier and TypeMethodDescriptionprivate Core.OrderItemResolver.toCore(Ast.OrderItem orderItem)