public class SourceLocation extends Object
Constructor and Description |
---|
SourceLocation() |
SourceLocation(PigParserNode tree) |
SourceLocation(SourceLocation location) |
SourceLocation(String filename,
int line,
int offset) |
Modifier and Type | Method and Description |
---|---|
String |
file() |
int |
line() |
PigParserNode |
node() |
int |
offset() |
String |
toString() |
public SourceLocation()
public SourceLocation(String filename, int line, int offset)
public SourceLocation(PigParserNode tree)
public SourceLocation(SourceLocation location)
public String file()
public int line()
public int offset()
public PigParserNode node()
Copyright © 2007-2017 The Apache Software Foundation