Liking cljdoc? Tell your friends :D

javax.lang.model.element.TypeParameterElement

Represents a formal type parameter of a generic class, interface, method, or constructor element. A type parameter declares a TypeVariable.

Represents a formal type parameter of a generic class, interface, method,
or constructor element.
A type parameter declares a TypeVariable.
raw docstring

get-boundsclj

(get-bounds this)

Returns the bounds of this type parameter. These are the types given by the extends clause used to declare this type parameter. If no explicit extends clause was used, then java.lang.Object is considered to be the sole bound.

returns: the bounds of this type parameter, or an empty list if there are none - java.util.List<? extends javax.lang.model.type.TypeMirror>

Returns the bounds of this type parameter.
 These are the types given by the extends clause
 used to declare this type parameter.
 If no explicit extends clause was used,
 then java.lang.Object is considered to be the sole bound.

returns: the bounds of this type parameter, or an empty list if
 there are none - `java.util.List<? extends javax.lang.model.type.TypeMirror>`
raw docstring

get-enclosing-elementclj

(get-enclosing-element this)

Returns the generic element of this type parameter.

returns: the generic element of this type parameter - javax.lang.model.element.Element

Returns the generic element of this type parameter.

returns: the generic element of this type parameter - `javax.lang.model.element.Element`
raw docstring

get-generic-elementclj

(get-generic-element this)

Returns the generic class, interface, method, or constructor that is parameterized by this type parameter.

returns: the generic class, interface, method, or constructor that is parameterized by this type parameter - javax.lang.model.element.Element

Returns the generic class, interface, method, or constructor that is
 parameterized by this type parameter.

returns: the generic class, interface, method, or constructor that is
 parameterized by this type parameter - `javax.lang.model.element.Element`
raw docstring

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

× close