예제 #1
0
 public boolean matches(MethodInfo other) {
   return prettySignature().equals(other.prettySignature());
 }