TabCompletionResult.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.ui.input.tabstyles.TabCompletionResult(String, int)

  • Kind Annotation Text
    postinit'ed(this.position)
    postinit'ed(this.text)
    postthis.position == position
    postthis.text == text

  • com.dmdirc.ui.input.tabstyles.TabCompletionResult__static_init

  • Kind Annotation Text

  • int getPosition()

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

  • String getText()

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