Uses of Class
net.hydromatic.morel.ast.Ast.AsPat
-
Packages that use Ast.AsPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.AsPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.AsPat Modifier and Type Method Description Ast.AsPatAstBuilder. asPat(Pos pos, Ast.IdPat id, Ast.Pat pat)Ast.AsPatAst.AsPat. copy(Ast.IdPat id, Ast.Pat pat)Creates a copy of thisAsPatwith given contents, orthisif the contents are the same.Methods in net.hydromatic.morel.ast with parameters of type Ast.AsPat Modifier and Type Method Description protected Ast.PatShuttle. visit(Ast.AsPat asPat)protected voidVisitor. visit(Ast.AsPat asPat)
-