com.thoughtworks.qdox.parser
public interface Builder
| Method Summary | |
|---|---|
| void | addAnnotation(Annotation annotation) |
| void | addField(FieldDef def) |
| void | addImport(String importName) |
| void | addJavaDoc(String text) |
| void | addJavaDocTag(TagDef def) |
| void | addMethod(MethodDef def) |
| void | addPackage(PackageDef packageDef) |
| void | beginClass(ClassDef def) |
| Type | createType(String name, int dimensions) |
| Type | createType(TypeDef name) |
| void | endClass() |
Deprecated: