Module visitor

Source
Expand description

This module contains Visitor trait implementations for the AST. It implements default methods for each node to be made given the type of node its visiting.

Traitsยง

ExpressionVisitor
A Visitor trait for expressions in the AST.
ProgramVisitor
A Visitor trait for the program represented by the AST.
StatementVisitor
A Visitor trait for statements in the AST.
TypeVisitor
A Visitor trait for types in the AST.