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