build method

void build(
  1. Program ast
)

Implementation

void build(Program ast) {
  visit(ast);
}