method ActionEvents[] values()
pre(soft) init'ed($VALUES[...])
postreturn_value == &new ActionEvents[](values#1)
postnew ActionEvents[](values#1) num objects == 1
postreturn_value.length == 2
postreturn_value[...] == One-of{$VALUES[...], undefined}

method ActionEvents valueOf(String)
postinit'ed(return_value)










method com.dmdirc.actions.metatypes.ActionEvents__static_ init
post$VALUES == &new ActionEvents[](ActionEvents__ static_init#7)
postACTION_DELETED == &new ActionEvents(ActionEvent s__static_init#4)
post$VALUES[1] == &new ActionEvents(ActionEvents__ static_init#4)
postACTION_EVENT == &new ActionEvents(ActionEvents_ _static_init#1)
post$VALUES[0] == &new ActionEvents(ActionEvents__ static_init#1)
postnew ActionEvents(ActionEvents__static_init#1) num objects == 1
postnew ActionEvents(ActionEvents__static_init#4) num objects == 1
postnew ActionEvents[](ActionEvents__static_init#7) num objects == 1
postnew Class[](ActionEvents__static_init#3) num objects == 1
postACTION_EVENT.argTypes.length == 1
postnew Class[](ActionEvents__static_init#6) num objects == 1
postnew String[](ActionEvents__static_init#2) num objects == 1
postACTION_EVENT.argNames.length == 1
postnew String[](ActionEvents__static_init#5) num objects == 1
postACTION_EVENT.argNames == &new String[](ActionEv ents__static_init#2)
postACTION_EVENT.argTypes == &new Class[](ActionEve nts__static_init#3)
postACTION_DELETED.argNames == &new String[](ActionEvents__static_init#5)
postACTION_DELETED.argTypes == &new Class[](ActionEvents__static_init#6)
post$VALUES.length == 2
postACTION_DELETED.argTypes.length == 2
postACTION_DELETED.argNames.length == 2
postACTION_EVENT.argNames[0] == &"action"
postACTION_DELETED.argNames[0] == &"Action group"
postACTION_DELETED.argNames[1] == &"Action name"
unanalyzedcall on java.lang.Enum










method void com.dmdirc.actions.metatypes.ActionEvents(Str ing, int, String[], Class[])
postthis.argNames == argNames
postinit'ed(this.argNames)
postthis.argTypes == argTypes
postinit'ed(this.argTypes)










method int getArity()
prethis.argNames != null
prethis.argNames.length <= 232-1
postreturn_value == this.argNames.length
postreturn_value >= 0










method Class[] getArgTypes()
preinit'ed(this.argTypes)
postreturn_value == this.argTypes
postinit'ed(return_value)










method String[] getArgNames()
preinit'ed(this.argNames)
postreturn_value == this.argNames
postinit'ed(return_value)










method String getGroup()
postreturn_value == &amp;"Action Events"