(final CachedClass c)
| 482 | } |
| 483 | |
| 484 | private MetaMethod[] getNewMetaMethods(final CachedClass c) { |
| 485 | if (c != theCachedClass) { |
| 486 | return c.getNewMetaMethods(); |
| 487 | } |
| 488 | return myNewMetaMethods; |
| 489 | } |
| 490 | |
| 491 | /** |
| 492 | * Returns the cached super-class chain used while building method and property indexes. |
no outgoing calls
no test coverage detected