method net.sourceforge.pebble.web.validation. ValidationContext__static_init










method void net.sourceforge.pebble.web.validation. ValidationContext()
postthis.errors == &new ArrayList(ValidationContext #1)
postnew ArrayList(ValidationContext#1) num objects == 1










method void addError(String)
prethis.errors != null
unanalyzedcall on java.util.List:add










method void addError(ValidationError)
prethis.errors != null










method bool hasErrors()
prethis.errors != null
postinit'ed(return_value)










method List getErrors()
preinit'ed(this.errors)
postinit'ed(return_value)










method int getNumberOfErrors()
prethis.errors != null
postinit'ed(return_value)










method ValidationError getError(int)
prethis.errors != null
postinit'ed(return_value)