vimdaloo.lang.Class
¶
An object class representation.
Class() | constructor |
getName() | name getter |
toString() | just class + classname; overrides |
constructor
self | () | |
name | (string) | the name of the class |
(vimdaloo.lang.Class) |
name getter
(string) | the name of the class |
just class + classname; overrides vimdaloo.lang.Object:toString()
(string) | the string form |