Uses of Class
net.hydromatic.morel.ast.Ast.OrderItem
Packages that use Ast.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 Ast.OrderItem in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Ast.OrderItemModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Ast.OrderItem> Ast.Order.orderItemsMethods in net.hydromatic.morel.ast that return Ast.OrderItemModifier and TypeMethodDescriptionAst.OrderItem.copy(Ast.Exp exp, Ast.Direction direction) AstBuilder.orderItem(Pos pos, Ast.Exp exp, Ast.Direction direction) Methods in net.hydromatic.morel.ast with parameters of type Ast.OrderItemModifier and TypeMethodDescriptionprotected AstNodeShuttle.visit(Ast.OrderItem orderItem) protected voidVisitor.visit(Ast.OrderItem orderItem) Method parameters in net.hydromatic.morel.ast with type arguments of type Ast.OrderItemModifier and TypeMethodDescriptionAst.Order.copy(List<Ast.OrderItem> orderItems) AstBuilder.order(Pos pos, Iterable<Ast.OrderItem> orderItems) Constructor parameters in net.hydromatic.morel.ast with type arguments of type Ast.OrderItemModifierConstructorDescription(package private)Order(Pos pos, com.google.common.collect.ImmutableList<Ast.OrderItem> orderItems) -
Uses of Ast.OrderItem in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.OrderItemModifier and TypeMethodDescriptionprivate Core.OrderItemResolver.toCore(Ast.OrderItem orderItem)