org.juzu.text
Class Location

java.lang.Object
  extended by org.juzu.text.Location
All Implemented Interfaces:
Serializable

public class Location
extends Object
implements Serializable

Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
Location(int col, int line)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCol()
           
 int getLine()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

public Location(int col,
                int line)
Method Detail

getCol

public int getCol()

getLine

public int getLine()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 eXo Platform SAS. All Rights Reserved.