|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.thoughtworks.qdox.model.AbstractBaseJavaEntity
com.thoughtworks.qdox.model.AbstractJavaEntity
com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
public abstract class AbstractInheritableJavaEntity
| 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 | |
|---|---|
AbstractInheritableJavaEntity()
|
|
| 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 |
|---|
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 Detail |
|---|
public AbstractInheritableJavaEntity()
| 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 | ||||||||