org.juzu.text
Class Location
java.lang.Object
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)
|
Location
public Location(int col,
int line)
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.