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, @Nullable Ast.Exp implicitYieldExp) 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 with parameters of type Ast.Query