Uses of Class
net.hydromatic.morel.ast.Ast.OverDecl
Packages that use Ast.OverDecl
Package
Description
Abstract syntax tree.
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of Ast.OverDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.OverDeclMethods in net.hydromatic.morel.ast with parameters of type Ast.OverDeclModifier and TypeMethodDescriptionprotected Ast.OverDeclShuttle.visit(Ast.OverDecl overDecl) protected voidVisitor.visit(Ast.OverDecl overDecl) -
Uses of Ast.OverDecl in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.OverDeclModifier and TypeMethodDescriptionprivate Ast.DeclTypeResolver.deduceOverDeclType(TypeResolver.TypeEnv env, Ast.OverDecl overDecl, PairList<Ast.IdPat, Unifier.Term> termMap) private static Resolver.ResolvedDeclResolver.resolveOverDecl(Ast.OverDecl ignoredDecl, List<Binding> ignoredBindings) Resolver.toCore(TypeSystem typeSystem, Ast.OverDecl overDecl) Converts anAst.OverDeclto a CoreCore.OverDecl.