StringParam.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.StringParam(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.myValue == &""
    postthis.stringFlag == str

  • com.dmdirc.installer.cliparser.StringParam__static_init

  • Kind Annotation Text

  • String getStringValue()

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

  • String getValue()

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

  • bool setValue(String)

  • Kind Annotation Text
    postinit'ed(this.myValue)
    postreturn_value == 1
    postthis.myValue == value