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 voidClassDef. setTypeParameters(java.util.List<TypeVariableDef> typeParams)voidMethodDef. setTypeParams(java.util.List<TypeVariableDef> typeParams)
-