orc.error
Class SourceLocation

java.lang.Object
  extended by orc.error.SourceLocation

public class SourceLocation
extends java.lang.Object


Field Summary
 java.lang.Integer column
           
 java.lang.String filename
           
 java.lang.Integer line
           
static SourceLocation UNKNOWN
           
 
Constructor Summary
SourceLocation()
          No-arg constructor so that this can be serialized to XML by JAXB
SourceLocation(java.lang.Integer line, java.lang.Integer column, java.lang.String filename)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

line

public java.lang.Integer line

column

public java.lang.Integer column

filename

public java.lang.String filename

UNKNOWN

public static final SourceLocation UNKNOWN
Constructor Detail

SourceLocation

public SourceLocation()
No-arg constructor so that this can be serialized to XML by JAXB


SourceLocation

public SourceLocation(java.lang.Integer line,
                      java.lang.Integer column,
                      java.lang.String filename)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object