frysk.debuginfo
Class Piece

java.lang.Object
  extended by frysk.debuginfo.Piece
Direct Known Subclasses:
MemoryPiece, RegisterPiece, UnavailablePiece

public abstract class Piece
extends Object


Constructor Summary
Piece(long size)
           
 
Method Summary
abstract  boolean equals(Object p)
          Function that checks if the contents of two pieces are equal.
 long getSize()
           
 void setSize(long size)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Piece

public Piece(long size)
Method Detail

getSize

public long getSize()

setSize

public void setSize(long size)

equals

public abstract boolean equals(Object p)
Function that checks if the contents of two pieces are equal.

Overrides:
equals in class Object
Parameters:
p - Piece to be compared with
Returns:
true/false