Uses of Class
com.thoughtworks.qdox.parser.structs.TypeVariableDef
-
Packages that use TypeVariableDef Package Description com.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.parser.impl Provides the implementations of the Lexers and Parserscom.thoughtworks.qdox.parser.structs 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 TypeVariableDef Modifier and Type Method Description private <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 TypeVariableDef Modifier and Type Field Description private TypeVariableDef
Parser. typeVariable
Fields in com.thoughtworks.qdox.parser.impl with type parameters of type TypeVariableDef Modifier and Type Field Description private java.util.List<TypeVariableDef>
Parser. typeParams
-
Uses of TypeVariableDef in com.thoughtworks.qdox.parser.structs
Fields in com.thoughtworks.qdox.parser.structs with type parameters of type TypeVariableDef Modifier and Type Field Description private java.util.List<TypeVariableDef>
ClassDef. typeParams
private java.util.List<TypeVariableDef>
MethodDef. typeParams
Methods in com.thoughtworks.qdox.parser.structs that return types with arguments of type TypeVariableDef Modifier and Type Method Description java.util.List<TypeVariableDef>
ClassDef. getTypeParameters()
java.util.List<TypeVariableDef>
MethodDef. getTypeParams()
Method parameters in com.thoughtworks.qdox.parser.structs with type arguments of type TypeVariableDef Modifier and Type Method Description void
ClassDef. setTypeParameters(java.util.List<TypeVariableDef> typeParams)
void
MethodDef. setTypeParams(java.util.List<TypeVariableDef> typeParams)
-