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 protected 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.PrefixCall Modifier and Type Method Description private Ast.ExpTypeResolver. prefix(TypeResolver.TypeEnv env, Ast.PrefixCall call, Unifier.Variable v)Registers a prefix operator.
-