Package | Description |
---|---|
bayou.jtype |
Representations of Java types.
|
Modifier and Type | Method and Description |
---|---|
static Wildcard |
Wildcard.extends_(Class<?> upperBound)
Create a wildcard with an upper bound.
|
static Wildcard |
Wildcard.extends_(ReferenceType<?> upperBound)
Create a wildcard with an upper bound.
|
static Wildcard |
Wildcard.super_(Class<?> lowerBound)
Create a wildcard with a lower bound.
|
static Wildcard |
Wildcard.super_(ReferenceType<?> lowerBound)
Create a wildcard with a lower bound.
|
static Wildcard |
Wildcard.unbounded()
Create an unbounded wildcard.
|