Uses of Class
net.hydromatic.morel.ast.Ast.Fn
-
Packages that use Ast.Fn 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.Fn in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Fn Modifier and Type Method Description Ast.FnAst.Fn. accept(Shuttle shuttle)Ast.FnAst.Fn. copy(List<Ast.Match> matchList)Creates a copy of thisFnwith given contents, or this if the contents are the same.Ast.FnAstBuilder. fn(Pos pos, Iterable<? extends Ast.Match> matchList)Ast.FnAstBuilder. fn(Pos pos, Ast.Match... matchList)protected Ast.FnShuttle. visit(Ast.Fn fn)Methods in net.hydromatic.morel.ast with parameters of type Ast.Fn Modifier and Type Method Description protected Ast.FnShuttle. visit(Ast.Fn fn)protected voidVisitor. visit(Ast.Fn fn) -
Uses of Ast.Fn in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Fn Modifier and Type Method Description private Core.FnResolver. toCore(Ast.Fn fn)
-