Return the line number recorded for this node. @return the line number
()
| 548 | * @return the line number |
| 549 | */ |
| 550 | public int getLineno() { |
| 551 | return lineno; |
| 552 | } |
| 553 | |
| 554 | public void setLineColumnNumber(int lineno, int column) { |
| 555 | this.lineno = lineno; |
no outgoing calls
no test coverage detected