Interface | Description |
---|---|
ComparableWord | |
Pointer |
Lowest-level memory access of native C memory.
|
PointerBase |
Marker interface for all
word types that have the semantic of a pointer (but not
necessarily all the memory access methods defined in Pointer ). |
Signed | |
Unsigned | |
WordBase |
Class | Description |
---|---|
BarrieredAccess |
Medium-level memory access for Objects.
|
HostedWord | |
ObjectAccess |
Low-level memory access for Objects.
|
Word | |
WordTypes |
Encapsulates information for Java types representing raw words (as opposed to Objects).
|
Enum | Description |
---|---|
Word.Opcode |
The canonical
Word.Operation represented by a method in the Word class. |
Annotation Type | Description |
---|---|
Word.Operation |
Links a method to a canonical operation represented by an
Word.Opcode val. |