Returns true if the element is native.
()
| 155 | |
| 156 | |
| 157 | public final boolean isNative() { |
| 158 | return Modifier.isNative(getModifiers()); |
| 159 | } |
| 160 | |
| 161 | /** Returns true if the method is synchronized. */ |
| 162 |
nothing calls this directly
no test coverage detected