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

Method exec

bsf/src/bsh/util/BeanShellBSFEngine.java:206–210  ·  view source on GitHub ↗
(String source, int lineNo, int columnNo, Object script)

Source from the content-addressed store, hash-verified

204
205
206 public void exec (String source, int lineNo, int columnNo, Object script)
207 throws BSFException
208 {
209 eval( source, lineNo, columnNo, script );
210 }
211
212
213/*

Callers

nothing calls this directly

Calls 1

evalMethod · 0.95

Tested by

no test coverage detected