Uses of Class
net.hydromatic.morel.ast.Core.RecValDecl
Packages that use Core.RecValDecl
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.RecValDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.RecValDeclModifier and TypeMethodDescriptionCore.RecValDecl.copy(List<Core.NonRecValDecl> list) CoreBuilder.recValDecl(Iterable<? extends Core.NonRecValDecl> list) protected Core.RecValDeclShuttle.visit(Core.RecValDecl valDecl) Methods in net.hydromatic.morel.ast with parameters of type Core.RecValDeclModifier and TypeMethodDescriptionprotected Core.RecValDeclShuttle.visit(Core.RecValDecl valDecl) protected voidVisitor.visit(Core.RecValDecl recValDecl) -
Uses of Core.RecValDecl in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.RecValDeclMethods in net.hydromatic.morel.compile with parameters of type Core.RecValDeclModifier and TypeMethodDescriptionEnvShuttle.visit(Core.RecValDecl recValDecl) protected voidEnvVisitor.visit(Core.RecValDecl recValDecl)