com.thoughtworks.qdox.model
Class AbstractInheritableJavaEntity
java.lang.Object
com.thoughtworks.qdox.model.AbstractJavaEntity
com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JavaClass, JavaMethod
- public abstract class AbstractInheritableJavaEntity
- extends AbstractJavaEntity
- Version:
- $Revision: 1.2 $
- Author:
- Aslak Hellesøy
- See Also:
- Serialized Form
Methods inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity |
getComment, getModifiers, getName, getNamedParameter, getTagByName, getTags, getTagsByName, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isTransient, setComment, setModifiers, setName, setTags, toString, write, writeAccessibilityModifier, writeAllModifiers, writeBody, writeNonAccessibilityModifiers |
AbstractInheritableJavaEntity
public AbstractInheritableJavaEntity()
getTagByName
public DocletTag getTagByName(String name,
boolean inherited)
getTagsByName
public abstract DocletTag[] getTagsByName(String name,
boolean inherited)
Copyright © 2002-2003 ThoughtWorks, Inc. All Rights Reserved.