langtools/src/share/classes/javax/lang/model/type/TypeKind.java
changeset 9300 c2de4dd9853b
parent 8235 0f7e1f7a6a4b
child 14725 65836e833f59
equal deleted inserted replaced
9085:7c9ef56ec288 9300:c2de4dd9853b
   138      * This is not the type you are looking for.
   138      * This is not the type you are looking for.
   139      */
   139      */
   140     OTHER,
   140     OTHER,
   141 
   141 
   142     /**
   142     /**
   143       * A disjunctive type.
   143       * A union type.
   144       *
   144       *
   145       * @since 1.7
   145       * @since 1.7
   146       */
   146       */
   147     DISJUNCTIVE;
   147     UNION;
   148 
   148 
   149     /**
   149     /**
   150      * Returns {@code true} if this kind corresponds to a primitive
   150      * Returns {@code true} if this kind corresponds to a primitive
   151      * type and {@code false} otherwise.
   151      * type and {@code false} otherwise.
   152      * @return {@code true} if this kind corresponds to a primitive type
   152      * @return {@code true} if this kind corresponds to a primitive type