Package | Description |
---|---|
com.thoughtworks.qdox | |
com.thoughtworks.qdox.model | |
com.thoughtworks.qdox.parser | |
com.thoughtworks.qdox.parser.impl | |
com.thoughtworks.qdox.parser.structs |
Modifier and Type | Method and Description |
---|---|
private static TypeDef |
JavaDocBuilder.getTypeDef(java.lang.Class c) |
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(java.lang.String fullName,
TypeDef typeDef,
int dimensions,
JavaClassParent context) |
Modifier and Type | Method and Description |
---|---|
Type |
Builder.createType(TypeDef name) |
Modifier and Type | Field and Description |
---|---|
private TypeDef |
Parser.fieldType |
(package private) TypeDef |
Parser.Value.type |
Modifier and Type | Method and Description |
---|---|
private void |
Parser.makeField(TypeDef field,
java.lang.String body) |
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 |
private TypeDef |
WildcardTypeDef.typeDef |
Modifier and Type | Method and Description |
---|---|
TypeDef |
WildcardTypeDef.getTypeDef() |
Constructor and Description |
---|
WildcardTypeDef(TypeDef typeDef,
java.lang.String wildcardExpressionType) |