Uses of Class
net.hydromatic.morel.ast.Ast.Ordinal
Packages that use Ast.Ordinal
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.Ordinal in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.OrdinalMethods in net.hydromatic.morel.ast with parameters of type Ast.OrdinalModifier and TypeMethodDescriptionprotected Ast.OrdinalShuttle.visit(Ast.Ordinal ordinal) protected voidVisitor.visit(Ast.Ordinal ordinal) -
Uses of Ast.Ordinal in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Ordinal