Uses of Class
net.hydromatic.morel.ast.Ast.Case
Packages that use Ast.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 Ast.Case in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.CaseModifier and TypeMethodDescriptionMethods in net.hydromatic.morel.ast with parameters of type Ast.Case -
Uses of Ast.Case in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Ast.CaseModifier and TypeMethodDescriptionprivate Ast.CaseTypeResolver.deduceCaseType(TypeResolver.TypeEnv env, Ast.Case case_, Unifier.Variable v) Methods in net.hydromatic.morel.compile with parameters of type Ast.CaseModifier and TypeMethodDescriptionprivate Ast.CaseTypeResolver.deduceCaseType(TypeResolver.TypeEnv env, Ast.Case case_, Unifier.Variable v) private Core.Case