com.thoughtworks.qdox.model
Class AbstractInheritableJavaEntity

java.lang.Object
  extended by com.thoughtworks.qdox.model.AbstractBaseJavaEntity
      extended by com.thoughtworks.qdox.model.AbstractJavaEntity
          extended by com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
JavaClass, JavaMethod

public abstract class AbstractInheritableJavaEntity
extends AbstractJavaEntity

Version:
$Revision: 381 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

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(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 Detail

AbstractInheritableJavaEntity

public AbstractInheritableJavaEntity()
Method Detail

getTagByName

public DocletTag getTagByName(String name,
                              boolean inherited)

getTagsByName

public abstract DocletTag[] getTagsByName(String name,
                                          boolean inherited)


Copyright © 2002-2011. All Rights Reserved.