模块  jdk.compiler
软件包  com.sun.source.tree

Interface PrimitiveTypeTree

  • All Superinterfaces:

    public interface PrimitiveTypeTree
    extends 
    基本类型的树节点。 例如:
      primitiveTypeKind 
    从以下版本开始:
    1.6
    See The Java™ Language Specification:
    第4.2节
    • 方法详细信息

      • getPrimitiveTypeKind

        TypeKind getPrimitiveTypeKind()
        返回此基本类型的类型。
        结果
        the kind of the type