Module  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