Class | Description |
---|---|
ExtendsTypeParameter<T> |
Represents a type parameter which contains an "extends" clause.
|
StandardTypeParameter<T> |
This class represents a type parameter which only contains a Type.
|
SuperTypeParameter<T> |
Represents a type parameter which contains a "super" clause.
|
Type<T> |
Basic class of the type system.
|
TypeParameter<T> |
Abstract class that represents a type parameter in a
Type object. |
TypeParameters | |
Types |
This class centralizes the methods for obtaining
Type instances. |
WildcardTypeParameter |
Represents a type parameter which only contains an unknown (a wildcard).
|
Copyright © 2016 The JAVARUNTYPE team. All Rights Reserved.