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

Method sourceInfo

bsf/src/bsh/util/BeanShellBSFEngine.java:263–266  ·  view source on GitHub ↗
( String source, int lineNo, int columnNo )

Source from the content-addressed store, hash-verified

261
262
263 private String sourceInfo( String source, int lineNo, int columnNo )
264 {
265 return " BSF info: "+source+" at line: "+lineNo +" column: columnNo";
266 }
267
268}

Callers 2

applyMethod · 0.95
evalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected