Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
evalSource
Method · 0.45
constructScriptException
Method · 0.45
invokeMethod
Method · 0.45
formatScriptResultHTML
Method · 0.45
Calls
1
getLineNumber
Method · 0.45
Tested by
no test coverage detected