Uses of Class
net.hydromatic.morel.ast.Ast.RecordPat
-
Packages that use Ast.RecordPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.RecordPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.RecordPat Modifier and Type Method Description Ast.RecordPatAstBuilder. recordPat(Pos pos, boolean ellipsis, java.util.Map<java.lang.String,? extends Ast.Pat> args)Methods in net.hydromatic.morel.ast with parameters of type Ast.RecordPat Modifier and Type Method Description protected Ast.PatShuttle. visit(Ast.RecordPat recordPat)
-