frysk.isa
Class ISA

java.lang.Object
  extended by frysk.isa.ISA

public final class ISA
extends Object

Searchable, hashable key sufficient for identifying the supported Instruction Set Architectures Client code, rather than extending this key should implement local or more global structures indexed by this key.


Field Summary
static ISA IA32
           
static ISA PPC32BE
           
static ISA PPC64BE
           
static ISA X8664
           
 
Method Summary
 String getFamily()
           
 int hashCode()
           
 ByteOrder order()
           
 String toString()
           
 int wordSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PPC32BE

public static final ISA PPC32BE

PPC64BE

public static final ISA PPC64BE

IA32

public static final ISA IA32

X8664

public static final ISA X8664
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

order

public ByteOrder order()

wordSize

public int wordSize()

getFamily

public String getFamily()