Uses of Class
net.hydromatic.morel.ast.Ast.Apply
Packages that use Ast.Apply
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.Apply in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.ApplyMethods in net.hydromatic.morel.ast with parameters of type Ast.Apply -
Uses of Ast.Apply in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Ast.ApplyModifier and TypeMethodDescriptionprivate Ast.ApplyTypeResolver.deduceApplyType(TypeResolver.TypeEnv env, Ast.Apply apply, Unifier.Variable v) Methods in net.hydromatic.morel.compile with parameters of type Ast.ApplyModifier and TypeMethodDescriptionprivate Ast.ApplyTypeResolver.deduceApplyType(TypeResolver.TypeEnv env, Ast.Apply apply, Unifier.Variable v) private Core.Applyprotected voidMethod parameters in net.hydromatic.morel.compile with type arguments of type Ast.Apply