Uses of Class
net.hydromatic.morel.ast.Core.Apply
-
Packages that use Core.Apply 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 Core.Apply in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.Apply Modifier and Type Method Description Core.ApplyCoreBuilder. apply(Pos pos, Type type, Core.Exp fn, Core.Exp arg)private Core.ApplyCoreBuilder. call(TypeSystem typeSystem, BuiltIn builtIn, Core.Exp... args)Calls a built-in function.private Core.ApplyCoreBuilder. call(TypeSystem typeSystem, BuiltIn builtIn, Type type, Pos pos, Core.Exp... args)Calls a built-in function with one type parameter.Core.ApplyCore.Apply. copy(Core.Exp fn, Core.Exp arg)Methods in net.hydromatic.morel.ast with parameters of type Core.Apply Modifier and Type Method Description protected Core.ExpShuttle. visit(Core.Apply apply)protected voidVisitor. visit(Core.Apply apply) -
Uses of Core.Apply in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.Apply Modifier and Type Method Description private Core.ApplyResolver. toCore(Ast.Apply apply)private Core.ApplyResolver. toCore(Ast.InfixCall call)Methods in net.hydromatic.morel.compile with parameters of type Core.Apply Modifier and Type Method Description protected CalciteCompiler.RelCodeCalciteCompiler. compileApply(Compiler.Context cx, Core.Apply apply)protected CodeCompiler. compileApply(Compiler.Context cx, Core.Apply apply)protected Core.ExpInliner. visit(Core.Apply apply)protected Core.ExpRelationalizer. visit(Core.Apply apply)
-