Uses of Class
com.thoughtworks.qdox.parser.structs.TypeVariableDef
Packages that use TypeVariableDef
Package
Description
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
Provides the implementations of the Lexers and Parsers
Provides simple models to be constructed by the parser.
-
Uses of TypeVariableDef in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type TypeVariableDefModifier and TypeMethodDescriptionprivate <G extends JavaGenericDeclaration>
DefaultJavaTypeVariable<G>ModelBuilder.createTypeVariable
(TypeVariableDef typeVariableDef, G genericDeclaration) -
Uses of TypeVariableDef in com.thoughtworks.qdox.parser.impl
Fields in com.thoughtworks.qdox.parser.impl declared as TypeVariableDefFields in com.thoughtworks.qdox.parser.impl with type parameters of type TypeVariableDef -
Uses of TypeVariableDef in com.thoughtworks.qdox.parser.structs
Fields in com.thoughtworks.qdox.parser.structs with type parameters of type TypeVariableDefModifier and TypeFieldDescriptionprivate List<TypeVariableDef>
ClassDef.typeParams
private List<TypeVariableDef>
MethodDef.typeParams
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)