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[] |
JavaClass.getTypeParameters() |
TypeVariable[] |
JavaMethod.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 |
JavaClass.setTypeParameters(TypeVariable[] typeParameters) |
void |
JavaMethod.setTypeParameters(TypeVariable[] typeParameters) |
Copyright © 2002-2012. All Rights Reserved.