com.thoughtworks.qdox.model
public class TypeVariable extends Type
Since: 1.10
| Field Summary | |
|---|---|
| static TypeVariable[] | EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
| TypeVariable(String fullName, TypeVariableDef def, JavaClassParent context) | |
| Method Summary | |
|---|---|
| static TypeVariable | createUnresolved(TypeVariableDef def, JavaClassParent context) |
| String | getGenericValue() |
| String | getName() |
| String | getValue() |