returns the beginning of the input associated with the node
| 203 | |
| 204 | // returns the beginning of the input associated with the node |
| 205 | TokenIter GetFirstToken() { |
| 206 | assert(IsCompleted()); |
| 207 | return mpFirst; |
| 208 | } |
| 209 | |
| 210 | // returns the end of the input associated with the node |
| 211 | TokenIter GetLastToken() { |