-
- All Known Subinterfaces:
BooleanType,ByteType,CharType,DoubleType,FloatType,IntegerType,LongType,ShortType
public interface PrimitiveType extends Type
The type associated with non-object values in a target VM. Instances of one of the sub-interfaces of this interface will be returned fromValue.type()for allPrimitiveValueobjects.- Since:
- 1.3
- See Also:
PrimitiveValue