public override void fill(MemMapper MM) { Col_in = MM.get(CH_in); Col_out = MM.get(CH_out); }
public override void fill(MemMapper MM) { args_Column = MM.get(args_CH); out_Column = MM.get(out_CH); }
public override void fill(MemMapper MM) { lhs_Column = MM.getGen(lhs_CH); out_Column = MM.get(out_CH); }
public override void fill(MemMapper MM) { //origCol = MM.get(origCH); lhsCol = MM.get(lhsCH); out_Col = MM.get(CH_out); }
public override void fill(MemMapper MM) { LHS_Column = MM.getGen(LHS_CH); referenced_Column = MM.get(referenced_CH); out_Column = MM.get(CH_out); }
public override void fill(MemMapper MM) { Col_in = MM.get(CH_in); Col_arg = MM.get(CH_arg); Col_res = MM.get(CH_res); }