( NameSpace parent )
| 518 | } |
| 519 | |
| 520 | public void setParent( NameSpace parent ) |
| 521 | { |
| 522 | this.parent = parent; |
| 523 | |
| 524 | // If we are disconnected from root we need to handle the def imports |
| 525 | if ( parent == null ) |
| 526 | loadDefaultImports(); |
| 527 | } |
| 528 | |
| 529 | /** |
| 530 | Get the specified variable in this namespace or a parent namespace. |
no test coverage detected