|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.qdox.model.AbstractJavaEntity
com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
Field Summary |
Fields inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity |
modifiers, name |
Constructor Summary | |
protected |
AbstractInheritableJavaEntity(JavaClassParent parent,
int lineNumber)
|
Method Summary | |
DocletTag |
getTagByName(java.lang.String name,
boolean inherited)
|
abstract DocletTag[] |
getTagsByName(java.lang.String name,
boolean inherited)
|
Methods inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity |
commentHeader, getComment, getLineNumber, getModifiers, getName, getNamedParameter, getParent, getSource, getTagByName, getTags, getTagsByName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setComment, setModifiers, setName, setTags, toString, write, writeAccessibilityModifier, writeAllModifiers, writeBody, writeNonAccessibilityModifiers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
Constructor Detail |
protected AbstractInheritableJavaEntity(JavaClassParent parent, int lineNumber)
Method Detail |
public DocletTag getTagByName(java.lang.String name, boolean inherited)
public abstract DocletTag[] getTagsByName(java.lang.String name, boolean inherited)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |