Package | Description |
---|---|
com.thoughtworks.qdox.model |
Provides classes reflecting the Java model elements.
|
com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JavaAnnotation |
interface |
JavaClass
Equivalent of
Class , providing the most important methods. |
interface |
JavaConstructor
Modeled equivalent of
Constructor , providing the most important methods. |
interface |
JavaField
Modeled equivalent of
Field , providing the most important methods. |
interface |
JavaMethod |
interface |
JavaPackage |
Copyright © 2002–2017. All rights reserved.