Uses of Class
com.thoughtworks.qdox.model.AbstractBaseJavaEntity
Packages that use AbstractBaseJavaEntity
-
Uses of AbstractBaseJavaEntity in com.thoughtworks.qdox.model
Subclasses of AbstractBaseJavaEntity in com.thoughtworks.qdox.modelModifier and TypeClassDescriptionclass
class
class
class
class
class
This class can be used to access overridden methods while keeping a reference to the original class.class
A representation of a package.class
Methods in com.thoughtworks.qdox.model that return AbstractBaseJavaEntityModifier and TypeMethodDescriptionfinal AbstractBaseJavaEntity
Annotation.getContext()
final AbstractBaseJavaEntity
DefaultDocletTag.getContext()
DocletTag.getContext()
Methods in com.thoughtworks.qdox.model with parameters of type AbstractBaseJavaEntityModifier and TypeMethodDescriptionDefaultDocletTagFactory.createDocletTag
(String tag, String text, AbstractBaseJavaEntity context, int lineNumber) 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 AbstractBaseJavaEntityModifierConstructorDescriptionAnnotation
(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 AbstractBaseJavaEntityMethods in com.thoughtworks.qdox.model.annotation with parameters of type AbstractBaseJavaEntityModifier and TypeMethodDescriptionvoid
AnnotationFieldRef.setContext
(AbstractBaseJavaEntity context)