public void defineFunction(FunctionDeclarationContext function) {
   Function f = buildFunction(function);
   symbolTable.defineFunction(f);
 }