Uses of Class
net.hydromatic.morel.ast.Ast.ListExp
-
Packages that use Ast.ListExp 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.ListExp in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.ListExp Modifier and Type Method Description Ast.ListExpAst.ListExp. accept(Shuttle shuttle)Ast.ListExpAst.ListExp. copy(List<Ast.Exp> args)Ast.ListExpAstBuilder. list(Pos pos, Iterable<? extends Ast.Exp> list)protected Ast.ListExpShuttle. visit(Ast.ListExp list)Methods in net.hydromatic.morel.ast with parameters of type Ast.ListExp Modifier and Type Method Description protected Ast.ListExpShuttle. visit(Ast.ListExp list)protected voidVisitor. visit(Ast.ListExp list) -
Uses of Ast.ListExp in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.ListExp Modifier and Type Method Description private Core.ExpResolver. toCore(Ast.ListExp list)
-