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 TypeClassDescriptionclassclassclassclassclassclassThis class can be used to access overridden methods while keeping a reference to the original class.classA representation of a package.classMethods in com.thoughtworks.qdox.model that return AbstractBaseJavaEntityModifier and TypeMethodDescriptionfinal AbstractBaseJavaEntityAnnotation.getContext()final AbstractBaseJavaEntityDefaultDocletTag.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) voidAnnotation.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 TypeMethodDescriptionvoidAnnotationFieldRef.setContext(AbstractBaseJavaEntity context)