Package | Description |
---|---|
com.thoughtworks.qdox.model | |
com.thoughtworks.qdox.parser | |
com.thoughtworks.qdox.parser.structs |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
Type(String fullName,
TypeDef typeDef,
int dimensions,
JavaClassParent context) |
Modifier and Type | Method and Description |
---|---|
Type |
Builder.createType(TypeDef name) |
Modifier and Type | Class and Description |
---|---|
class |
WildcardTypeDef
WildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes.
|
Modifier and Type | Field and Description |
---|---|
TypeDef |
MethodDef.returnType |
TypeDef |
FieldDef.type |
Modifier and Type | Method and Description |
---|---|
TypeDef |
WildcardTypeDef.getTypeDef() |
Constructor and Description |
---|
WildcardTypeDef(TypeDef typeDef,
String wildcardExpressionType) |
Copyright © 2002–2017. All rights reserved.