Package com.thoughtworks.qdox.parser
Interface Builder
- All Known Implementing Classes:
ModelBuilder
public interface Builder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnnotation
(Annotation annotation) void
void
void
addJavaDoc
(String text) void
addJavaDocTag
(TagDef def) void
addPackage
(PackageDef packageDef) void
addParameter
(FieldDef def) void
beginClass
(ClassDef def) void
createType
(TypeDef name) createType
(String name, int dimensions) Deprecated.void
endClass()
void
-
Method Details
-
addPackage
-
addImport
-
addJavaDoc
-
addJavaDocTag
-
beginClass
-
endClass
void endClass() -
beginMethod
void beginMethod() -
endMethod
-
addParameter
-
addField
-
addAnnotation
-
createType
Deprecated. -
createType
-