Returns the starting line number in the generated Java code. @return The starting Java line number
()
| 397 | * @return The starting Java line number |
| 398 | */ |
| 399 | public int getBeginJavaLine() { |
| 400 | return beginJavaLine; |
| 401 | } |
| 402 | |
| 403 | /** |
| 404 | * Sets the starting line number in the generated Java code. |
no outgoing calls
no test coverage detected