com.sun.squawk
Class Address

java.lang.Object
  extended by com.sun.squawk.Address

public class Address
extends java.lang.Object

The Address class is used to abstract machine addresses. This should probably never be used in the simulator, and throws exceptions stating so.

Author:
wolf

Constructor Summary
Address()
           
 
Method Summary
 UWord toUWord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

toUWord

public UWord toUWord()