Package | Description |
---|---|
com.thoughtworks.qdox.builder.impl |
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
|
com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
Modifier and Type | Method and Description |
---|---|
private void |
ModelBuilder.addJavaDoc(AbstractBaseJavaEntity entity) |
private void |
ModelBuilder.setAnnotations(AbstractBaseJavaEntity entity) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInheritableJavaEntity |
class |
AbstractJavaEntity |
class |
DefaultJavaClass |
class |
DefaultJavaConstructor |
class |
DefaultJavaExecutable
The BaseMethod contains all methods used by both JavaMethod and JavaConstructor
|
class |
DefaultJavaField |
class |
DefaultJavaMethod |
class |
DefaultJavaPackage
The default implementation of
JavaPackage , representing a Package . |
class |
DefaultJavaParameter |