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.
()
| 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. |
no outgoing calls
no test coverage detected