Returns the current Java line number. @return the current line number
()
| 67 | * @return the current line number |
| 68 | */ |
| 69 | public int getJavaLine() { |
| 70 | return javaLine; |
| 71 | } |
| 72 | |
| 73 | |
| 74 | // -------------------- Formatting -------------------- |
no outgoing calls
no test coverage detected