public class TypeVariableM extends TypeM
| Constructor and Description |
|---|
TypeVariableM(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
ImportTypesM |
addToImportTypes(ImportTypesM result) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBoundsString() |
java.lang.String |
getGenericType() |
boolean |
hasBounds() |
int |
hashCode() |
boolean |
isTypeVariable() |
java.lang.String |
toString() |
TypeVariableM |
whichExtends(TypeM... types) |
getGenericTypeDeclaration, getName, getPackageName, getSimpleName, getTypeParameters, isArrayType, isGeneric, isInPackage, isPrimitive, withTypeParameterpublic boolean isTypeVariable()
isTypeVariable in class TypeMpublic TypeVariableM whichExtends(TypeM... types)
public boolean hasBounds()
public java.lang.String getBoundsString()
public java.lang.String getGenericType()
getGenericType in class TypeMpublic ImportTypesM addToImportTypes(ImportTypesM result)
addToImportTypes in class TypeM