public abstract class CapturedTypeVar extends TypeVariable
| Modifier and Type | Field and Description |
|---|---|
TypeParameter |
orig |
WildcardType |
wildcard |
| Constructor and Description |
|---|
CapturedTypeVar(TypeParameter orig,
WildcardType wildcard) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
getLowerBound() |
java.lang.String |
getName() |
abstract CapturedTypeVar |
map(TypeSubstitutions.TypeMapper map) |
java.lang.String |
toString() |
getSuperType, getUpperBoundgetAllMethods, getDirectSuperTypes, getFunctionalInterfaceMethod, getMethods, mentions, resolveField, resolveMethodgetFullNamepublic final TypeParameter orig
public final WildcardType wildcard
public CapturedTypeVar(TypeParameter orig, WildcardType wildcard)
public ReferenceType getLowerBound()
getLowerBound in class ReferenceTypepublic java.lang.String toString()
toString in class java.lang.Objectpublic abstract CapturedTypeVar map(TypeSubstitutions.TypeMapper map)