Uses of Class
com.thoughtworks.qdox.parser.structs.TypeVariableDef
-
Packages that use TypeVariableDef Package Description com.thoughtworks.qdox.parser.structs 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 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)
-