コード例 #1
0
ファイル: ClassNode.java プロジェクト: JamesTryand/gravel
 public ClassNode beExtension() {
   ClassNode _temp1 = this.copy();
   _temp1.pvtSetExtension_(true);
   _temp1.pvtSetProperties_(new java.util.HashMap<String, String>());
   return _temp1;
 }