Uses of Class
net.hydromatic.morel.ast.Core.Local
Packages that use Core.Local
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.Local in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.LocalMethods in net.hydromatic.morel.ast with parameters of type Core.LocalModifier and TypeMethodDescriptionprotected Core.ExpShuttle.visit(Core.Local local) protected voidVisitor.visit(Core.Local local) -
Uses of Core.Local in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.LocalModifier and TypeMethodDescriptionprivate CodeCompiler.compileLocal(Compiler.Context cx, Core.Local local) protected voidCompiles.PatternBinder.visit(Core.Local local) EnvShuttle.visit(Core.Local local) protected voidEnvVisitor.visit(Core.Local local)