Package | Description |
---|---|
bayou.jtype |
Representations of Java types.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayType<T>
Array type.
|
class |
ClassType<T>
Class or interface type.
|
class |
IntersectionType<T>
Intersection type.
|
class |
NullType
The null type.
|
class |
ReferenceType<T>
Reference type.
|
class |
TypeVar<T>
Type variable.
|
class |
Wildcard
Wildcard.
|
Modifier and Type | Method and Description |
---|---|
List<TypeArg> |
ClassType.getTypeArgs()
Get the type arguments.
|
Modifier and Type | Method and Description |
---|---|
static <C,T extends C> ClassType<T> |
ClassType.of(Class<C> clazz,
TypeArg... typeArgs)
Create a ClassType with the class and type arguments.
|