protected boolean filterFunction(IMethod function) {
   return function.getDescriptor().equals(AstMethodReference.fnDesc);
 }