예제 #1
0
 public int cc(String method) {
   return visitor.getCc(method);
 }
예제 #2
0
 public int cc() {
   return visitor.getCc();
 }