public class SourceLocation extends Object
Constructor and Description |
---|
SourceLocation() |
SourceLocation(PigParserNode tree) |
SourceLocation(SourceLocation location) |
SourceLocation(String filename,
int line,
int offset) |
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-2012 The Apache Software Foundation