Module jdk.jdi
Package com.sun.jdi

Interface 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