CLASSINITNAME The class instance initializer method name.
A BshMethod by this name is installed by the class delcaration into
the static class body namespace.
The class instance initializer method name.
A BshMethod by this name is installed by the class delcaration into
the static class body namespace.
It is called once to initialize the static members of the class space
and each time an instances is created to initialize the instance
members.