com.uwyn.rife.datastructures
Class DocumentPosition
java.lang.Object
com.uwyn.rife.datastructures.DocumentPosition
- All Implemented Interfaces:
- Cloneable
public class DocumentPosition
- extends Object
- implements Cloneable
DocumentPosition
public DocumentPosition(String lineContent,
int line,
int column)
getLineContent
public String getLineContent()
getLine
public int getLine()
getColumn
public int getColumn()
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
clone
public Pair clone()
throws CloneNotSupportedException
- Overrides:
clone in class Object
- Throws:
CloneNotSupportedException
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.