Module jdk.jdi
Package com.sun.jdi

Interface Mirror

    • Method Summary

      Modifier and Type Method Description
      String toString()
      Returns a String describing this mirror
      VirtualMachine virtualMachine()
      Gets the VirtualMachine to which this Mirror belongs.
    • Method Detail

      • virtualMachine

        VirtualMachine virtualMachine()
        Gets the VirtualMachine to which this Mirror belongs. A Mirror must be associated with a VirtualMachine to have any meaning.
        Returns:
        the VirtualMachine for which this mirror is a proxy.
      • toString

        String toString()
        Returns a String describing this mirror
        Overrides:
        toString in class Object
        Returns:
        a string describing this mirror.