DJSClass

Undocumented in source.

Constructors

this
this(string aClassName, string superClassName)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

constructor
string constructor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
constructor
auto constructor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
constructorParameters
string[] constructorParameters [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
constructorParameters
auto constructorParameters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getters
string[string] getters [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
getters
auto getters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
setters
string[string] setters [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
setters
auto setters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_constructor
string _constructor;
Undocumented in source.
_constructorParameters
string[] _constructorParameters;
Undocumented in source.
_extends
string _extends;
Undocumented in source.
_getters
string[string] _getters;
Undocumented in source.
_name
string _name;
Undocumented in source.
_setters
string[string] _setters;
Undocumented in source.

Inherited Members

From DJSRoot

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta