Uses of Class
net.hydromatic.morel.ast.Core.ListPat
-
Packages that use Core.ListPat Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Core.ListPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.ListPat Modifier and Type Method Description Core.ListPatCore.ListPat. copy(TypeSystem typeSystem, List<Core.Pat> args)Core.ListPatCoreBuilder. listPat(Type type, Iterable<? extends Core.Pat> args)Core.ListPatCoreBuilder. listPat(Type type, Core.Pat... args)Core.ListPatCoreBuilder. listPat(TypeSystem typeSystem, List<Core.Pat> args)Methods in net.hydromatic.morel.ast with parameters of type Core.ListPat Modifier and Type Method Description protected Core.PatShuttle. visit(Core.ListPat listPat)protected voidVisitor. visit(Core.ListPat listPat) -
Uses of Core.ListPat in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.ListPat Modifier and Type Method Description private Core.PatPatternCoverageChecker. listToCons(Core.ListPat listPat)Converts a list pattern into a pattern made up of theCONSandNILconstructors of the built-indatatype list.
-