Uses of Class
net.hydromatic.morel.ast.Ast.Group
Packages that use Ast.Group
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.Group in net.hydromatic.morel.ast
Subclasses of Ast.Group in net.hydromatic.morel.astMethods in net.hydromatic.morel.ast that return Ast.GroupModifier and TypeMethodDescriptionMethods in net.hydromatic.morel.ast with parameters of type Ast.Group -
Uses of Ast.Group in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.GroupModifier and TypeMethodDescriptionprivate voidTypeResolver.validateGroup(Ast.Group group) Validates aGroup.protected void