Module jdk.jdi
Package com.sun.jdi

Interface BooleanType

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

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