Uses of Class
net.hydromatic.morel.ast.Ast.Unorder
Packages that use Ast.Unorder
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.Unorder in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast with parameters of type Ast.UnorderModifier and TypeMethodDescriptionprotected AstNodeShuttle.visit(Ast.Unorder unorder) protected voidVisitor.visit(Ast.Unorder unorder) -
Uses of Ast.Unorder in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.UnorderModifier and TypeMethodDescriptionprotected voidResolver.FromResolver.visit(Ast.Unorder unorder)