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