|
||||||||||
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 |
JavaPackage
A representation of a package. |
class |
JavaParameter
|
Methods in com.thoughtworks.qdox.model that return AbstractBaseJavaEntity | |
---|---|
AbstractBaseJavaEntity |
Annotation.getContext()
|
AbstractBaseJavaEntity |
DefaultDocletTag.getContext()
|
AbstractBaseJavaEntity |
DocletTag.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 |