MCPcopy Create free account
hub / github.com/beanshell/beanshell / getErrorLineNumber

Method getErrorLineNumber

src/bsh/EvalError.java:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 public int getErrorLineNumber() {
110 if ( node != null )
111 return node.getLineNumber() ;
112 else
113 return -1;
114 }
115
116 public String getErrorSourceFile() {
117 if ( node != null )

Callers 4

evalSourceMethod · 0.45
invokeMethodMethod · 0.45

Calls 1

getLineNumberMethod · 0.45

Tested by

no test coverage detected