at.dms.kjc.raw
Class Coordinate

java.lang.Object
  extended by at.dms.kjc.raw.Coordinate

public class Coordinate
extends Object


Constructor Summary
Coordinate(int r, int c)
           
 
Method Summary
 int getColumn()
           
 int getRow()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Coordinate

public Coordinate(int r,
                  int c)
Method Detail

getColumn

public int getColumn()

getRow

public int getRow()

toString

public String toString()
Overrides:
toString in class Object