Uses of Class
net.hydromatic.morel.ast.Core.NonRecValDecl
Packages that use Core.NonRecValDecl
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.NonRecValDecl in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Core.NonRecValDeclModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Core.NonRecValDecl> Core.RecValDecl.listMethods in net.hydromatic.morel.ast that return Core.NonRecValDeclModifier and TypeMethodDescriptionCore.NonRecValDecl.copy(Core.NamedPat pat, Core.Exp exp) CoreBuilder.nonRecValDecl(Pos pos, Core.NamedPat pat, Core.Exp exp) protected Core.NonRecValDeclShuttle.visit(Core.NonRecValDecl valDecl) Methods in net.hydromatic.morel.ast with parameters of type Core.NonRecValDeclModifier and TypeMethodDescriptionprotected Core.NonRecValDeclShuttle.visit(Core.NonRecValDecl valDecl) protected voidVisitor.visit(Core.NonRecValDecl valDecl) Method parameters in net.hydromatic.morel.ast with type arguments of type Core.NonRecValDeclModifier and TypeMethodDescriptionCore.RecValDecl.copy(List<Core.NonRecValDecl> list) CoreBuilder.recValDecl(Iterable<? extends Core.NonRecValDecl> list) Constructor parameters in net.hydromatic.morel.ast with type arguments of type Core.NonRecValDeclModifierConstructorDescription(package private)RecValDecl(com.google.common.collect.ImmutableList<Core.NonRecValDecl> list) -
Uses of Core.NonRecValDecl in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.NonRecValDeclModifier and TypeMethodDescriptionstatic Core.ExpCompiles.toExp(Core.NonRecValDecl decl) protected voidAnalyzer.visit(Core.NonRecValDecl valDecl) protected voidCompiles.PatternBinder.visit(Core.NonRecValDecl valBind)