Uses of Class
net.hydromatic.morel.ast.Core.LiteralPat
-
Packages that use Core.LiteralPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Core.LiteralPat in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast declared as Core.LiteralPat Modifier and Type Field Description private Core.LiteralPatCoreBuilder. truePatMethods in net.hydromatic.morel.ast that return Core.LiteralPat Modifier and Type Method Description Core.LiteralPatCoreBuilder. literalPat(Op op, Type type, Comparable value)Methods in net.hydromatic.morel.ast with parameters of type Core.LiteralPat Modifier and Type Method Description protected Core.PatShuttle. visit(Core.LiteralPat literalPat)protected voidVisitor. visit(Core.LiteralPat idPat)
-