vimdaloo.version.Version
¶
A simple version prefix/value holder.
Version() | constructor |
getPrefix() | prefix getter |
getValue() | value getter |
toString() | full version string (prefix + value); overrides |
constructor
self | () | |
prefix | (string) | the prefix |
value | (string) | the value |
(vimdaloo.version.Version) |
prefix getter
(string) | prefix the prefix |
value getter
(string) | value the value |
full version string (prefix + value); overrides vimdaloo.lang.Object:toString()
(string) | the string form |