Returns the internal name of the class that owns the field or method designated by this handle. @return the internal name of the class that owns the field or method designated by this handle.
()
| 121 | * @return the internal name of the class that owns the field or method designated by this handle. |
| 122 | */ |
| 123 | public String getOwner() { |
| 124 | return owner; |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * Returns the name of the field or method designated by this handle. |
no outgoing calls
no test coverage detected