Class ValueInfoFactory


  • public class ValueInfoFactory
    extends java.lang.Object
    Creates ValueInfo.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ValueInfo create​(java.lang.String name, int stratum, com.sun.jdi.Value jValue, java.lang.String value, java.time.LocalDateTime createdAt)
      Create ValueInfo.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueInfoFactory

        public ValueInfoFactory()
    • 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 name
        stratum - the current number of variable expansion strata
        jValue - a jdi value
        value - value's string expression
        createdAt - a time stamp