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 |
DefaultDocletTag.getContext() |
AbstractBaseJavaEntity |
Annotation.getContext() |
AbstractBaseJavaEntity |
DocletTag.getContext() |
Modifier and Type | Method and Description |
---|---|
DocletTag |
DocletTagFactory.createDocletTag(String tag,
String text,
AbstractBaseJavaEntity context,
int lineNumber) |
DocletTag |
DefaultDocletTagFactory.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-2013. All Rights Reserved.