Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.thoughtworks.qdox.model.ModelBuilder
Constructor Summary | |
|
Method Summary | |
void |
|
void | |
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
Type |
|
Type |
|
Type |
|
void |
|
JavaSource |
public void addAnnotation(Annotation annotation)
- Specified by:
- addAnnotation in interface Builder
public void addJavaDocTag(TagDef tagDef)
- Specified by:
- addJavaDocTag in interface Builder
public Type createType(String typeName, int dimensions)
Deprecated.
- Specified by:
- createType in interface Builder
public Type 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. private String[] matrix[]; //field public abstract String[] getMatrix[](); //method
- Parameters:
typeDef
-dimensions
-
- Returns:
- the Type