Module jdk.compiler

Interface PrimitiveTypeTree

  • All Superinterfaces:
    Tree


    public interface PrimitiveTypeTree
    extends Tree
    A tree node for a primitive type. For example:
       primitiveTypeKind
     
    Since:
    1.6
    See The Java™ Language Specification:
    section 4.2
    • Method Detail

      • getPrimitiveTypeKind

        TypeKind getPrimitiveTypeKind​()
        Returns the kind of this primitive type.
        Returns:
        the kind of the type