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

Method setSourceFile

src/bsh/SimpleNode.java:161–163  ·  view source on GitHub ↗

Set the name of the source file (or more generally source) of the text from which this node was parsed.

( String sourceFile )

Source from the content-addressed store, hash-verified

159 the text from which this node was parsed.
160 */
161 public void setSourceFile( String sourceFile ) {
162 this.sourceFile = sourceFile;
163 }
164
165 /**
166 Get the name of the source file (or more generally source) of

Callers 1

evalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected