Returns the metaclass for a given class. @return the metaClass of this instance
()
| 67 | * @return the metaClass of this instance |
| 68 | */ |
| 69 | MetaClass getMetaClass(); |
| 70 | |
| 71 | /** |
| 72 | * Allows the MetaClass to be replaced with a derived implementation. |
no outgoing calls