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.
(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>`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close