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

Method getName

src/bsh/NameSpace.java:199–201  ·  view source on GitHub ↗

The name of this namespace. If the namespace is a method body namespace then this is the name of the method. If it's a class or class instance then it's the name of the class.

()

Source from the content-addressed store, hash-verified

197 class instance then it's the name of the class.
198 */
199 public String getName() {
200 return this.nsName;
201 }
202
203 /**
204 Set the node associated with the creation of this namespace.

Callers 4

getScriptStackTraceMethod · 0.95
generateClassImplMethod · 0.95
constructObjectMethod · 0.95
setMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected