Uses of Class
net.hydromatic.morel.ast.Ast.OrderItem
-
Packages that use Ast.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 Ast.OrderItem in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Ast.OrderItem Modifier and Type Field Description com.google.common.collect.ImmutableList<Ast.OrderItem>Ast.Order. orderItemsMethods in net.hydromatic.morel.ast that return Ast.OrderItem Modifier and Type Method Description Ast.OrderItemAst.OrderItem. copy(Ast.Exp exp, Ast.Direction direction)Ast.OrderItemAstBuilder. orderItem(Pos pos, Ast.Exp exp, Ast.Direction direction)Methods in net.hydromatic.morel.ast with parameters of type Ast.OrderItem Modifier and Type Method Description protected AstNodeShuttle. visit(Ast.OrderItem orderItem)protected voidVisitor. visit(Ast.OrderItem orderItem)Method parameters in net.hydromatic.morel.ast with type arguments of type Ast.OrderItem Modifier and Type Method Description Ast.OrderAst.Order. copy(List<Ast.OrderItem> orderItems)Ast.OrderAstBuilder. order(Pos pos, Iterable<Ast.OrderItem> orderItems)Constructor parameters in net.hydromatic.morel.ast with type arguments of type Ast.OrderItem Constructor Description 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.OrderItem Modifier and Type Method Description private Core.OrderItemResolver. toCore(Ast.OrderItem orderItem)
-