Mike Gerwitz
|
a246dd67e0
|
Began adding protected static members (supported for instance methods)
- No inheritance support yet
|
2011-05-09 23:09:32 -04:00 |
Mike Gerwitz
|
26cf32abe5
|
Enhanced static property setter to support setting to both undefined and null values
|
2011-04-13 23:53:03 -04:00 |
Mike Gerwitz
|
462671cfba
|
Can no longer set values of undeclared static properties
|
2011-04-13 23:45:26 -04:00 |
Mike Gerwitz
|
7e53df0e84
|
Static property setter now returns calling class
|
2011-04-13 23:35:54 -04:00 |
Mike Gerwitz
|
e3c526b89d
|
Writes to public static properties now work properly
|
2011-04-13 23:06:24 -04:00 |
Mike Gerwitz
|
44cd8db82d
|
Began implementing static property method (getter)
|
2011-04-13 22:38:05 -04:00 |
Mike Gerwitz
|
4a90b7b809
|
Public static properties references are now shared with subtypes
|
2011-04-10 22:32:46 -04:00 |
Mike Gerwitz
|
aead20290c
|
Inherited static members are no longer copied by reference
- Sharing values with supertype = bad
|
2011-04-05 23:47:44 -04:00 |
Mike Gerwitz
|
fad503422e
|
Subtypes now inherit public static members from their supertype
|
2011-04-05 23:11:25 -04:00 |
Mike Gerwitz
|
7560d57619
|
Implemented __self for static access
|
2011-04-05 22:07:13 -04:00 |
Mike Gerwitz
|
ea0d18d8eb
|
Added regression test to ensure 'this' is bound to the class definition rather than instance within static methods
|
2011-04-05 19:52:49 -04:00 |
Mike Gerwitz
|
af53fe81b4
|
Added support for public static getters/setters
|
2011-04-05 00:08:39 -04:00 |
Mike Gerwitz
|
e93a4db3e4
|
Began implementing public static members
|
2011-04-04 23:07:01 -04:00 |