TimeActionType.java


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


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.addons.time.TimeActionType(String, int, String)

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

  • com.dmdirc.addons.time.TimeActionType__static_init

  • Kind Annotation Text
    post$VALUES == &new TimeActionType[](TimeActionType __static_init#4)
    post$VALUES.length == 3
    post$VALUES[0] == &new TimeActionType(TimeActionTyp e__static_init#1)
    post$VALUES[1] == &new TimeActionType(TimeActionTyp e__static_init#2)
    post$VALUES[2] == &new TimeActionType(TimeActionTyp e__static_init#3)
    postTIME_DAY == &new TimeActionType(TimeActionType_ _static_init#3)
    postTIME_DAY.name == &"Every day"
    postTIME_HOUR == &new TimeActionType(TimeActionType __static_init#2)
    postTIME_HOUR.name == &"Every hour"
    postTIME_MINUTE == &new TimeActionType(TimeActionTy pe__static_init#1)
    postTIME_MINUTE.name == &"Every minute"
    postnew TimeActionType(TimeActionType__static_init#1) num objects == 1
    postnew TimeActionType(TimeActionType__static_init#2) num objects == 1
    postnew TimeActionType(TimeActionType__static_init#3) num objects == 1
    postnew TimeActionType[](TimeActionType__static_ init#4) num objects == 1
    unanalyzedcall on java.lang.Enum

  • String getName()

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

  • ActionMetaType getType()

  • Kind Annotation Text
    postreturn_value == &com.dmdirc.addons.time. TimeActionMetaType__static_init.new TimeActionMetaType$1(TimeActionMetaType__static_in it#1)

  • TimeActionType valueOf(String)

  • Kind Annotation Text
    postinit'ed(return_value)

  • TimeActionType[] values()

  • Kind Annotation Text
    pre(soft) init'ed($VALUES[...])
    postnew TimeActionType[](values#1) num objects == 1
    postreturn_value == &new TimeActionType[](values#1)
    postreturn_value.length == 3
    postreturn_value[...] == One-of{$VALUES[...], undefined}