Module jdk.jdi
Package com.sun.jdi

Interface CharType

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

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