de.hillenbrand.jedi.parser
Class FileLocation

java.lang.Object
  |
  +--de.hillenbrand.jedi.parser.FileLocation

public class FileLocation
extends java.lang.Object


Field Summary
 int beginColumn
           
 int beginLine
           
 int endColumn
           
 int endLine
           
 
Constructor Summary
FileLocation()
           
 
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

beginLine

public int beginLine

beginColumn

public int beginColumn

endLine

public int endLine

endColumn

public int endColumn
Constructor Detail

FileLocation

public FileLocation()
Method Detail

toString

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