NestedCollection.CollectionLoad, NestedCollection.CollectionStoreabstract static class NestedCollection.CollectionBase
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
private boolean |
m_isDoubleWord |
Double word value flag.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
CollectionBase(boolean doubword) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
appendPOP(MethodBuilder mb) |
Append the appropriate instruction to pop the item value (which may
be one or two words, as configured for this collection) from the top
of the stack.
|
protected void |
appendSWAP(MethodBuilder mb) |
Append the appropriate instruction to swap the top of the stack
(which must be a single-word value) with an item value (which may
be one or two words, as configured for this collection).
|
protected CollectionBase(boolean doubword)
doubword - double word value flagprotected void appendSWAP(MethodBuilder mb)
mb - methodprotected void appendPOP(MethodBuilder mb)
mb - method