Uses of Class
net.hydromatic.morel.ast.Ast.Current
Packages that use Ast.Current
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.Current in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.CurrentMethods in net.hydromatic.morel.ast with parameters of type Ast.CurrentModifier and TypeMethodDescriptionprotected Ast.CurrentShuttle.visit(Ast.Current current) protected voidVisitor.visit(Ast.Current current) -
Uses of Ast.Current in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Current