Uses of Class
net.hydromatic.morel.ast.Ast.Intersect
Packages that use Ast.Intersect
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.Intersect in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.IntersectModifier and TypeMethodDescriptionMethods in net.hydromatic.morel.ast with parameters of type Ast.IntersectModifier and TypeMethodDescriptionprotected AstNodeShuttle.visit(Ast.Intersect intersect) protected voidVisitor.visit(Ast.Intersect intersect) -
Uses of Ast.Intersect in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.IntersectModifier and TypeMethodDescriptionprotected voidResolver.FromResolver.visit(Ast.Intersect intersect)