站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.5.0, Java 2 SDK 英文文档

VoidType (Java Debug Interface) - JDK 5 Documentation v1.5.0, Java 2 SDK 英文文档

Java Debug Interface

com.sun.jdi
Interface VoidType

All Superinterfaces:
Mirror, Type

public interface VoidType
extends Type

The type of all primitive void values accessed in the target VM. Calls to Value.type() will return an implementor of this interface.

Since:
1.3
See Also:
VoidValue

Method Summary
 
Methods inherited from interface com.sun.jdi.Type
name, signature
 
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
 


Java Debug Interface