Package jisd.debug.value
Class PrimitiveInfo
- java.lang.Object
-
- jisd.debug.value.ValueInfo
-
- jisd.debug.value.PrimitiveInfo
-
public class PrimitiveInfo extends ValueInfo
Information of an primitive value.
-
-
Constructor Summary
Constructors Constructor Description PrimitiveInfo(java.lang.String name, int stratum, java.time.LocalDateTime createdAt, com.sun.jdi.Value jValue)
PrimitiveInfo(java.lang.String name, int stratum, java.time.LocalDateTime createdAt, java.lang.String value)
-
Method Summary
-
Methods inherited from class jisd.debug.value.ValueInfo
ch, expand, expand, getCount, getCreatedAt, getField, getJValue, getName, getNumber, getRt, getStratum, getValue, isExpanded, resetNumber, toString
-
-