}
push(new Value(fCounter));
push(new Dup());
storeInstruction(); // dupe
storeInstruction(); // value
push(new DupX1());
storeInstruction(); // dup_x1
ITypeBinding typeBinding = resolveTypeBinding(operand);
if (typeBinding == null) {
return false;
}