Package | Description |
---|---|
com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
Modifier and Type | Method and Description |
---|---|
List<DefaultJavaTypeVariable<JavaClass>> |
DefaultJavaClass.getTypeParameters()
Equivalent of
GenericDeclaration.getTypeParameters() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJavaClass.setTypeParameters(List<DefaultJavaTypeVariable<JavaClass>> typeParameters) |
Copyright © 2002–2017. All rights reserved.