Module jdk.jdi
Package com.sun.jdi

Interface VoidValue

所有超级接口:
Mirror, Value

public interface VoidValue extends Value
提供对目标虚拟机中原始void值的访问。
自JDK版本:
1.3
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object obj)
    将指定的对象与此VoidValue进行比较以判断是否相等。
    int
    返回此VoidValue的哈希码值。

    Methods declared in interface com.sun.jdi.Mirror

    toString, virtualMachine

    Methods declared in interface com.sun.jdi.Value

    type