MCPcopy Index your code
hub / github.com/davidgiven/luje / isNativeMethod

Method isNativeMethod

lib/java/lang/StackTraceElement.java:202–204  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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() {

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected