示例#1
0
 public ClassNode beExtension() {
   ClassNode _temp1 = this.copy();
   _temp1.pvtSetExtension_(true);
   _temp1.pvtSetProperties_(new java.util.HashMap<String, String>());
   return _temp1;
 }