TypeInfo.Class, TypeInfo.Factory, TypeInfo.Parameterized, TypeInfo.Primitive, TypeInfo.Variable, TypeInfo.Void
Constructor and Description |
---|
Variable(TypeParamInfo param,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
format(boolean qualified)
Renders the type name.
|
TypeInfo |
getErased() |
ClassKind |
getKind() |
TypeParamInfo |
getParam() |
String |
toString() |
collectImports, create, getName, getRaw, getSimpleName, hashCode, translateName
public Variable(TypeParamInfo param, String name)
public TypeParamInfo getParam()
public TypeInfo getErased()
public String toString()
public String format(boolean qualified)
TypeInfo
qualified
- true when class fqcn should be used, otherwise simple names will be usedCopyright © 2015. All rights reserved.