public Map<String, MethodCall> getCallers() {
   return fSearchResults.getCallers();
 }
 /** @return a map from handle identifier ({@link String}) to {@link MethodCall} */
 public Map getCallees() {
   return fSearchResults.getCallers();
 }