Uses of Class
net.hydromatic.morel.ast.Core.RecordPat
-
Packages that use Core.RecordPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Core.RecordPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.RecordPat Modifier and Type Method Description Core.RecordPatCoreBuilder. recordPat(RecordType type, List<? extends Core.Pat> args)Methods in net.hydromatic.morel.ast with parameters of type Core.RecordPat Modifier and Type Method Description protected Core.PatShuttle. visit(Core.RecordPat recordPat)protected voidVisitor. visit(Core.RecordPat recordPat)
-