CLIParam.java


current inspection = 2009-09-03 21:56:13 (id #1)


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.installer.cliparser.CLIParam(char, String, String)

  • Kind Annotation Text
    postinit'ed(this.charFlag)
    postinit'ed(this.description)
    postinit'ed(this.stringFlag)
    postthis.charFlag == chr
    postthis.description == desc
    postthis.stringFlag == str

  • com.dmdirc.installer.cliparser.CLIParam__static_init

  • Kind Annotation Text

  • char getChr()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.charFlag

  • String getDescription()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.description

  • int getNumber()

  • Kind Annotation Text
    preinit'ed(this.number)
    postinit'ed(return_value)
    postreturn_value == this.number

  • String getString()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.stringFlag

  • void incNumber()

  • Kind Annotation Text
    prethis.number <= 232-2
    postthis.number == old this.number + 1
    postthis.number >= -231+1