Static initializerScope of ChangeMake classes have a static initializer to be able to initialize static member variables to a class. Rationale
Static members of a class can only be initialized to scalars in a class
definition. Functionality
The static initializer will, if existant for a class, be called by uses(). // Call static initializer Example: final class Console {
Dependencies
PHP5
XP2
Changes to uses() functionality. Related documents
http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html#39245
http://www.developer.com/java/other/article.php/2238491 Comments- friebe, Sun Nov 16 19:09:43 CET 2003 Do some benchmarking on how much this will slow down uses() <EOF> | Table of contents |