()
| 71 | } |
| 72 | |
| 73 | public String toString() { |
| 74 | return "[Token: type=" + this.type + "; text=" + this.text + "; file=" + this.fileName + "; line=" + this.lineNumber + "; col=" + this.columnNumber + "]"; |
| 75 | } |
| 76 | |
| 77 | } |
no outgoing calls
no test coverage detected