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

Method getSTEntryPoint

output/java/1.4.17/ConstructionEvent.java:47–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public StackTraceElement getSTEntryPoint() {
48 StackTraceElement[] trace = stack.getStackTrace();
49 for (StackTraceElement e : trace) {
50 String name = e.toString();
51 if ( !name.startsWith("org.stringtemplate.v4") ) return e;
52 }
53 return trace[0];
54 }
55}

Callers 2

getFileNameMethod · 0.95
getLineMethod · 0.95

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected