Returns the descriptor of the field or method designated by this handle. @return the descriptor of the field or method designated by this handle.
()
| 139 | * @return the descriptor of the field or method designated by this handle. |
| 140 | */ |
| 141 | public String getDesc() { |
| 142 | return descriptor; |
| 143 | } |
| 144 | |
| 145 | /** |
| 146 | * Returns true if the owner of the field or method designated by this handle is an interface. |
no outgoing calls
no test coverage detected