示例#1
0
 @Override
 public String getImplements() {
   String ret = "";
   ret += addLF(declarative_part.getImplements());
   return ret;
 }