Uses of Class
net.hydromatic.morel.ast.Core.ListPat
Packages that use Core.ListPat
Package
Description
Abstract syntax tree.
Validates programs
(represented as
AstNode),
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.ListPatModifier and TypeMethodDescriptionCore.ListPat.copy(TypeSystem typeSystem, List<Core.Pat> args) CoreBuilder.listPat(TypeSystem typeSystem, List<Core.Pat> args) Methods in net.hydromatic.morel.ast with parameters of type Core.ListPatModifier and TypeMethodDescriptionprotected 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.ListPatModifier and TypeMethodDescriptionprivate Core.PatPatternCoverageChecker.listToCons(Core.ListPat listPat) Converts a list pattern into a pattern made up of theCONSandNILconstructors of the built-indatatype list.