Uses of Class
net.hydromatic.morel.ast.Ast.Tuple
-
Packages that use Ast.Tuple Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
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(java.util.List<Ast.Exp> args)Ast.TupleAstBuilder. tuple(Pos pos, java.lang.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)
-