|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBaseJavaEntity | |
|---|---|
| com.thoughtworks.qdox.model | |
| com.thoughtworks.qdox.model.annotation | |
| Uses of AbstractBaseJavaEntity in com.thoughtworks.qdox.model |
|---|
| Subclasses of AbstractBaseJavaEntity in com.thoughtworks.qdox.model | |
|---|---|
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
|
| Methods in com.thoughtworks.qdox.model that return AbstractBaseJavaEntity | |
|---|---|
AbstractBaseJavaEntity |
DefaultDocletTag.getContext()
|
AbstractBaseJavaEntity |
DocletTag.getContext()
|
AbstractBaseJavaEntity |
Annotation.getContext()
|
| Methods in com.thoughtworks.qdox.model with parameters of type AbstractBaseJavaEntity | |
|---|---|
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)
|
| Constructors in com.thoughtworks.qdox.model with parameters of type AbstractBaseJavaEntity | |
|---|---|
Annotation(Type type,
AbstractBaseJavaEntity context,
Map namedParameters,
int lineNumber)
|
|
DefaultDocletTag(String name,
String value,
AbstractBaseJavaEntity context,
int lineNumber)
|
|
| Uses of AbstractBaseJavaEntity in com.thoughtworks.qdox.model.annotation |
|---|
| Methods in com.thoughtworks.qdox.model.annotation that return AbstractBaseJavaEntity | |
|---|---|
AbstractBaseJavaEntity |
AnnotationFieldRef.getContext()
|
| Methods in com.thoughtworks.qdox.model.annotation with parameters of type AbstractBaseJavaEntity | |
|---|---|
void |
AnnotationFieldRef.setContext(AbstractBaseJavaEntity context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||