Package jisd.debug.value
Class ValueInfoFactory
- java.lang.Object
 - 
- jisd.debug.value.ValueInfoFactory
 
 
- 
public class ValueInfoFactory extends java.lang.ObjectCreates ValueInfo. 
- 
- 
Constructor Summary
Constructors Constructor Description ValueInfoFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValueInfocreate(java.lang.String name, int stratum, com.sun.jdi.Value jValue, java.lang.String value, java.time.LocalDateTime createdAt)Create ValueInfo. 
 - 
 
- 
- 
Method Detail
- 
create
public static ValueInfo create(java.lang.String name, int stratum, com.sun.jdi.Value jValue, java.lang.String value, java.time.LocalDateTime createdAt)
Create ValueInfo.- Parameters:
 name- a variable namestratum- the current number of variable expansion stratajValue- a jdi valuevalue- value's string expressioncreatedAt- a time stamp
 
 - 
 
 -