find method

void find(
  1. Program ast
)

Implementation

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