Modifier and Type | Field and Description |
---|---|
java.util.List<Word> |
contents
The contents of the block pointed to by this pointer.
|
int |
handle
The handle is an index into the heap.
|
Constructor and Description |
---|
Ptr(int handle,
int len) |
Ptr(int handle,
java.util.List<Word> contents) |
Ptr(int handle,
Word... contents) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Word other) |
java.lang.String |
toExpandedString()
Give an elaborate representation of this word
|
java.lang.String |
toString() |
public final int handle
This is disjoint from static memory indices.
public final java.util.List<Word> contents
public Ptr(int handle, Word... contents)
public Ptr(int handle, java.util.List<Word> contents)
public Ptr(int handle, int len)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toExpandedString()
Word
toExpandedString
in class Word