Uses of Class
net.hydromatic.morel.ast.Ast.If
-
Packages that use Ast.If 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.If in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.If Modifier and Type Method Description Ast.IfAst.If. copy(Ast.Exp condition, Ast.Exp ifTrue, Ast.Exp ifFalse)Creates a copy of thisIfwith given contents, orthisif the contents are the same.Methods in net.hydromatic.morel.ast with parameters of type Ast.If Modifier and Type Method Description protected Ast.ExpShuttle. visit(Ast.If ifThenElse)protected voidVisitor. visit(Ast.If anIf) -
Uses of Ast.If in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.If Modifier and Type Method Description private Core.CaseResolver. toCore(Ast.If if_)
-