Module jdk.jdi
Package com.sun.jdi

Interface PrimitiveType

所有超接口:
Mirror, Type
所有已知子接口:
BooleanType, ByteType, CharType, DoubleType, FloatType, IntegerType, LongType, ShortType

public interface PrimitiveType extends Type
非对象值在目标VM中关联的类型。此接口的子接口之一的实例将从所有Value.type()返回,用于所有PrimitiveValue对象。
自1.3版本起:
1.3
参见: