Lines Matching full:kind
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 * Returns the kind of this class definition.
32 * @return the kind of this class definition
34 Kind getKind();
73 * case if the kind of this class definition is {@link Kind#INTERFACE} or
118 * definition. The returned set may only contain elements if the kind of
119 * this class definition is {@link Kind#ENUM}.
127 * definition. The returned set may only contain elements if the kind of
128 * this class definition is {@link Kind#ANNOTATION}.