Get the (0-based) line number of this line. @return the line index (i.e. line number, starting at 0)
()
| 70 | * @return the line index (i.e. line number, starting at 0) |
| 71 | */ |
| 72 | public synchronized int lineIdx() { |
| 73 | return lineIdx; |
| 74 | } |
| 75 | |
| 76 | |
| 77 | @Override |
no outgoing calls
no test coverage detected