Uses of Class
com.thoughtworks.qdox.parser.structs.TypeVariableDef
Packages that use TypeVariableDef
Package
Description
Provides simple models to be constructed by the parser.
-
Uses of TypeVariableDef in com.thoughtworks.qdox.parser.structs
Methods in com.thoughtworks.qdox.parser.structs that return types with arguments of type TypeVariableDefMethod parameters in com.thoughtworks.qdox.parser.structs with type arguments of type TypeVariableDefModifier and TypeMethodDescriptionvoid
ClassDef.setTypeParameters
(List<TypeVariableDef> typeParams) void
MethodDef.setTypeParams
(List<TypeVariableDef> typeParams)