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