Package | Description |
---|---|
com.thoughtworks.qdox.parser.structs |
Provides simple models to be constructed by the parser.
|
Modifier and Type | Method and Description |
---|---|
List<TypeVariableDef> |
ClassDef.getTypeParameters() |
List<TypeVariableDef> |
MethodDef.getTypeParams() |
Modifier and Type | Method and Description |
---|---|
void |
ClassDef.setTypeParameters(List<TypeVariableDef> typeParams) |
void |
MethodDef.setTypeParams(List<TypeVariableDef> typeParams) |
Copyright © 2002–2020. All rights reserved.