Uses of Class
net.hydromatic.morel.ast.Ast.Case
-
Packages that use Ast.Case Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
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 e, java.lang.Iterable<? extends 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 kase)
-