A common interface for all entities that declare type variables.
A common interface for all entities that declare type variables.
(get-type-parameters this)
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order. Returns an array of length 0 if the underlying generic declaration declares no type variables.
returns: an array of TypeVariable objects that represent
the type variables declared by this generic declaration - java.lang.reflect.TypeVariable<?>[]
throws: java.lang.reflect.GenericSignatureFormatError - if the generic signature of this generic declaration does not conform to the format specified in The Java™ Virtual Machine Specification
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order. Returns an array of length 0 if the underlying generic declaration declares no type variables. returns: an array of TypeVariable objects that represent the type variables declared by this generic declaration - `java.lang.reflect.TypeVariable<?>[]` throws: java.lang.reflect.GenericSignatureFormatError - if the generic signature of this generic declaration does not conform to the format specified in The Java™ Virtual Machine Specification
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close