MCPcopy Index your code
hub / github.com/antlr/codebuff / getGetMethod

Method getGetMethod

output/java_guava/1.4.17/Throwables.java:461–465  ·  view source on GitHub ↗

Returns the Method that can be used to resolve an individual StackTraceElement, or null if that method cannot be found (it is only to be found in fairly recent JDKs).

()

Source from the content-addressed store, hash-verified

459 */
460
461 @GwtIncompatible // java.lang.reflect
462 @Nullable
463 private static Method getGetMethod() {
464 return getJlaMethod("getStackTraceElement", Throwable.class, int.class);
465 }
466
467 /**
468 * Returns the Method that can be used to return the size of a stack, or null if that method

Callers 1

ThrowablesClass · 0.95

Calls 1

getJlaMethodMethod · 0.95

Tested by

no test coverage detected