{
CodeItem nextPop = block.getOperationAfter(nextDup.getStartByte());
if (nextPop instanceof PopView)
{
PopView popView = (PopView) nextPop;
LocalVariable popedLV = block.getLocalVariable(popView.getLocalVariableNumber(), null, (int) getStartByte());
//popedLV.setPrinted(true);
refOp = popView;
objectref = "(" + popView.source3() + ")";
//popedLV.setPrinted(false);
FakePopView fakePop = new FakePopView(methodView, popedLV, "null");