Uses of Class
net.hydromatic.morel.ast.Core.OverDecl
Packages that use Core.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 Core.OverDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.OverDeclModifier and TypeMethodDescriptionCoreBuilder.overDecl(Core.IdPat pat) protected Core.OverDeclShuttle.visit(Core.OverDecl overDecl) Methods in net.hydromatic.morel.ast with parameters of type Core.OverDeclModifier and TypeMethodDescriptionprotected Core.OverDeclShuttle.visit(Core.OverDecl overDecl) protected voidVisitor.visit(Core.OverDecl overDecl) -
Uses of Core.OverDecl in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.OverDeclModifier and TypeMethodDescriptionprivate voidCompiler.compileOverDecl(Core.OverDecl overDecl, List<Binding> bindings, List<Compiler.Action> actions)