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