MCPcopy Create free account
hub / github.com/apache/pig / SourceLocation

Method SourceLocation

src/org/apache/pig/parser/SourceLocation.java:30–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 2

getFileNameMethod · 0.45
getLineMethod · 0.45

Tested by

no test coverage detected