Uses of Class
net.hydromatic.morel.ast.Core.NonRecValDecl
-
Packages that use Core.NonRecValDecl 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.NonRecValDecl in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast with type parameters of type Core.NonRecValDecl Modifier and Type Field Description com.google.common.collect.ImmutableList<Core.NonRecValDecl>Core.RecValDecl. listMethods in net.hydromatic.morel.ast that return Core.NonRecValDecl Modifier and Type Method Description Core.NonRecValDeclCore.NonRecValDecl. accept(Shuttle shuttle)Core.NonRecValDeclCore.NonRecValDecl. copy(Core.NamedPat pat, Core.Exp exp)Core.NonRecValDeclCoreBuilder. nonRecValDecl(Core.NamedPat pat, Core.Exp exp, Pos pos)protected Core.NonRecValDeclShuttle. visit(Core.NonRecValDecl valDecl)Methods in net.hydromatic.morel.ast with parameters of type Core.NonRecValDecl Modifier and Type Method Description protected 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.NonRecValDecl Modifier and Type Method Description Core.RecValDeclCore.RecValDecl. copy(List<Core.NonRecValDecl> list)Core.RecValDeclCoreBuilder. recValDecl(Iterable<? extends Core.NonRecValDecl> list)Constructor parameters in net.hydromatic.morel.ast with type arguments of type Core.NonRecValDecl Constructor Description 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.NonRecValDecl Modifier and Type Method Description static Core.ExpCompiles. toExp(Core.NonRecValDecl decl)protected voidAnalyzer. visit(Core.NonRecValDecl valDecl)protected voidCompiles.PatternBinder. visit(Core.NonRecValDecl valBind)
-