Closed GoogleCodeExporter closed 9 years ago
Added. The method is called is_valid, and checks for NULLs as specified. It also
calls is_mixin_valid for those classes where it exists. For token classes,
is_valid
checks if valid is not NULL, or, for those classes that have a source_rep, it
checks
that source_rep isn't NULL and calls is_value_valid. is_value_valid defaults to
"return true;" but can of course be overridden in the mixin code.
Original comment by edskodev...@gmail.com
on 3 Jun 2007 at 12:28
Original issue reported on code.google.com by
paul.biggar
on 14 May 2007 at 10:46