Uses of Class
net.hydromatic.morel.ast.Ast.LiteralPat
-
Packages that use Ast.LiteralPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.LiteralPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.LiteralPat Modifier and Type Method Description Ast.LiteralPatAstBuilder. literalPat(Pos pos, Op op, java.lang.Comparable value)Methods in net.hydromatic.morel.ast with parameters of type Ast.LiteralPat Modifier and Type Method Description protected Ast.PatShuttle. visit(Ast.LiteralPat literalPat)
-