Returns true if the owner of the field or method designated by this handle is an interface. @return true if the owner of the field or method designated by this handle is an interface.
()
| 148 | * @return true if the owner of the field or method designated by this handle is an interface. |
| 149 | */ |
| 150 | public boolean isInterface() { |
| 151 | return isInterface; |
| 152 | } |
| 153 | |
| 154 | @Override |
| 155 | public boolean equals(final Object object) { |
no outgoing calls
no test coverage detected