Uses of Class
net.hydromatic.morel.ast.Ast.Record
-
Packages that use Ast.Record 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.Record in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Record Modifier and Type Method Description Ast.RecordAst.Record. copy(Map<String,Ast.Exp> args)Ast.RecordAstBuilder. record(Pos pos, Map<String,Ast.Exp> map)Methods in net.hydromatic.morel.ast with parameters of type Ast.Record Modifier and Type Method Description protected Ast.ExpShuttle. visit(Ast.Record record)protected voidVisitor. visit(Ast.Record record) -
Uses of Ast.Record in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Record Modifier and Type Method Description private Core.TupleResolver. toCore(Ast.Record record)
-