Uses of Class
net.hydromatic.morel.ast.Core.Case
Packages that use Core.Case
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.Case in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.CaseModifier and TypeMethodDescriptionCore.Case.copy(Core.Exp exp, List<Core.Match> matchList) CoreBuilder.ifThenElse(Core.Exp condition, Core.Exp ifTrue, Core.Exp ifFalse) Methods in net.hydromatic.morel.ast with parameters of type Core.Case -
Uses of Core.Case in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.CaseMethods in net.hydromatic.morel.compile with parameters of type Core.CaseModifier and TypeMethodDescriptionprivate static voidCompiles.checkPatternCoverage(TypeSystem typeSystem, Core.Case kase, Consumer<CompileException> errorConsumer, Consumer<CompileException> warningConsumer) protected void