Package jisd.debug.value
Class ArrayInfo
- java.lang.Object
-
- jisd.debug.value.ValueInfo
-
- jisd.debug.value.ObjectInfo
-
- jisd.debug.value.ArrayInfo
-
public class ArrayInfo extends ObjectInfo
Information of an array value.
-
-
Constructor Summary
Constructors Constructor Description ArrayInfo(java.lang.String name, int stratum, java.time.LocalDateTime createdAt, com.sun.jdi.Value jValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<ValueInfo>
expand()
Create value info of array elements.-
Methods inherited from class jisd.debug.value.ObjectInfo
invokeMethod
-
Methods inherited from class jisd.debug.value.ValueInfo
ch, expand, getCount, getCreatedAt, getField, getJValue, getName, getNumber, getRt, getStratum, getValue, isExpanded, resetNumber, toString
-
-