Liking cljdoc? Tell your friends :D

javax.lang.model.type.TypeKind


*value-ofclj

(*value-of name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

name - the name of the enum constant to be returned. - java.lang.String

returns: the enum constant with the specified name - javax.lang.model.type.TypeKind

throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are
not permitted.)

name - the name of the enum constant to be returned. - `java.lang.String`

returns: the enum constant with the specified name - `javax.lang.model.type.TypeKind`

throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
raw docstring

*valuesclj

(*values)

Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:

for (TypeKind c : TypeKind.values()) System.out.println(c);

returns: an array containing the constants of this enum type, in the order they are declared - javax.lang.model.type.TypeKind[]

Returns an array containing the constants of this enum type, in
the order they are declared.  This method may be used to iterate
over the constants as follows:


for (TypeKind c : TypeKind.values())
    System.out.println(c);

returns: an array containing the constants of this enum type, in the order they are declared - `javax.lang.model.type.TypeKind[]`
raw docstring

ARRAYclj

Enum Constant.

An array type.

type: javax.lang.model.type.TypeKind

Enum Constant.

An array type.

type: javax.lang.model.type.TypeKind
raw docstring

BOOLEANclj

Enum Constant.

The primitive type boolean.

type: javax.lang.model.type.TypeKind

Enum Constant.

The primitive type boolean.

type: javax.lang.model.type.TypeKind
raw docstring

BYTEclj

Enum Constant.

The primitive type byte.

type: javax.lang.model.type.TypeKind

Enum Constant.

The primitive type byte.

type: javax.lang.model.type.TypeKind
raw docstring

CHARclj

Enum Constant.

The primitive type char.

type: javax.lang.model.type.TypeKind

Enum Constant.

The primitive type char.

type: javax.lang.model.type.TypeKind
raw docstring

DECLAREDclj

Enum Constant.

A class or interface type.

type: javax.lang.model.type.TypeKind

Enum Constant.

A class or interface type.

type: javax.lang.model.type.TypeKind
raw docstring

DOUBLEclj

Enum Constant.

The primitive type double.

type: javax.lang.model.type.TypeKind

Enum Constant.

The primitive type double.

type: javax.lang.model.type.TypeKind
raw docstring

ERRORclj

Enum Constant.

A class or interface type that could not be resolved.

type: javax.lang.model.type.TypeKind

Enum Constant.

A class or interface type that could not be resolved.

type: javax.lang.model.type.TypeKind
raw docstring

EXECUTABLEclj

Enum Constant.

A method, constructor, or initializer.

type: javax.lang.model.type.TypeKind

Enum Constant.

A method, constructor, or initializer.

type: javax.lang.model.type.TypeKind
raw docstring

FLOATclj

Enum Constant.

The primitive type float.

type: javax.lang.model.type.TypeKind

Enum Constant.

The primitive type float.

type: javax.lang.model.type.TypeKind
raw docstring

INTclj

Enum Constant.

The primitive type int.

type: javax.lang.model.type.TypeKind

Enum Constant.

The primitive type int.

type: javax.lang.model.type.TypeKind
raw docstring

INTERSECTIONclj

Enum Constant.

An intersection type.

type: javax.lang.model.type.TypeKind

Enum Constant.

An intersection type.

type: javax.lang.model.type.TypeKind
raw docstring

LONGclj

Enum Constant.

The primitive type long.

type: javax.lang.model.type.TypeKind

Enum Constant.

The primitive type long.

type: javax.lang.model.type.TypeKind
raw docstring

NONEclj

Enum Constant.

A pseudo-type used where no actual type is appropriate.

type: javax.lang.model.type.TypeKind

Enum Constant.

A pseudo-type used where no actual type is appropriate.

type: javax.lang.model.type.TypeKind
raw docstring

NULLclj

Enum Constant.

The null type.

type: javax.lang.model.type.TypeKind

Enum Constant.

The null type.

type: javax.lang.model.type.TypeKind
raw docstring

OTHERclj

Enum Constant.

An implementation-reserved type. This is not the type you are looking for.

type: javax.lang.model.type.TypeKind

Enum Constant.

An implementation-reserved type.
 This is not the type you are looking for.

type: javax.lang.model.type.TypeKind
raw docstring

PACKAGEclj

Enum Constant.

A pseudo-type corresponding to a package element.

type: javax.lang.model.type.TypeKind

Enum Constant.

A pseudo-type corresponding to a package element.

type: javax.lang.model.type.TypeKind
raw docstring

primitive?clj

(primitive? this)

Returns true if this kind corresponds to a primitive type and false otherwise.

returns: true if this kind corresponds to a primitive type - boolean

Returns true if this kind corresponds to a primitive
 type and false otherwise.

returns: true if this kind corresponds to a primitive type - `boolean`
raw docstring

SHORTclj

Enum Constant.

The primitive type short.

type: javax.lang.model.type.TypeKind

Enum Constant.

The primitive type short.

type: javax.lang.model.type.TypeKind
raw docstring

TYPEVARclj

Enum Constant.

A type variable.

type: javax.lang.model.type.TypeKind

Enum Constant.

A type variable.

type: javax.lang.model.type.TypeKind
raw docstring

UNIONclj

Enum Constant.

A union type.

type: javax.lang.model.type.TypeKind

Enum Constant.

A union type.

type: javax.lang.model.type.TypeKind
raw docstring

VOIDclj

Enum Constant.

The pseudo-type corresponding to the keyword void.

type: javax.lang.model.type.TypeKind

Enum Constant.

The pseudo-type corresponding to the keyword void.

type: javax.lang.model.type.TypeKind
raw docstring

WILDCARDclj

Enum Constant.

A wildcard type argument.

type: javax.lang.model.type.TypeKind

Enum Constant.

A wildcard type argument.

type: javax.lang.model.type.TypeKind
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close