Package jisd.debug.value
Class ObjectInfo
- java.lang.Object
-
- jisd.debug.value.ValueInfo
-
- jisd.debug.value.ObjectInfo
-
-
Constructor Summary
Constructors Constructor Description ObjectInfo(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 ValueInfo
invokeMethod(com.sun.jdi.ThreadReference thread, java.lang.String name, java.lang.Object... args)
-
Methods inherited from class jisd.debug.value.ValueInfo
ch, expand, expand, getCount, getCreatedAt, getField, getJValue, getName, getNumber, getRt, getStratum, getValue, isExpanded, resetNumber, toString
-
-
-
-
Method Detail
-
invokeMethod
public ValueInfo invokeMethod(com.sun.jdi.ThreadReference thread, java.lang.String name, java.lang.Object... args)
-
-