Uses of Class
net.hydromatic.morel.ast.Core.Id
Packages that use Core.Id
Package
Description
Abstract syntax tree.
Validates programs (represented as
AstNode),
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.IdModifier and TypeMethodDescriptionCoreBuilder.id(Core.NamedPat idPat) Creates a reference to a value.Methods in net.hydromatic.morel.ast with parameters of type Core.Id -
Uses of Core.Id in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type Core.IdMethods in net.hydromatic.morel.compile that return Core.IdMethods in net.hydromatic.morel.compile that return types with arguments of type Core.IdModifier and TypeMethodDescriptionInliner.getSub(Core.Exp exp, Core.Match match) Inliner.getSub(Core.Exp exp, Core.Match match) Methods in net.hydromatic.morel.compile with parameters of type Core.IdModifier and TypeMethodDescriptionprivate Core.TupleCalciteCompiler.toRecord(CalciteCompiler.RelContext cx, Core.Id id) protected voidprotected Core.Expprotected voidprotected Core.Expprotected voidprotected voidMethod parameters in net.hydromatic.morel.compile with type arguments of type Core.IdModifier and TypeMethodDescription(package private) static Core.ExpReplacer.substitute(TypeSystem typeSystem, Map<Core.Id, Core.Id> substitution, Core.Exp exp) (package private) static Core.ExpReplacer.substitute(TypeSystem typeSystem, Map<Core.Id, Core.Id> substitution, Core.Exp exp) Constructor parameters in net.hydromatic.morel.compile with type arguments of type Core.IdModifierConstructorDescriptionprivateReplacer(TypeSystem typeSystem, Environment env, Map<Core.Id, Core.Id> substitution) privateReplacer(TypeSystem typeSystem, Environment env, Map<Core.Id, Core.Id> substitution)