| 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 |
JavaConstructor
Modeled equivalent of
Constructor, providing the most important methods. |
interface |
JavaMethod |
| Modifier and Type | Method and Description |
|---|---|
ParameterDeclarator |
JavaParameter.getDeclarator()
Returns the declaring method or constructor of this parameter
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJavaConstructor |
class |
DefaultJavaMethod |
class |
JavaMethodDelegate
This class can be used to access overridden methods while keeping a reference to the original class.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDeclarator |
DefaultJavaParameter.getDeclarator()
Returns the declaring method or constructor of this parameter
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJavaParameter.setDeclarator(ParameterDeclarator declarator) |
Copyright © 2002–2016. All rights reserved.