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