Uses of Class
com.thoughtworks.qdox.parser.structs.TypeDef

Packages that use TypeDef
com.thoughtworks.qdox.model   
com.thoughtworks.qdox.parser   
com.thoughtworks.qdox.parser.structs   
 

Uses of TypeDef in com.thoughtworks.qdox.model
 

Methods in com.thoughtworks.qdox.model with parameters of type TypeDef
 Type ModelBuilder.createType(TypeDef typeDef)
           
 Type ModelBuilder.createType(TypeDef typeDef, int dimensions)
          this one is specific for those cases where dimensions can be part of both the type and identifier i.e.
static Type Type.createUnresolved(TypeDef typeDef, int dimensions, JavaClassParent context)
           
static Type Type.createUnresolved(TypeDef typeDef, JavaClassParent context)
           
 

Constructors in com.thoughtworks.qdox.model with parameters of type TypeDef
Type(String fullName, TypeDef typeDef, int dimensions, JavaClassParent context)
           
 

Uses of TypeDef in com.thoughtworks.qdox.parser
 

Methods in com.thoughtworks.qdox.parser with parameters of type TypeDef
 Type Builder.createType(TypeDef name)
           
 

Uses of TypeDef in com.thoughtworks.qdox.parser.structs
 

Subclasses of TypeDef in com.thoughtworks.qdox.parser.structs
 class WildcardTypeDef
          WildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes.
 

Fields in com.thoughtworks.qdox.parser.structs declared as TypeDef
 TypeDef MethodDef.returnType
           
 TypeDef FieldDef.type
           
 

Methods in com.thoughtworks.qdox.parser.structs that return TypeDef
 TypeDef WildcardTypeDef.getTypeDef()
           
 

Constructors in com.thoughtworks.qdox.parser.structs with parameters of type TypeDef
WildcardTypeDef(TypeDef typeDef, String wildcardExpressionType)
           
 



Copyright © 2002-2011. All Rights Reserved.