Returns a string representation of this token.
()
| 147 | * Returns a string representation of this token. |
| 148 | */ |
| 149 | public String toString() |
| 150 | { |
| 151 | return "[id=" + id + ",length=" + length + "]"; |
| 152 | } |
| 153 | } |
no outgoing calls
no test coverage detected