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 classAbstractInheritableJavaEntityclassAbstractJavaEntityclassJavaClassclassJavaFieldclassJavaMethodclassJavaMethodDelegateThis class can be used to access overridden methods while keeping a reference to the original class.classJavaPackageA representation of a package.classJavaParameterMethods in com.thoughtworks.qdox.model that return AbstractBaseJavaEntity Modifier and Type Method Description AbstractBaseJavaEntityAnnotation. getContext()AbstractBaseJavaEntityDefaultDocletTag. getContext()AbstractBaseJavaEntityDocletTag. getContext()Methods in com.thoughtworks.qdox.model with parameters of type AbstractBaseJavaEntity Modifier and Type Method Description DocletTagDefaultDocletTagFactory. createDocletTag(java.lang.String tag, java.lang.String text, AbstractBaseJavaEntity context, int lineNumber)DocletTagDocletTagFactory. createDocletTag(java.lang.String tag, java.lang.String text, AbstractBaseJavaEntity context, int lineNumber)voidAnnotation. 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 AbstractBaseJavaEntityAnnotationFieldRef. getContext()Methods in com.thoughtworks.qdox.model.annotation with parameters of type AbstractBaseJavaEntity Modifier and Type Method Description voidAnnotationFieldRef. setContext(AbstractBaseJavaEntity context)
-