public class TSubU extends TUConstraint
T <: U
TUConstraint
relatedType, typeVariable, uIsArg
Constructor and Description |
---|
TSubU(AnnotatedTypeMirror.AnnotatedTypeVariable typeVariable,
AnnotatedTypeMirror relatedType) |
TSubU(AnnotatedTypeMirror.AnnotatedTypeVariable typeVariable,
AnnotatedTypeMirror relatedType,
boolean uIsArg)
Create a constraint with a variable less than a type.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public TSubU(AnnotatedTypeMirror.AnnotatedTypeVariable typeVariable, AnnotatedTypeMirror relatedType)
public TSubU(AnnotatedTypeMirror.AnnotatedTypeVariable typeVariable, AnnotatedTypeMirror relatedType, boolean uIsArg)