Uses of Class
net.hydromatic.morel.ast.Core.AsPat
Packages that use Core.AsPat
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.AsPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.AsPatModifier and TypeMethodDescriptionCoreBuilder.asPat(Type type, String name, NameGenerator nameGenerator, Core.Pat pat) Creates an AsPat with a given name, generating an ordinal to distinguish it from other declarations with the same name elsewhere in the program.Creates a copy of thisAsPatwith given contents, orthisif the contents are the same.protected Core.AsPatShuttle.visit(Core.AsPat asPat) Methods in net.hydromatic.morel.ast with parameters of type Core.AsPatModifier and TypeMethodDescriptionprotected Core.AsPatShuttle.visit(Core.AsPat asPat) protected voidVisitor.visit(Core.AsPat asPat) -
Uses of Core.AsPat in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.AsPat