frysk.isa.registers
Class Register

java.lang.Object
  extended by frysk.isa.registers.Register

public class Register
extends Object


Constructor Summary
Register(String name, Type type)
           
 
Method Summary
 String getName()
           
 Type getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Register

public Register(String name,
                Type type)
Method Detail

getName

public String getName()

getType

public Type getType()

toString

public String toString()
Overrides:
toString in class Object