Uses of Class
net.hydromatic.morel.ast.Core.TuplePat
Packages that use Core.TuplePat
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.TuplePat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.TuplePatModifier and TypeMethodDescriptionCore.TuplePat.copy(TypeSystem typeSystem, List<Core.Pat> args) CoreBuilder.tuplePat(RecordLikeType type, Iterable<? extends Core.Pat> args) CoreBuilder.tuplePat(RecordLikeType type, Core.Pat... args) CoreBuilder.tuplePat(TypeSystem typeSystem, List<Core.Pat> args) Methods in net.hydromatic.morel.ast with parameters of type Core.TuplePatModifier and TypeMethodDescriptionprotected Core.PatShuttle.visit(Core.TuplePat tuplePat) protected voidVisitor.visit(Core.TuplePat tuplePat) -
Uses of Core.TuplePat in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.TuplePatModifier and TypeMethodDescriptionprivate voidPatternCoverageChecker.addConsTerms(PatternCoverageChecker.Path path, List<Sat.Term> terms, Core.TuplePat tuplePat)