Uses of Class
net.hydromatic.morel.ast.Ast.Apply
-
Packages that use Ast.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 Ast.Apply in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Apply Modifier and Type Method Description Ast.ApplyAstBuilder. apply(Ast.Exp fn, Ast.Exp arg)Ast.ApplyAst.Apply. copy(Ast.Exp fn, Ast.Exp arg)protected Ast.ApplyShuttle. visit(Ast.Apply apply)Methods in net.hydromatic.morel.ast with parameters of type Ast.Apply Modifier and Type Method Description protected Ast.ApplyShuttle. visit(Ast.Apply apply) -
Uses of Ast.Apply in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Apply Modifier and Type Method Description private voidCompiler. assignSelector(Ast.Apply apply)
-