Set the node associated with the creation of this namespace. This is used in debugging and to support the getInvocationLine() and getInvocationText() methods.
( SimpleNode node )
| 206 | and getInvocationText() methods. |
| 207 | */ |
| 208 | void setNode( SimpleNode node ) { |
| 209 | callerInfoNode = node; |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | */ |
no outgoing calls
no test coverage detected