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

Method getNode

src/bsh/NameSpace.java:214–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 /**
213 */
214 SimpleNode getNode()
215 {
216 if ( callerInfoNode != null )
217 return callerInfoNode;
218 if ( parent != null )
219 return parent.getNode();
220 else
221 return null;
222 }
223
224 /**
225 Resolve name to an object through this namespace.

Callers 4

getInvocationLineMethod · 0.95
getInvocationTextMethod · 0.95
getScriptStackTraceMethod · 0.95
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected