模块 java.compiler

接口 PrimitiveType

所有父级接口:
AnnotatedConstruct , TypeMirror

public interface PrimitiveType extends TypeMirror
表示原始类型。其中包括 booleanbyteshortintlongcharfloatdouble
Java 语言规范:
4.2 原始类型和值
自从:
1.6
参见: