Uses of Class
net.hydromatic.morel.ast.Core.Id
-
Packages that use Core.Id 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 Core.Id in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.Id Modifier and Type Method Description Core.IdCoreBuilder. id(Core.NamedPat idPat)Creates a reference to a value.Methods in net.hydromatic.morel.ast with parameters of type Core.Id Modifier and Type Method Description intCore.Id. compareTo(Core.Id o)protected Core.ExpShuttle. visit(Core.Id id)protected voidVisitor. visit(Core.Id id) -
Uses of Core.Id in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.Id Modifier and Type Method Description private Core.IdResolver. toCore(Ast.Id id)Methods in net.hydromatic.morel.compile with parameters of type Core.Id Modifier and Type Method Description private Core.TupleCalciteCompiler. toRecord(CalciteCompiler.RelContext cx, Core.Id id)voidAnalyzer. visit(Core.Id id)Core.ExpInliner. visit(Core.Id id)protected voidRefChecker. visit(Core.Id id)protected voidResolver.ReferenceFinder. visit(Core.Id id)
-