abstract static class NestedCollection.CollectionBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
m_isDoubleWord
Double word value flag.
|
Modifier | Constructor and Description |
---|---|
protected |
NestedCollection.CollectionBase(boolean doubword)
Constructor.
|
Modifier and Type | Method and 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 NestedCollection.CollectionBase(boolean doubword)
doubword
- double word value flagprotected void appendSWAP(MethodBuilder mb)
mb
- methodprotected void appendPOP(MethodBuilder mb)
mb
- method