Uses of Class
net.hydromatic.morel.ast.Ast.If
Packages that use Ast.If
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.If in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.IfModifier and TypeMethodDescriptionCreates a copy of thisIfwith given contents, orthisif the contents are the same.Methods in net.hydromatic.morel.ast with parameters of type Ast.If -
Uses of Ast.If in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.If