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

Method setNode

src/bsh/NameSpace.java:208–210  ·  view source on GitHub ↗

Set the node associated with the creation of this namespace. This is used in debugging and to support the getInvocationLine() and getInvocationText() methods.

( SimpleNode node )

Source from the content-addressed store, hash-verified

206 and getInvocationText() methods.
207 */
208 void setNode( SimpleNode node ) {
209 callerInfoNode = node;
210 }
211
212 /**
213 */

Callers 2

invokeImplMethod · 0.95
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected