| public interface javax.lang.model.type TypeVariable
|
Java SE 6 |
| version | 1.4 06/07/31 |
| since | 1.6 |
| See also | javax.lang.model.element.TypeParameterElement |
| Methods | |||
|---|---|---|---|
| public Element | asElement() Details
Returns the element corresponding to this type variable.
| ||
| Properties | |||
|---|---|---|---|
| public TypeMirror | getLowerBound() Details
Returns the lower bound of this type variable. While a type
parameter cannot include an explicit lower bound declaration,
capture conversion can produce a type variable with a
non-trivial lower bound. Type variables otherwise have a
lower bound of NullType.
| ||
| public TypeMirror | getUpperBound() Details
Returns the upper bound of this type variable.
If this type variable was declared with no explicit
upper bounds, the result is
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2013 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|