| Modifier and Type | Class and Description |
|---|---|
static class |
Word.Int
Integers
|
static class |
Word.Ptr
Heap pointers
|
| Constructor and Description |
|---|
Word() |
| Modifier and Type | Method and Description |
|---|---|
Word.Int |
asInt() |
Word.Ptr |
asPtr() |
abstract boolean |
equals(Word other) |
java.lang.String |
toExpandedString()
Give an elaborate representation of this word
|
public java.lang.String toExpandedString()
public abstract boolean equals(Word other)
public final Word.Int asInt() throws XVMException
XVMExceptionpublic final Word.Ptr asPtr() throws XVMException
XVMException