Exemplo n.º 1
0
 public boolean matches(MethodInfo other) {
   return prettySignature().equals(other.prettySignature());
 }