Class vimdaloo.lang.Object

 
Class Root

    vimdaloo.lang.Object

 
Subclasses

Class, Version, Color

Details

Base class for all objects

API

Synopsis

Functions
Object()

constructor

getClass()

class getter

toString()

string representation

Object(self)

constructor

Return Values
(vimdaloo.lang.Object)
getClass(self)

class getter

Return Values
(string)

the class

toString(self, props)

string representation

Parameters
self ()
props (string)

extra properties to include by subclasses

Return Values
(string)

the string representation