Uses of Class
com.thoughtworks.qdox.model.AbstractBaseJavaEntity
-
Packages that use AbstractBaseJavaEntity Package Description 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 Modifier and Type Class 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
Methods in com.thoughtworks.qdox.model that return AbstractBaseJavaEntity Modifier and Type Method Description AbstractBaseJavaEntity
Annotation. getContext()
AbstractBaseJavaEntity
DefaultDocletTag. getContext()
AbstractBaseJavaEntity
DocletTag. getContext()
Methods in com.thoughtworks.qdox.model with parameters of type AbstractBaseJavaEntity Modifier and Type Method Description DocletTag
DefaultDocletTagFactory. createDocletTag(java.lang.String tag, java.lang.String text, AbstractBaseJavaEntity context, int lineNumber)
DocletTag
DocletTagFactory. createDocletTag(java.lang.String tag, java.lang.String text, AbstractBaseJavaEntity context, int lineNumber)
void
Annotation. setContext(AbstractBaseJavaEntity context)
Constructors in com.thoughtworks.qdox.model with parameters of type AbstractBaseJavaEntity Constructor Description Annotation(Type type, AbstractBaseJavaEntity context, java.util.Map namedParameters, int lineNumber)
DefaultDocletTag(java.lang.String name, java.lang.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 Modifier and Type Method Description AbstractBaseJavaEntity
AnnotationFieldRef. getContext()
Methods in com.thoughtworks.qdox.model.annotation with parameters of type AbstractBaseJavaEntity Modifier and Type Method Description void
AnnotationFieldRef. setContext(AbstractBaseJavaEntity context)
-