Uses of Class
net.hydromatic.morel.ast.Core.TuplePat
-
Packages that use Core.TuplePat 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.TuplePat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.TuplePat Modifier and Type Method Description Core.TuplePatCore.TuplePat. copy(TypeSystem typeSystem, List<Core.Pat> args)Core.TuplePatCoreBuilder. tuplePat(Type type, Iterable<? extends Core.Pat> args)Core.TuplePatCoreBuilder. tuplePat(Type type, Core.Pat... args)Core.TuplePatCoreBuilder. tuplePat(TypeSystem typeSystem, List<Core.Pat> args)Methods in net.hydromatic.morel.ast with parameters of type Core.TuplePat Modifier and Type Method Description protected 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.TuplePat Modifier and Type Method Description private voidPatternCoverageChecker. addConsTerms(PatternCoverageChecker.Path path, List<Sat.Term> terms, Core.TuplePat tuplePat)
-