Module jdk.jdi
Package com.sun.jdi

Interface ByteType

所有超级接口:
Mirror, PrimitiveType, Type

public interface ByteType extends PrimitiveType
所有在目标VM中访问的原始字节值的类型。调用Value.type()将返回此接口的实现者。
自版本:
1.3
参见: