keso.core
Class MT_SPACE32

java.lang.Object
  extended by keso.core.MT_SPACE32

public final class MT_SPACE32
extends Object

This memory type allows to define a 32-bit gap in a memory-mapped class definition. The memory location that this field maps to will not be accessible in any way.


Method Summary
 boolean equals(Object o)
          Returns true if both mapped fields are mapped to the same address.
 int hashCode()
          
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait
 

Method Detail

equals

public boolean equals(Object o)
Returns true if both mapped fields are mapped to the same address.

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

toString

public String toString()