Returns the descriptor corresponding to this Java type. @return the descriptor corresponding to this Java type.
()
| 475 | */ |
| 476 | |
| 477 | public String getDescriptor () { |
| 478 | StringBuffer buf = new StringBuffer(); |
| 479 | getDescriptor(buf); |
| 480 | return buf.toString(); |
| 481 | } |
| 482 | |
| 483 | /** |
| 484 | * Returns the descriptor corresponding to the given argument and return |
no test coverage detected