java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueComposite | |
↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.ValueArray |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.