public class ConstraintType
extends java.lang.Object
| Constructor and Description |
|---|
ConstraintType(GenericTypeVar t) |
ConstraintType(RefType t) |
ConstraintType(TypePlaceholder t) |
ConstraintType(WildcardType t) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType() |
private Type t
public ConstraintType(TypePlaceholder t)
public ConstraintType(GenericTypeVar t)
public ConstraintType(RefType t)
public ConstraintType(WildcardType t)
public Type getType()