Indicates if the method name returned by #getMethodName() is implemented as a native method. @return true if the method in which this stack trace element is executing is a native method; false otherwise.
()
| 200 | * executing is a native method; {@code false} otherwise. |
| 201 | */ |
| 202 | public boolean isNativeMethod() { |
| 203 | return lineNumber == -2; |
| 204 | } |
| 205 | |
| 206 | @Override |
| 207 | public String toString() { |