frysk.scopes
Class SourceLocation

java.lang.Object
  extended by frysk.scopes.SourceLocation

public class SourceLocation
extends Object

The source-code line information.


Field Summary
static SourceLocation UNKNOWN
          The LINE is unknown; this is used instead of "null" to denote missing line information.
 
Method Summary
 int getColumn()
           
 File getFile()
           
 int getLine()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final SourceLocation UNKNOWN
The LINE is unknown; this is used instead of "null" to denote missing line information.

Method Detail

getFile

public File getFile()

getLine

public int getLine()

getColumn

public int getColumn()