Exemplo n.º 1
0
 @Override
 public void execute(MemoryTable table) {
   table.put(id, exp.evaluate(table));
 }