Пример #1
0
 public int cc(String method) {
   return visitor.getCc(method);
 }
Пример #2
0
 public int cc() {
   return visitor.getCc();
 }