MCPcopy Index your code
hub / github.com/beanshell/beanshell / getLineNumber

Method getLineNumber

src/bsh/SimpleNode.java:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public int getLineNumber() {
53 return -1;
54 }
55
56 public String getText() {
57 return "<Compiled Java Code>";

Callers 5

getInvocationLineMethod · 0.95
getScriptStackTraceMethod · 0.95
getMessageMethod · 0.45
getErrorLineNumberMethod · 0.45
issue_67Method · 0.45

Calls

no outgoing calls

Tested by 1

issue_67Method · 0.36