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.ListPatAst.ListPat. copy(List<Ast.Pat> args)Creates a copy of thisListPatwith given contents, orthisif the contents are the same.Ast.ListPatAstBuilder. listPat(Pos pos, Iterable<? extends Ast.Pat> args)Ast.ListPatAstBuilder. 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.PatShuttle. visit(Ast.ListPat listPat)protected voidVisitor. visit(Ast.ListPat listPat)
-