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