| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueComposite | |
| ↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.ValueArray | |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueComposite
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ValueArray(long objectId, long refTypeId, String typeName) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<? extends IDebuggerVariable> |
getElements(int index, int count)
Get a slice of this array.
| ||||||||||
| abstract int |
getLength()
Retrieve the size of this array.
| ||||||||||
| String | getTypeName() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueComposite
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
| |||||||||||
Get a slice of this array.
| index | start index, must be a valid value |
|---|---|
| count | number of elements to be retrieved, a negative value means "until the end of the array" |
Retrieve the size of this array.