Returns the ending line number in the generated Java code. @return The ending Java line number
()
| 415 | * @return The ending Java line number |
| 416 | */ |
| 417 | public int getEndJavaLine() { |
| 418 | return endJavaLine; |
| 419 | } |
| 420 | |
| 421 | /** |
| 422 | * Sets the ending line number in the generated Java code. |
no outgoing calls
no test coverage detected