Uses of Class
net.hydromatic.morel.ast.Ast.Group
-
Packages that use Ast.Group 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.Group in net.hydromatic.morel.ast
Subclasses of Ast.Group in net.hydromatic.morel.ast Modifier and Type Class Description static classAst.ComputeAcomputeclause in afromexpression.Methods in net.hydromatic.morel.ast that return Ast.Group Modifier and Type Method Description Ast.GroupAst.Group. copy(List<Pair<Ast.Id,Ast.Exp>> groupExps, List<Ast.Aggregate> aggregates)Ast.GroupAstBuilder. group(Pos pos, List<Pair<Ast.Id,Ast.Exp>> groupExps, List<Ast.Aggregate> aggregates)Methods in net.hydromatic.morel.ast with parameters of type Ast.Group Modifier and Type Method Description protected AstNodeShuttle. visit(Ast.Group group)protected voidVisitor. visit(Ast.Group group) -
Uses of Ast.Group in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Group Modifier and Type Method Description private voidTypeResolver. validateGroup(Ast.Group group)Validates aGroup.protected voidResolver.FromResolver. visit(Ast.Group group)
-