Uses of Class
net.hydromatic.morel.ast.Ast.PrefixCall
-
Packages that use Ast.PrefixCall Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.compile Validates programs (represented asAstNode), 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.PrefixCall Modifier and Type Method Description Ast.PrefixCallAstBuilder. 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.PrefixCall Modifier and Type Method Description Ast.ExpShuttle. visit(Ast.PrefixCall prefixCall) -
Uses of Ast.PrefixCall in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.PrefixCall Modifier and Type Method Description private Ast.ExpTypeResolver. prefixOverloaded(TypeResolver.TypeEnv env, Ast.PrefixCall call, Unifier.Variable v, Type defaultType)Registers an infix or prefix operator whose type is the same as its arguments.
-