Liking cljdoc? Tell your friends :D
Clojure only.

javax.lang.model.type.ArrayType

Represents an array type. A multidimensional array type is represented as an array type whose component type is also an array type.

Represents an array type.
A multidimensional array type is represented as an array type
whose component type is also an array type.
raw docstring

get-component-typeclj

(get-component-type this)

Returns the component type of this array type.

returns: the component type of this array type - javax.lang.model.type.TypeMirror

Returns the component type of this array type.

returns: the component type of this array type - `javax.lang.model.type.TypeMirror`
raw docstring

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

× close