{   // new StringBuffer().append(F) = new StringBuffer("....")
            {
                new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT),
                new SimpleInstruction(InstructionConstants.OP_FCONST_0, A),
                new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_APPEND_FLOAT),