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