MCPcopy Create free account
hub / github.com/antlr/codebuff / getSizeMethod

Method getSizeMethod

output/java_guava/1.4.17/Throwables.java:472–476  ·  view source on GitHub ↗

Returns the Method that can be used to return the size of a stack, 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

470 */
471
472 @GwtIncompatible // java.lang.reflect
473 @Nullable
474 private static Method getSizeMethod() {
475 return getJlaMethod("getStackTraceDepth", Throwable.class);
476 }
477
478 @GwtIncompatible // java.lang.reflect
479 @Nullable

Callers 1

ThrowablesClass · 0.95

Calls 1

getJlaMethodMethod · 0.95

Tested by

no test coverage detected