Returns the name of the method described by this object. @return the name of the method described by this object.
()
| 212 | * @return the name of the method described by this object. |
| 213 | */ |
| 214 | public String getName() { |
| 215 | return name; |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * Returns the descriptor of the method described by this object. |