(Mark other, boolean singleFile)
| 68 | } |
| 69 | |
| 70 | void init(Mark other, boolean singleFile) { |
| 71 | this.cursor = other.cursor; |
| 72 | this.line = other.line; |
| 73 | this.col = other.col; |
| 74 | |
| 75 | if (!singleFile) { |
| 76 | this.ctxt = other.ctxt; |
| 77 | this.stream = other.stream; |
| 78 | this.fileName = other.fileName; |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | |
| 83 | /** |