org.incava.text
Class Location

java.lang.Object
  extended by org.incava.text.Location

public class Location
extends java.lang.Object

Code location.


Field Summary
 int column
           
 int line
           
 
Constructor Summary
Location(int line, int column)
           
 
Method Summary
 boolean equals(Location other)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

line

public int line

column

public int column
Constructor Detail

Location

public Location(int line,
                int column)
Method Detail

toString

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(Location other)