| Package | Description |
|---|---|
| com.thoughtworks.qdox.model |
| Modifier and Type | Field and Description |
|---|---|
static TypeVariable[] |
TypeVariable.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
TypeVariable |
ModelBuilder.createTypeVariable(String name,
List typeParams) |
TypeVariable |
ModelBuilder.createTypeVariable(TypeVariableDef typeVariableDef) |
static TypeVariable |
TypeVariable.createUnresolved(TypeVariableDef def,
JavaClassParent context) |
TypeVariable[] |
JavaMethodDelegate.getTypeParameters() |
TypeVariable[] |
JavaMethod.getTypeParameters() |
TypeVariable[] |
JavaClass.getTypeParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Type.getGenericValue(TypeVariable[] typeVariableList) |
protected String |
Type.getResolvedGenericValue(TypeVariable[] typeParameters) |
protected String |
Type.getResolvedValue(TypeVariable[] typeParameters) |
void |
JavaMethodDelegate.setTypeParameters(TypeVariable[] typeParameters) |
void |
JavaMethod.setTypeParameters(TypeVariable[] typeParameters) |
void |
JavaClass.setTypeParameters(TypeVariable[] typeParameters) |
Copyright © 2002-2015. All Rights Reserved.