Uses of Class
net.hydromatic.morel.ast.Ast.Query
Packages that use Ast.Query
Package
Description
Abstract syntax tree.
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of Ast.Query in net.hydromatic.morel.ast
Subclasses of Ast.Query in net.hydromatic.morel.astModifier and TypeClassDescriptionstatic classExists expression.static classForall expression.static classFrom expression.Methods in net.hydromatic.morel.ast that return Ast.QueryModifier and TypeMethodDescriptionabstract Ast.QueryAst.Query.copy(List<Ast.FromStep> steps) Creates a copy of thisFromorExistswith given contents, orthisif the contents are the same. -
Uses of Ast.Query in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Ast.QueryModifier and TypeMethodDescriptionprivate Ast.QueryTypeResolver.deduceQueryType(TypeResolver.TypeEnv env, Ast.Query query, Unifier.Variable v) Methods in net.hydromatic.morel.compile with parameters of type Ast.QueryModifier and TypeMethodDescriptionprivate Ast.QueryTypeResolver.deduceQueryType(TypeResolver.TypeEnv env, Ast.Query query, Unifier.Variable v) (package private) Core.Exp(package private) Core.Exp