Uses of Class
net.hydromatic.morel.ast.Ast.Tuple
-
Packages that use Ast.Tuple 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.Tuple in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Tuple Modifier and Type Method Description Ast.TupleAst.Tuple. copy(List<Ast.Exp> args)Ast.TupleAstBuilder. tuple(Pos pos, Iterable<? extends Ast.Exp> list)Methods in net.hydromatic.morel.ast with parameters of type Ast.Tuple Modifier and Type Method Description protected Ast.ExpShuttle. visit(Ast.Tuple tuple)protected voidVisitor. visit(Ast.Tuple tuple) -
Uses of Ast.Tuple in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Tuple Modifier and Type Method Description private Core.TupleResolver. toCore(Ast.Tuple tuple)
-