@see MetaObjectProtocol#getMetaMethod(String, Object[])
(final String name, final Object[] argTypes)
| 375 | * @see MetaObjectProtocol#getMetaMethod(String, Object[]) |
| 376 | */ |
| 377 | @Override |
| 378 | public MetaMethod getMetaMethod(final String name, final Object[] argTypes) { |
| 379 | return pickMethod(name, MetaClassHelper.castArgumentsToClassArray(argTypes)); |
| 380 | } |
| 381 | |
| 382 | /** |
| 383 | * Returns the class this metaclass represents. |
no test coverage detected