Returns the argument types of the method described by this object. @return the argument types of the method described by this object.
()
| 239 | * @return the argument types of the method described by this object. |
| 240 | */ |
| 241 | public Type[] getArgumentTypes() { |
| 242 | return Type.getArgumentTypes(descriptor); |
| 243 | } |
| 244 | |
| 245 | @Override |
| 246 | public String toString() { |
nothing calls this directly
no test coverage detected