frysk.rt
Class LineXXX

java.lang.Object
  extended by frysk.rt.LineXXX

public class LineXXX
extends Object


Field Summary
private  int column
           
private  File file
           
private  DOMFunction function
           
private  int line
           
private  Proc proc
           
private  DOMSource source
           
private  SourceLocation sourceLocation
           
 
Constructor Summary
LineXXX(SourceLocation sourceLocation, Proc proc)
           
 
Method Summary
 int getColumn()
           
 DOMFunction getDOMFunction()
           
 DOMSource getDOMSource()
           
 File getFile()
           
 int getLine()
           
 SourceLocation getSourceLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceLocation

private final SourceLocation sourceLocation

proc

private final Proc proc

source

private DOMSource source

function

private DOMFunction function

file

private final File file

line

private final int line

column

private final int column
Constructor Detail

LineXXX

public LineXXX(SourceLocation sourceLocation,
               Proc proc)
Method Detail

getFile

public File getFile()

getLine

public int getLine()

getColumn

public int getColumn()

getSourceLocation

public SourceLocation getSourceLocation()

getDOMFunction

public DOMFunction getDOMFunction()

getDOMSource

public DOMSource getDOMSource()