orc.error
Class SourceLocation
java.lang.Object
  
orc.error.SourceLocation
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class SourceLocation
- extends java.lang.Object
- implements java.io.Serializable
  
- See Also:
 - Serialized Form
 
 
| 
Constructor Summary | 
SourceLocation()
 
          No-arg constructor so that this can be serialized to XML by JAXB | 
SourceLocation(java.io.File filename,
               java.lang.Integer line,
               java.lang.Integer column,
               java.lang.Integer endLine,
               java.lang.Integer endColumn)
 
            | 
 
| 
Method Summary | 
 java.lang.String | 
toString()
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
line
public java.lang.Integer line
column
public java.lang.Integer column
endLine
public java.lang.Integer endLine
endColumn
public java.lang.Integer endColumn
file
public java.io.File file
UNKNOWN
public static final SourceLocation UNKNOWN
SourceLocation
public SourceLocation()
- No-arg constructor so that this can be serialized to XML by JAXB
 
SourceLocation
public SourceLocation(java.io.File filename,
                      java.lang.Integer line,
                      java.lang.Integer column,
                      java.lang.Integer endLine,
                      java.lang.Integer endColumn)
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object