| method | com.dmdirc. |
| method | void com. |
| post | this.good == good |
| post | init'ed(this.good) |
| post | this.text == text |
| post | init'ed(this.text) |
| method | bool isGood() |
| post | return_value == this.good |
| post | init'ed(return_value) |
| method | String getText() |
| post | return_value == this.text |
| post | init'ed(return_value) |