Package com.thoughtworks.qdox.model
Class AbstractInheritableJavaEntity
java.lang.Object
com.thoughtworks.qdox.model.AbstractBaseJavaEntity
com.thoughtworks.qdox.model.AbstractJavaEntity
com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
- All Implemented Interfaces:
Serializable
,Comparable
- Direct Known Subclasses:
JavaClass
,JavaMethod
- Version:
- $Revision$
- Author:
- Aslak Hellesøy
- See Also:
-
Field Summary
Fields inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity
modifiers
Fields inherited from class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
name, parent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTagByName
(String name, boolean inherited) abstract DocletTag[]
getTagsByName
(String name, boolean inherited) Methods inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity
getCodeBlock, getComment, getModifiers, getNamedParameter, getParentClass, getSource, getTagByName, getTags, getTagsByName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setComment, setModifiers, setParentClass, setTags, write, writeAccessibilityModifier, writeAllModifiers, writeBody, writeNonAccessibilityModifiers
Methods inherited from class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
getAnnotations, getLineNumber, getName, getParent, setAnnotations, setLineNumber, setName, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
AbstractInheritableJavaEntity
public AbstractInheritableJavaEntity()
-
-
Method Details
-
getTagByName
-
getTagsByName
-