示例#1
0
文件: Store.java 项目: Newky/3rdYear
 /** Pretty-printing */
 public void pretty(PrettyPrinter pp) {
   pp.print("STORE " + x);
 }