Uses of Class
net.hydromatic.morel.ast.Ast.PrefixCall
Packages that use Ast.PrefixCall
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.PrefixCall in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.PrefixCallModifier and TypeMethodDescriptionAstBuilder.prefixCall(Pos p, Op op, Ast.Exp a) Creates a call to a prefix operator.Methods in net.hydromatic.morel.ast with parameters of type Ast.PrefixCallModifier and TypeMethodDescriptionprotected Ast.ExpShuttle.visit(Ast.PrefixCall prefixCall) protected voidVisitor.visit(Ast.PrefixCall prefixCall) -
Uses of Ast.PrefixCall in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.PrefixCallModifier and TypeMethodDescriptionprivate Ast.ExpTypeResolver.prefix(TypeResolver.TypeEnv env, Ast.PrefixCall call, Unifier.Variable v) Registers a prefix operator.