do we need this?
()
| 135 | */ |
| 136 | /** do we need this? */ |
| 137 | private NameSpace getNonBlockParent() |
| 138 | { |
| 139 | NameSpace parent = super.getParent(); |
| 140 | if ( parent instanceof BlockNameSpace ) |
| 141 | return ((BlockNameSpace)parent).getNonBlockParent(); |
| 142 | else |
| 143 | return parent; |
| 144 | } |
| 145 | |
| 146 | /** |
| 147 | Get a 'this' reference is our parent's 'this' for the object closure. |