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

Method setName

src/bsh/NameSpace.java:190–192  ·  view source on GitHub ↗
( String name )

Source from the content-addressed store, hash-verified

188 // End constructors
189
190 public void setName( String name ) {
191 this.nsName = name;
192 }
193
194 /**
195 The name of this namespace. If the namespace is a method body

Callers 1

NameSpaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected