frysk.rt
Class LineXXX

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

public class LineXXX
extends Object


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()