Uses of Class
net.hydromatic.morel.ast.Ast.Order
Packages that use Ast.Order
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.Order in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.OrderModifier and TypeMethodDescriptionMethods in net.hydromatic.morel.ast with parameters of type Ast.Order -
Uses of Ast.Order in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.OrderModifier and TypeMethodDescriptionprivate voidTypeResolver.validateOrder(Ast.Order order) Validates anOrder.protected void