@return the line number of this Stmt in the original source file. If the line number is unavailable, return -1.
()
| 48 | * If the line number is unavailable, return -1. |
| 49 | */ |
| 50 | int getLineNumber(); |
| 51 | |
| 52 | void setLineNumber(int lineNumber); |
| 53 |
no outgoing calls