Mike Gerwitz
|
881edc0cc6
|
Preparing to remove abstractMethods from public prototype; now uses hash for performance since it no longer needs to be referenced cleanly externally
- It will be later referenced via reflection
|
2011-01-25 00:13:47 -05:00 |
Mike Gerwitz
|
1b40451aad
|
Put class-implement tests into self-executing functions in testdox format to make them more easily recognized
- Eventually, I'd like for all the tests to be in this format
|
2011-01-11 19:03:30 -05:00 |
Mike Gerwitz
|
7fb0f6a820
|
Classes now contain implement() method
|
2011-01-10 19:56:09 -05:00 |
Mike Gerwitz
|
56c13b757b
|
isInstanceOf() now works with interfaces
|
2011-01-04 00:37:54 -05:00 |
Mike Gerwitz
|
c3b00ab9b7
|
Encapsulating implemented list (can use isInstanceOf() or a future reflection API)
|
2011-01-03 23:41:45 -05:00 |
Mike Gerwitz
|
0b112dac51
|
Abstract method list is now updated for classes that implement interfaces
|
2011-01-03 23:25:27 -05:00 |
Mike Gerwitz
|
c12ac412cb
|
Class.{implements => implement} - like Class.extend(), we're looking for a verb
|
2010-12-30 09:54:53 -05:00 |