Uses of Class
net.hydromatic.morel.ast.Ast.FromStep
-
Packages that use Ast.FromStep 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.FromStep in net.hydromatic.morel.ast
Subclasses of Ast.FromStep in net.hydromatic.morel.ast Modifier and Type Class Description static classAst.ComputeAcomputeclause in afromexpression.static classAst.GroupAgroupclause in afromexpression.static classAst.OrderAnorderclause in afromexpression.static classAst.ScanA scan (e.g.static classAst.WhereAwhereclause in afromexpression.static classAst.YieldAyieldclause in afromexpression.Fields in net.hydromatic.morel.ast with type parameters of type Ast.FromStep Modifier and Type Field Description com.google.common.collect.ImmutableList<Ast.FromStep>Ast.From. stepsMethods in net.hydromatic.morel.ast that return Ast.FromStep Modifier and Type Method Description Ast.FromStepAstBuilder. where(Pos pos, Ast.Exp exp)Ast.FromStepAstBuilder. yield(Pos pos, Ast.Exp exp)Method parameters in net.hydromatic.morel.ast with type arguments of type Ast.FromStep Modifier and Type Method Description Ast.FromAst.From. copy(List<Ast.FromStep> steps, @Nullable Ast.Exp implicitYieldExp)Creates a copy of thisFromwith given contents, orthisif the contents are the same.Ast.FromAstBuilder. from(Pos pos, List<Ast.FromStep> steps)Ast.FromAstBuilder. from(Pos pos, List<Ast.FromStep> steps, Ast.Exp implicitYieldExp)(package private) static @Nullable Ast.ExpAst.From. implicitYieldExp(Pos pos, List<Ast.FromStep> steps)Constructor parameters in net.hydromatic.morel.ast with type arguments of type Ast.FromStep Constructor Description From(Pos pos, com.google.common.collect.ImmutableList<Ast.FromStep> steps, @Nullable Ast.Exp implicitYieldExp) -
Uses of Ast.FromStep in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.FromStep Modifier and Type Method Description private Pair<TypeResolver.TypeEnv,Unifier.Variable>TypeResolver. deduceStepType(TypeResolver.TypeEnv env, Ast.FromStep step, Unifier.Variable v, TypeResolver.TypeEnv env2, Map<Ast.Id,Unifier.Variable> fieldVars, List<Ast.FromStep> fromSteps)Method parameters in net.hydromatic.morel.compile with type arguments of type Ast.FromStep Modifier and Type Method Description private Pair<TypeResolver.TypeEnv,Unifier.Variable>TypeResolver. deduceStepType(TypeResolver.TypeEnv env, Ast.FromStep step, Unifier.Variable v, TypeResolver.TypeEnv env2, Map<Ast.Id,Unifier.Variable> fieldVars, List<Ast.FromStep> fromSteps)
-