All Implemented Interfaces:
ReferenceType
Joseph - D. DarcyScott - SeligmanPeter - von der Ahé1.6 - | Method from javax.lang.model.type.TypeVariable Summary: |
|---|
| asElement, getLowerBound, getUpperBound |
| Method from javax.lang.model.type.TypeVariable Detail: |
|---|
|
|
If this type variable was declared with no explicit upper bounds, the result is {@code java.lang.Object}. If it was declared with multiple upper bounds, the result is an intersection type (modeled as a DeclaredType ). Individual bounds can be found by examining the result's {@linkplain Types#directSupertypes(TypeMirror) supertypes}. |