Get the parent namespace. Note: this isn't quite the same as getSuper(). getSuper() returns 'this' if we are at the root namespace.
()
| 415 | getSuper() returns 'this' if we are at the root namespace. |
| 416 | */ |
| 417 | public NameSpace getParent() { |
| 418 | return parent; |
| 419 | } |
| 420 | |
| 421 | /** |
| 422 | Get the parent namespace' This reference or this namespace' This |
no outgoing calls
no test coverage detected