Uses of Class
net.hydromatic.morel.ast.Ast.ListPat
-
Packages that use Ast.ListPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.ListPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.ListPat Modifier and Type Method Description Ast.ListPat
AstBuilder. listPat(Pos pos, java.lang.Iterable<? extends Ast.Pat> args)
Ast.ListPat
AstBuilder. listPat(Pos pos, Ast.Pat... args)
Methods in net.hydromatic.morel.ast with parameters of type Ast.ListPat Modifier and Type Method Description protected Ast.Pat
Shuttle. visit(Ast.ListPat listPat)
-