public final class TypeVariableName extends Object implements TypeName
| Modifier and Type | Class and Description |
|---|---|
static interface |
Writable.Context |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TypeVariableName |
fromTypeParameterElement(TypeParameterElement element) |
static TypeVariableName |
fromTypeVariable(TypeVariable variable) |
int |
hashCode() |
CharSequence |
name() |
Set<ClassName> |
referencedClasses() |
String |
toString() |
Appendable |
write(Appendable appendable,
Writable.Context context) |
public CharSequence name()
public Set<ClassName> referencedClasses()
referencedClasses in interface HasClassReferencespublic Appendable write(Appendable appendable, Writable.Context context) throws IOException
IOExceptionpublic static TypeVariableName fromTypeVariable(TypeVariable variable)
public static TypeVariableName fromTypeParameterElement(TypeParameterElement element)
Copyright © 2015 Google, Inc.. All Rights Reserved.