{   // StringBuilder#append("...").append(J) = StringBuilder#append("....")
            {
                new ConstantInstruction(InstructionConstants.OP_LDC, A),
                new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUILDER_APPEND_STRING),
                new SimpleInstruction(InstructionConstants.OP_LCONST_0, B),