Uses of Class
net.hydromatic.morel.ast.Core.RecValDecl
-
Packages that use Core.RecValDecl 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.RecValDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.RecValDecl Modifier and Type Method Description Core.RecValDeclCore.RecValDecl. accept(Shuttle shuttle)Core.RecValDeclCore.RecValDecl. copy(List<Core.NonRecValDecl> list)Core.RecValDeclCoreBuilder. recValDecl(Iterable<? extends Core.NonRecValDecl> list)protected Core.RecValDeclShuttle. visit(Core.RecValDecl valDecl)Methods in net.hydromatic.morel.ast with parameters of type Core.RecValDecl Modifier and Type Method Description protected 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.RecValDecl Modifier and Type Method Description Core.RecValDeclEnvShuttle. visit(Core.RecValDecl recValDecl)Methods in net.hydromatic.morel.compile with parameters of type Core.RecValDecl Modifier and Type Method Description Core.RecValDeclEnvShuttle. visit(Core.RecValDecl recValDecl)protected voidEnvVisitor. visit(Core.RecValDecl recValDecl)
-