-
- All Known Subinterfaces:
-
BooleanType
,ByteType
,CharType
,DoubleType
,FloatType
,IntegerType
,LongType
,ShortType
public interface PrimitiveType extends Type
与目标VM中的非对象值关联的类型。 对于所有PrimitiveValue
对象,将从Value.type()
返回此接口的一个子接口的实例。- 从以下版本开始:
- 1.3
- 另请参见:
-
PrimitiveValue