Uses of Class
net.hydromatic.morel.ast.Ast.Case
-
Packages that use Ast.Case 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.Case in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Case Modifier and Type Method Description Ast.CaseAstBuilder. caseOf(Pos pos, Ast.Exp exp, Iterable<? extends Ast.Match> matchList)Ast.CaseAst.Case. copy(Ast.Exp exp, List<Ast.Match> matchList)Methods in net.hydromatic.morel.ast with parameters of type Ast.Case Modifier and Type Method Description protected Ast.ExpShuttle. visit(Ast.Case caseOf)protected voidVisitor. visit(Ast.Case kase) -
Uses of Ast.Case in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Case Modifier and Type Method Description private Core.CaseResolver. toCore(Ast.Case case_)
-