net.mtu.eggplant.dbc
Class CodePoint

java.lang.Object
  extended bynet.mtu.eggplant.dbc.CodePoint
All Implemented Interfaces:
Comparable

public final class CodePoint
extends Object
implements Comparable

Version:
$Revision: 1.4 $

Constructor Summary
CodePoint(int line, int column)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 int getColumn()
           
 int getLine()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodePoint

public CodePoint(int line,
                 int column)
PreConditions
(line > -1), (column > 0)
Method Detail

getLine

public int getLine()

getColumn

public int getColumn()

toString

public String toString()

equals

public boolean equals(Object o)

hashCode

public int hashCode()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable