Uses of Class
net.hydromatic.morel.ast.Ast.ConPat
-
Packages that use Ast.ConPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.ConPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.ConPat Modifier and Type Method Description Ast.ConPatAstBuilder. conPat(Pos pos, Ast.Id tyCon, Ast.Pat pat)Ast.ConPatAst.ConPat. copy(Ast.Id tyCon, Ast.Pat pat)Creates a copy of thisConPatwith given contents, orthisif the contents are the same.protected Ast.ConPatShuttle. visit(Ast.ConPat conPat)Methods in net.hydromatic.morel.ast with parameters of type Ast.ConPat Modifier and Type Method Description protected Ast.ConPatShuttle. visit(Ast.ConPat conPat)protected voidVisitor. visit(Ast.ConPat conPat)
-