Uses of Class
net.hydromatic.morel.ast.Ast.Order
-
Packages that use Ast.Order 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.Order in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Order Modifier and Type Method Description Ast.OrderAst.Order. copy(List<Ast.OrderItem> orderItems)Ast.OrderAstBuilder. order(Pos pos, Iterable<Ast.OrderItem> orderItems)Methods in net.hydromatic.morel.ast with parameters of type Ast.Order Modifier and Type Method Description protected AstNodeShuttle. visit(Ast.Order order)protected voidVisitor. visit(Ast.Order order) -
Uses of Ast.Order in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Order Modifier and Type Method Description protected voidResolver.FromResolver. visit(Ast.Order order)
-