Gets the class where this method is declared. @return class of this method
()
| 81 | * @return class of this method |
| 82 | */ |
| 83 | public abstract CachedClass getDeclaringClass(); |
| 84 | |
| 85 | /** |
| 86 | * Checks that the given parameters are valid to call this method. |
no outgoing calls