| Package | Description |
|---|---|
| com.thoughtworks.qdox.model | |
| com.thoughtworks.qdox.model.annotation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInheritableJavaEntity |
class |
AbstractJavaEntity |
class |
JavaClass |
class |
JavaField |
class |
JavaMethod |
class |
JavaMethodDelegate
This class can be used to access overridden methods while keeping a reference to the original class.
|
class |
JavaPackage
A representation of a package.
|
class |
JavaParameter |
| Modifier and Type | Method and Description |
|---|---|
AbstractBaseJavaEntity |
DocletTag.getContext() |
AbstractBaseJavaEntity |
DefaultDocletTag.getContext() |
AbstractBaseJavaEntity |
Annotation.getContext() |
| Modifier and Type | Method and Description |
|---|---|
DocletTag |
DefaultDocletTagFactory.createDocletTag(String tag,
String text,
AbstractBaseJavaEntity context,
int lineNumber) |
DocletTag |
DocletTagFactory.createDocletTag(String tag,
String text,
AbstractBaseJavaEntity context,
int lineNumber) |
void |
Annotation.setContext(AbstractBaseJavaEntity context) |
| Constructor and Description |
|---|
Annotation(Type type,
AbstractBaseJavaEntity context,
Map namedParameters,
int lineNumber) |
DefaultDocletTag(String name,
String value,
AbstractBaseJavaEntity context,
int lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
AbstractBaseJavaEntity |
AnnotationFieldRef.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationFieldRef.setContext(AbstractBaseJavaEntity context) |
Copyright © 2002-2015. All Rights Reserved.