- or download this
sub new {
...
if ((!defined($this)) || (!defined($tree)) || (!defined($messageNu
+m))) {
die "invalid argument list during function call!\n";
}
- or download this
sub new {
...
# check mandatory paramters
assertValueIsDefined($this, $tree, $messageNum);
- or download this
sub assertNamedParameters {
...
return(@parameterValues);
}