Returns true if the method is abstract.
()
| 148 | |
| 149 | |
| 150 | public final boolean isAbstract() { |
| 151 | return Modifier.isAbstract(getModifiers()); |
| 152 | } |
| 153 | |
| 154 | /** Returns true if the element is native. */ |
| 155 |
nothing calls this directly
no test coverage detected