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