Module jdk.jdi
Package com.sun.jdi

Interface Value

    • Method Summary

      Modifier and Type Method Description
      Type type()
      Returns the run-time type of this value.
    • Method Detail

      • type

        Type type()
        Returns the run-time type of this value.
        Returns:
        a Type which mirrors the value's type in the target VM.
        See Also:
        Type