Uses of Class
net.hydromatic.morel.ast.Ast.WildcardPat
-
Packages that use Ast.WildcardPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.WildcardPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.WildcardPat Modifier and Type Method Description Ast.WildcardPatAstBuilder. wildcardPat(Pos pos)Methods in net.hydromatic.morel.ast with parameters of type Ast.WildcardPat Modifier and Type Method Description protected Ast.PatShuttle. visit(Ast.WildcardPat wildcardPat)
-