src/share/classes/javax/lang/model/type/TypeKind.java

changeset 969
8cc5b440fdde
parent 851
cad51b6eb7a6
child 1436
f6f1fd261f57
equal deleted inserted replaced
960:26b065bb4ee7 969:8cc5b440fdde
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

mercurial