()
| 28 | private PigParserNode node; // corresponding parser tree node |
| 29 | |
| 30 | public SourceLocation() { |
| 31 | } |
| 32 | |
| 33 | public SourceLocation(String filename, int line, int offset) { |
| 34 | this.file = filename; |
nothing calls this directly
no test coverage detected