Uses of Class
net.hydromatic.morel.ast.Ast.InfixCall
Packages that use Ast.InfixCall
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.InfixCall in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.InfixCallModifier and TypeMethodDescriptionCreates a copy of thisInfixCallwith given contents, orthisif the contents are the same.private Ast.InfixCallCreates a call to an infix operator.Methods in net.hydromatic.morel.ast with parameters of type Ast.InfixCallModifier and TypeMethodDescriptionprotected Ast.ExpShuttle.visit(Ast.InfixCall infixCall) protected voidVisitor.visit(Ast.InfixCall infixCall) -
Uses of Ast.InfixCall in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.InfixCallModifier and TypeMethodDescriptionprivate Ast.ExpTypeResolver.infix(TypeResolver.TypeEnv env, Ast.InfixCall call, Unifier.Variable v) Registers an infix operator.private Ast.ExpTypeResolver.infix(TypeResolver.TypeEnv env, Ast.InfixCall call, Unifier.Variable v, Type type) Registers an infix operator whose type is a given type.private Core.ApplyResolver.toCore(Ast.InfixCall call)